#EA49AA

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

Shades of Brilliant Rose #EA49AA

Tints of Brilliant Rose #EA49AA

Color information

#EA49AA (or 0xEA49AA) is unknown color: approx Brilliant Rose. HEX triplet: EA, 49 and AA. RGB value is (234,73,170). Sum of RGB (Red+Green+Blue) = 234+73+170=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA49AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA49AA is #15B655. Grayscale: #838383. Windows color (decimal): -1422934 or 11160042. OLE color: 11160042.

HSL color Cylindrical-coordinate representation of color #EA49AA: hue angle of 323.85º 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 #EA49AA is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB23473170-
CMYK00.690.270.08
HSL323.85º79.31%60.2%-
HSV(B)323.85º68.8%91.76%-
XYZ43.5725.1640.59-
YUV132.2149.34200.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.06%
GREEN value IS 73 (28.91% from 255) = 15.30%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=49.06%
G=15.30%
B=35.64%

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
Decimal2347317000.690.270.08323.8579.3160.2
HexEA49AA0451B81444f3c
Octal3521112520105331050411774
Binary11101010100100110101010010001011101110001010001001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA49AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA49AA; }

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

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

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

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

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

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

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

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