#E14DA9

Color #E14DA9 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #E14DA9

Tints of Brilliant Rose #E14DA9

Color information

#E14DA9 (or 0xE14DA9) is unknown color: approx Brilliant Rose. HEX triplet: E1, 4D and A9. RGB value is (225,77,169). Sum of RGB (Red+Green+Blue) = 225+77+169=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14DA9 is #1EB256. Grayscale: #838383. Windows color (decimal): -2011735 or 11095521. OLE color: 11095521.

HSL color Cylindrical-coordinate representation of color #E14DA9: hue angle of 322.7º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14DA9 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB22577169-
CMYK00.660.250.12
HSL322.7º71.15%59.22%-
HSV(B)322.7º65.78%88.24%-
XYZ40.8724.1840.05-
YUV131.74149.03194.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 47.77%
GREEN value IS 77 (30.47% from 255) = 16.35%
BLUE value IS 169 (66.41% from 255) = 35.88%
R=47.77%
G=16.35%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257716900.660.250.12322.771.1559.22
HexE14DA904219C143473b
Octal3411152510102311450310773
Binary11100001100110110101001010000101100111001010000111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14DA9; }

 p { color: rgb(225,77,169); }

 H1.HeaderClassName
 {
   color: #E14DA9;
 }
 .AnyTagClassName
 {
   color: #E14DA9;
 }
</style>
background-color css

<style>
 a { background-color: #E14DA9; }

 a { background-color: rgb(225,77,169); }

 div.DivClassName
 {
   background-color: #E14DA9;
 }
 .BgClassName
 {
   background-color: #E14DA9;
 }
</style>
border-color css

<style>
 span { border-color: #E14DA9; }

 span { border-color: rgb(225,77,169); }

 td.TdClassName
 {
   border-color: #E14DA9;
 }
 .TagClassName
 {
   border-color: #E14DA9;
 }
</style>