Html Css Color HEX #EA59AF Brilliant Rose

📋 copy color: '#EA59AF'

red 234 ◦ green 89 ◦ blue 175

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

Shades of Brilliant Rose #EA59AF

Tints of Brilliant Rose #EA59AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.14%

R = 46.99%
G = 17.87%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA59AF (or 0xEA59AF) is known color: Brilliant Rose. HEX triplet: EA, 59 and AF. RGB value is (234,89,175). Sum of RGB (Red+Green+Blue) = 234+89+175=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA59AF is #15A650. Grayscale: #8D8D8D. Windows color (decimal): -1418833 or 11491818. OLE color: 11491818.

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

Color convert

RGB 234 89 175 -
CMYK 0 0.62 0.25 0.08
HSL 324.41º 0.78% 0.63% -
HSV(B) 324.41º 0.62% 0.92% -
XYZ 45.24 27.73 43.53 -
YUV 142.16 146.54 193.51 -
System Red Green Blue C M Y K H S L
Decimal 234 89 175 0 0.62 0.25 0.08 324.41 0.78 0.63
Hex EA 59 AF 0 3E 19 8 144 4E 3F
Octal 352 131 257 0 76 31 10 504 116 77
Binary 11101010 1011001 10101111 0 111110 11001 1000 101000100 1001110 111111

Color Harmonies of #EA59AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA59AF

Black with #EA59AF

Text Example


Text Example

White with #EA59AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA59AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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