Html Css Color HEX #EA59B1 Hot Pink

📋 copy color: '#EA59B1'

red 234 ◦ green 89 ◦ blue 177

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

Shades of Hot Pink #EA59B1

Tints of Hot Pink #EA59B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.4%

R = 46.8%
G = 17.8%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA59B1 (or 0xEA59B1) is known color: Hot Pink. HEX triplet: EA, 59 and B1. RGB value is (234,89,177). Sum of RGB (Red+Green+Blue) = 234+89+177=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA59B1 is #15A64E. Grayscale: #8E8E8E. Windows color (decimal): -1418831 or 11622890. OLE color: 11622890.

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

Color convert

RGB 234 89 177 -
CMYK 0 0.62 0.24 0.08
HSL 323.59º 0.78% 0.63% -
HSV(B) 323.59º 0.62% 0.92% -
XYZ 45.44 27.81 44.57 -
YUV 142.39 147.54 193.34 -
System Red Green Blue C M Y K H S L
Decimal 234 89 177 0 0.62 0.24 0.08 323.59 0.78 0.63
Hex EA 59 B1 0 3E 18 8 144 4E 3F
Octal 352 131 261 0 76 30 10 504 116 77
Binary 11101010 1011001 10110001 0 111110 11000 1000 101000100 1001110 111111

Color Harmonies of #EA59B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA59B1

Black with #EA59B1

Text Example


Text Example

White with #EA59B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA59B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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