Html Css Color HEX #EA59A0 Brilliant Rose

📋 copy color: '#EA59A0'

red 234 ◦ green 89 ◦ blue 160

#EA59A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #EA59A0

Tints of Brilliant Rose #EA59A0

RGB

 RED value IS 234 (91.8% from 255) = 48.45%

 GREEN value IS 89 (35.16% from 255) = 18.43%

 BLUE value IS 160 (62.89% from 255) = 33.13%

R = 48.45%
G = 18.43%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA59A0 (or 0xEA59A0) is known color: Brilliant Rose. HEX triplet: EA, 59 and A0. RGB value is (234,89,160). Sum of RGB (Red+Green+Blue) = 234+89+160=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA59A0 is #15A65F. Grayscale: #8C8C8C. Windows color (decimal): -1418848 or 10508778. OLE color: 10508778.

HSL color Cylindrical-coordinate representation of color #EA59A0: hue angle of 330.62º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA59A0 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 89 160 -
CMYK 0 0.62 0.32 0.08
HSL 330.62º 0.78% 0.63% -
HSV(B) 330.62º 0.62% 0.92% -
XYZ 43.85 27.18 36.19 -
YUV 140.45 139.04 194.73 -
System Red Green Blue C M Y K H S L
Decimal 234 89 160 0 0.62 0.32 0.08 330.62 0.78 0.63
Hex EA 59 A0 0 3E 20 8 14B 4E 3F
Octal 352 131 240 0 76 40 10 513 116 77
Binary 11101010 1011001 10100000 0 111110 100000 1000 101001011 1001110 111111

Color Harmonies of #EA59A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA59A0

Black with #EA59A0

Text Example


Text Example

White with #EA59A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA59A0; }

 p { color: rgb(234,89,160); }

 H1.HeaderClassName
 {
   color: #EA59A0;
 }
 .AnyTagClassName
 {
   color: #EA59A0;
 }
</style>

background-color css

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

 a { background-color: rgb(234,89,160); }

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

border-color css

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

 span { border-color: rgb(234,89,160); }

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