Html Css Color HEX #EA57AB Brilliant Rose

📋 copy color: '#EA57AB'

red 234 ◦ green 87 ◦ blue 171

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

Shades of Brilliant Rose #EA57AB

Tints of Brilliant Rose #EA57AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.76%

R = 47.56%
G = 17.68%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA57AB (or 0xEA57AB) is known color: Brilliant Rose. HEX triplet: EA, 57 and AB. RGB value is (234,87,171). Sum of RGB (Red+Green+Blue) = 234+87+171=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA57AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA57AB is #15A854. Grayscale: #8C8C8C. Windows color (decimal): -1419349 or 11229162. OLE color: 11229162.

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

Color convert

RGB 234 87 171 -
CMYK 0 0.63 0.27 0.08
HSL 325.71º 0.78% 0.63% -
HSV(B) 325.71º 0.63% 0.92% -
XYZ 44.69 27.25 41.43 -
YUV 140.53 145.2 194.67 -
System Red Green Blue C M Y K H S L
Decimal 234 87 171 0 0.63 0.27 0.08 325.71 0.78 0.63
Hex EA 57 AB 0 3F 1B 8 146 4E 3F
Octal 352 127 253 0 77 33 10 506 116 77
Binary 11101010 1010111 10101011 0 111111 11011 1000 101000110 1001110 111111

Color Harmonies of #EA57AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA57AB

Black with #EA57AB

Text Example


Text Example

White with #EA57AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA57AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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