#E249AA

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

Shades of Brilliant Rose #E249AA

Tints of Brilliant Rose #E249AA

Color information

#E249AA (or 0xE249AA) is unknown color: approx Brilliant Rose. HEX triplet: E2, 49 and AA. RGB value is (226,73,170). Sum of RGB (Red+Green+Blue) = 226+73+170=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E249AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E249AA is #1DB655. Grayscale: #818181. Windows color (decimal): -1947222 or 11160034. OLE color: 11160034.

HSL color Cylindrical-coordinate representation of color #E249AA: hue angle of 321.96º degrees, saturation: 0.73, 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 #E249AA is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB22673170-
CMYK00.680.250.11
HSL321.96º72.51%58.63%-
HSV(B)321.96º67.7%88.63%-
XYZ4123.8440.47-
YUV129.8150.69196.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.19%
GREEN value IS 73 (28.91% from 255) = 15.57%
BLUE value IS 170 (66.80% from 255) = 36.25%
R=48.19%
G=15.57%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267317000.680.250.11321.9672.5158.63
HexE249AA04419B142493b
Octal3421112520104311350211173
Binary11100010100100110101010010001001100110111010000101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E249AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E249AA; }

 p { color: rgb(226,73,170); }

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

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

 a { background-color: rgb(226,73,170); }

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

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

 span { border-color: rgb(226,73,170); }

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