#E249AB

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

Shades of Brilliant Rose #E249AB

Tints of Brilliant Rose #E249AB

Color information

#E249AB (or 0xE249AB) is unknown color: approx Brilliant Rose. HEX triplet: E2, 49 and AB. RGB value is (226,73,171). Sum of RGB (Red+Green+Blue) = 226+73+171=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E249AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E249AB is #1DB654. Grayscale: #818181. Windows color (decimal): -1947221 or 11225570. OLE color: 11225570.

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

Color convert

RGB22673171-
CMYK00.680.240.11
HSL321.57º72.51%58.63%-
HSV(B)321.57º67.7%88.63%-
XYZ41.123.8740.97-
YUV129.92151.19196.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.09%
GREEN value IS 73 (28.91% from 255) = 15.53%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=48.09%
G=15.53%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267317100.680.240.11321.5772.5158.63
HexE249AB04418B142493b
Octal3421112530104301350211173
Binary11100010100100110101011010001001100010111010000101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E249AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E249AB; }

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

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

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

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

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

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

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

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