COLOR #E165A9

HEX: #E165A9
RGB: (225,101,169)

Color info

#E165A9 contains mainly red and blue colors. Web safe color of #E165A9 is #CC6699 (or #C69).

RGB color model

#E165A9 color RGB value is (225,101,169).

  • red value is 225;
  • green value is 101;
  • blue value is 169.
RGB:
(225,101,169)
(88%,40%,66%)

RGB channels and saturation

R 225 of 255 = 88%
G 101 of 255 = 40%
B 169 of 255 = 66%

225
101
169

R + G + B ~ 65%. #E165A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 101 + 169 = 495 (100%)
R 225 of 495 ~ 45.45%
G 101 of 495 ~ 20.4%
B 169 of 495 ~ 34.14%

%45.45
%20.4
%34.14

CMYK color model

#E165A9 color CMYK value is (0,55,25,12).

  • cyan value is 0.00%
  • magenta value is 55.11%
  • yellow value is 24.89%
  • key color value is 11.76%
CMYK:
(0,55,25,12)
C0M55Y25K12 
(0%,55%,25%,12%)
(0.00/0.55/0.25/0.12)	

CMYK percentages

%0
%55.11
%24.89
%11.76

Codes

Color #E165A9 in popluar color models

E165A9
RGB225101169
HSL327°67.39%63.92%
HSB/HSV327°55.11%88.24%
CMYK0.00%55.11%24.89%
11.76%

Color #E165A9 in popluar number systems.

HEXE165A9
Decimal225101169
Binary11100001110010110101001
Octal341145251

Shades and tints

Shades of #E165A9

#E165A9
(225,101,169)
#CD5C9A
(205,92,154)
#B9538B
(185,83,139)
#A54A7C
(165,74,124)
#91416D
(145,65,109)
#7D385E
(125,56,94)
#692F4F
(105,47,79)
#552640
(85,38,64)
#411D31
(65,29,49)
#2D1422
(45,20,34)
#190B13
(25,11,19)
#000000
(0,0,0)

Tints of #E165A9

#E165A9
(225,101,169)
#E373B0
(227,115,176)
#E581B7
(229,129,183)
#E78FBE
(231,143,190)
#E99DC5
(233,157,197)
#EBABCC
(235,171,204)
#EDB9D3
(237,185,211)
#EFC7DA
(239,199,218)
#F1D5E1
(241,213,225)
#F3E3E8
(243,227,232)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E165A9 color. Also use rgb(225,101,169) instead hex code.

Text Font Color

.myTextColor { color: #E165A9; }

<p style="color:#E165A9">This sample text font color is #E165A9.</p>

This text font color is #E165A9.


Background Color

.myBgColor { background-color: #E165A9; }

<div style="background-color:#E165A9">Inner text</div>

This div background color is #E165A9.


Border color

.myBorderColor { border: 1px solid #E165A9; }

<div style="border:3px solid #E165A9">Div</div>

This div border color is #E165A9.


Opacity

.myOpacity80 { color: #E165A9; opacity: 0.8; }

<p style="color:#E165A9;opacity:0.8;">80%</p>

Text with #E165A9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E165A9;}

<p style="text-shadow: 3px 3px 1px #E165A9">Text here.</p>

This text has shadow with #E165A9 color.

.textShadow {text-shadow: 3px 3px 1px #E165A9, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E165A9, 5px 5px 20px red">Text here.</p>

This text has shadow with #E165A9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E165A9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E165A9, Direction=45, Strength=4)">Text</p>

This text has shadow with #E165A9 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E165A9;
  -webkit-box-shadow:	1px 1px 3px 2px #E165A9;
  box-shadow:		1px 1px 3px 2px #E165A9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E165A9;
-webkit-box-shadow: 1px 1px 3px 2px #E165A9;
box-shadow:1px 1px 3px 2px #E165A9;">
Div content here</div>
This div box has shadow with color #E165A9.

Preview

Color preview on black background

This text has color #E165A9 on black background.


Color preview on white background

This text has color #E165A9 on white background.



Black color preview on #E165A9 background

This text has black color on #E165A9 background.


White color preview on #E165A9 background

This text has white color on #E165A9 background.