Html Css Color HEX #EA57AF Brilliant Rose

📋 copy color: '#EA57AF'

red 234 ◦ green 87 ◦ blue 175

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

Shades of Brilliant Rose #EA57AF

Tints of Brilliant Rose #EA57AF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.54%

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

R = 47.18%
G = 17.54%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA57AF (or 0xEA57AF) is known color: Brilliant Rose. HEX triplet: EA, 57 and AF. RGB value is (234,87,175). Sum of RGB (Red+Green+Blue) = 234+87+175=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA57AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA57AF is #15A850. Grayscale: #8C8C8C. Windows color (decimal): -1419345 or 11491306. OLE color: 11491306.

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

Color convert

RGB 234 87 175 -
CMYK 0 0.63 0.25 0.08
HSL 324.08º 0.78% 0.63% -
HSV(B) 324.08º 0.63% 0.92% -
XYZ 45.08 27.4 43.47 -
YUV 140.99 147.2 194.34 -
System Red Green Blue C M Y K H S L
Decimal 234 87 175 0 0.63 0.25 0.08 324.08 0.78 0.63
Hex EA 57 AF 0 3F 19 8 144 4E 3F
Octal 352 127 257 0 77 31 10 504 116 77
Binary 11101010 1010111 10101111 0 111111 11001 1000 101000100 1001110 111111

Color Harmonies of #EA57AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA57AF

Black with #EA57AF

Text Example


Text Example

White with #EA57AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA57AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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