Html Css Color HEX #EA57B9 Hot Pink

📋 copy color: '#EA57B9'

red 234 ◦ green 87 ◦ blue 185

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

Shades of Hot Pink #EA57B9

Tints of Hot Pink #EA57B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.56%

R = 46.25%
G = 17.19%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EA57B9 (or 0xEA57B9) is known color: Hot Pink. HEX triplet: EA, 57 and B9. RGB value is (234,87,185). Sum of RGB (Red+Green+Blue) = 234+87+185=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 87 (34.38% from 255 or 17.19% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA57B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA57B9 is #15A846. Grayscale: #8D8D8D. Windows color (decimal): -1419335 or 12146666. OLE color: 12146666.

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

Color convert

RGB 234 87 185 -
CMYK 0 0.63 0.21 0.08
HSL 320º 0.78% 0.63% -
HSV(B) 320º 0.63% 0.92% -
XYZ 46.1 27.81 48.84 -
YUV 142.13 152.2 193.53 -
System Red Green Blue C M Y K H S L
Decimal 234 87 185 0 0.63 0.21 0.08 320 0.78 0.63
Hex EA 57 B9 0 3F 15 8 140 4E 3F
Octal 352 127 271 0 77 25 10 500 116 77
Binary 11101010 1010111 10111001 0 111111 10101 1000 101000000 1001110 111111

Color Harmonies of #EA57B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA57B9

Black with #EA57B9

Text Example


Text Example

White with #EA57B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA57B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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