#E449A9

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

Shades of Brilliant Rose #E449A9

Tints of Brilliant Rose #E449A9

Color information

#E449A9 (or 0xE449A9) is unknown color: approx Brilliant Rose. HEX triplet: E4, 49 and A9. RGB value is (228,73,169). Sum of RGB (Red+Green+Blue) = 228+73+169=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 228 - color contains mainly: red. Hex color #E449A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E449A9 is #1BB656. Grayscale: #828282. Windows color (decimal): -1816151 or 11094500. OLE color: 11094500.

HSL color Cylindrical-coordinate representation of color #E449A9: hue angle of 322.84º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E449A9 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB22873169-
CMYK00.680.260.11
HSL322.84º74.16%59.02%-
HSV(B)322.84º67.98%89.41%-
XYZ41.5424.1240-
YUV130.29149.85197.69-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.51%
GREEN value IS 73 (28.91% from 255) = 15.53%
BLUE value IS 169 (66.41% from 255) = 35.96%
R=48.51%
G=15.53%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287316900.680.260.11322.8474.1659.02
HexE449A90441AB1434a3b
Octal3441112510104321350311273
Binary11100100100100110101001010001001101010111010000111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E449A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E449A9; }

 p { color: rgb(228,73,169); }

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

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

 a { background-color: rgb(228,73,169); }

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

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

 span { border-color: rgb(228,73,169); }

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