#e144a9

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

Shades of Brilliant Rose #E144A9

Tints of Brilliant Rose #E144A9

Color information

#E144A9 (or 0xE144A9) is unknown color: approx Brilliant Rose. HEX triplet: E1, 44 and A9. RGB value is (225,68,169). Sum of RGB (Red+Green+Blue) = 225+68+169=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 169 (66.41% from 255 or 36.58% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E144A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E144A9 is #1EBB56. Grayscale: #7E7E7E. Windows color (decimal): -2014039 or 11093217. OLE color: 11093217.

HSL color Cylindrical-coordinate representation of color #E144A9: hue angle of 321.4º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E144A9 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB22568169-
CMYK00.700.250.12
HSL321.4º72.35%57.45%-
HSV(B)321.4º69.78%88.24%-
XYZ40.2823.0139.85-
YUV126.46152.01198.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.70%
GREEN value IS 68 (26.95% from 255) = 14.72%
BLUE value IS 169 (66.41% from 255) = 36.58%
R=48.70%
G=14.72%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256816900.700.250.12321.472.3557.45
HexE144A904619C1414839
Octal3411042510106311450111071
Binary11100001100010010101001010001101100111001010000011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e144a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e144a9; }

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

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

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

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

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

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

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

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