Html Css Color HEX #EA59BB Hot Pink

📋 copy color: '#EA59BB'

red 234 ◦ green 89 ◦ blue 187

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

Shades of Hot Pink #EA59BB

Tints of Hot Pink #EA59BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 45.88%
G = 17.45%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EA59BB (or 0xEA59BB) is known color: Hot Pink. HEX triplet: EA, 59 and BB. RGB value is (234,89,187). Sum of RGB (Red+Green+Blue) = 234+89+187=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA59BB is #15A644. Grayscale: #8F8F8F. Windows color (decimal): -1418821 or 12278250. OLE color: 12278250.

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

Color convert

RGB 234 89 187 -
CMYK 0 0.62 0.20 0.08
HSL 319.45º 0.78% 0.63% -
HSV(B) 319.45º 0.62% 0.92% -
XYZ 46.47 28.23 50.01 -
YUV 143.53 152.54 192.53 -
System Red Green Blue C M Y K H S L
Decimal 234 89 187 0 0.62 0.20 0.08 319.45 0.78 0.63
Hex EA 59 BB 0 3E 14 8 13F 4E 3F
Octal 352 131 273 0 76 24 10 477 116 77
Binary 11101010 1011001 10111011 0 111110 10100 1000 100111111 1001110 111111

Color Harmonies of #EA59BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA59BB

Black with #EA59BB

Text Example


Text Example

White with #EA59BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA59BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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