Html Css Color HEX #EA59A3 Brilliant Rose

📋 copy color: '#EA59A3'

red 234 ◦ green 89 ◦ blue 163

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

Shades of Brilliant Rose #EA59A3

Tints of Brilliant Rose #EA59A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.54%

R = 48.15%
G = 18.31%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EA59A3 (or 0xEA59A3) is known color: Brilliant Rose. HEX triplet: EA, 59 and A3. RGB value is (234,89,163). Sum of RGB (Red+Green+Blue) = 234+89+163=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA59A3 is #15A65C. Grayscale: #8C8C8C. Windows color (decimal): -1418845 or 10705386. OLE color: 10705386.

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

Color convert

RGB 234 89 163 -
CMYK 0 0.62 0.30 0.08
HSL 329.38º 0.78% 0.63% -
HSV(B) 329.38º 0.62% 0.92% -
XYZ 44.11 27.28 37.59 -
YUV 140.79 140.54 194.48 -
System Red Green Blue C M Y K H S L
Decimal 234 89 163 0 0.62 0.30 0.08 329.38 0.78 0.63
Hex EA 59 A3 0 3E 1E 8 149 4E 3F
Octal 352 131 243 0 76 36 10 511 116 77
Binary 11101010 1011001 10100011 0 111110 11110 1000 101001001 1001110 111111

Color Harmonies of #EA59A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA59A3

Black with #EA59A3

Text Example


Text Example

White with #EA59A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA59A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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