Html Css Color HEX #EA57B6 Hot Pink

📋 copy color: '#EA57B6'

red 234 ◦ green 87 ◦ blue 182

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

Shades of Hot Pink #EA57B6

Tints of Hot Pink #EA57B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.18%

R = 46.52%
G = 17.3%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EA57B6 (or 0xEA57B6) is known color: Hot Pink. HEX triplet: EA, 57 and B6. RGB value is (234,87,182). Sum of RGB (Red+Green+Blue) = 234+87+182=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA57B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA57B6 is #15A849. Grayscale: #8D8D8D. Windows color (decimal): -1419338 or 11950058. OLE color: 11950058.

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

Color convert

RGB 234 87 182 -
CMYK 0 0.63 0.22 0.08
HSL 321.22º 0.78% 0.63% -
HSV(B) 321.22º 0.63% 0.92% -
XYZ 45.78 27.69 47.19 -
YUV 141.78 150.7 193.78 -
System Red Green Blue C M Y K H S L
Decimal 234 87 182 0 0.63 0.22 0.08 321.22 0.78 0.63
Hex EA 57 B6 0 3F 16 8 141 4E 3F
Octal 352 127 266 0 77 26 10 501 116 77
Binary 11101010 1010111 10110110 0 111111 10110 1000 101000001 1001110 111111

Color Harmonies of #EA57B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA57B6

Black with #EA57B6

Text Example


Text Example

White with #EA57B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA57B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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