Html Css Color HEX #ED59B8 Hot Pink

📋 copy color: '#ED59B8'

red 237 ◦ green 89 ◦ blue 184

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

Shades of Hot Pink #ED59B8

Tints of Hot Pink #ED59B8

RGB

 RED value IS 237 (92.97% from 255) = 46.47%

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

 BLUE value IS 184 (72.27% from 255) = 36.08%

R = 46.47%
G = 17.45%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED59B8 (or 0xED59B8) is known color: Hot Pink. HEX triplet: ED, 59 and B8. RGB value is (237,89,184). Sum of RGB (Red+Green+Blue) = 237+89+184=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 184 (72.27% from 255 or 36.08% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED59B8 is #12A647. Grayscale: #8F8F8F. Windows color (decimal): -1222216 or 12081645. OLE color: 12081645.

HSL color Cylindrical-coordinate representation of color #ED59B8: hue angle of 321.49º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED59B8 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 89 184 -
CMYK 0 0.62 0.22 0.07
HSL 321.49º 0.8% 0.64% -
HSV(B) 321.49º 0.62% 0.93% -
XYZ 47.15 28.61 48.38 -
YUV 144.08 150.53 194.28 -
System Red Green Blue C M Y K H S L
Decimal 237 89 184 0 0.62 0.22 0.07 321.49 0.8 0.64
Hex ED 59 B8 0 3E 16 7 141 50 40
Octal 355 131 270 0 76 26 7 501 120 100
Binary 11101101 1011001 10111000 0 111110 10110 111 101000001 1010000 1000000

Color Harmonies of #ED59B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED59B8

Black with #ED59B8

Text Example


Text Example

White with #ED59B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED59B8; }

 p { color: rgb(237,89,184); }

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

background-color css

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

 a { background-color: rgb(237,89,184); }

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

border-color css

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

 span { border-color: rgb(237,89,184); }

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