#EA49AB

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

Shades of Brilliant Rose #EA49AB

Tints of Brilliant Rose #EA49AB

Color information

#EA49AB (or 0xEA49AB) is unknown color: approx Brilliant Rose. HEX triplet: EA, 49 and AB. RGB value is (234,73,171). Sum of RGB (Red+Green+Blue) = 234+73+171=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA49AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA49AB is #15B654. Grayscale: #848484. Windows color (decimal): -1422933 or 11225578. OLE color: 11225578.

HSL color Cylindrical-coordinate representation of color #EA49AB: hue angle of 323.48º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA49AB is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB23473171-
CMYK00.690.270.08
HSL323.48º79.31%60.2%-
HSV(B)323.48º68.8%91.76%-
XYZ43.6625.241.09-
YUV132.31149.84200.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.95%
GREEN value IS 73 (28.91% from 255) = 15.27%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=48.95%
G=15.27%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347317100.690.270.08323.4879.3160.2
HexEA49AB0451B81434f3c
Octal3521112530105331050311774
Binary11101010100100110101011010001011101110001010000111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA49AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA49AB; }

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

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

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

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

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

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

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

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