Html Css Color HEX #ED56BB Hot Pink

📋 copy color: '#ED56BB'

red 237 ◦ green 86 ◦ blue 187

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

Shades of Hot Pink #ED56BB

Tints of Hot Pink #ED56BB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.86%

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

R = 46.47%
G = 16.86%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED56BB (or 0xED56BB) is known color: Hot Pink. HEX triplet: ED, 56 and BB. RGB value is (237,86,187). Sum of RGB (Red+Green+Blue) = 237+86+187=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 86 (33.98% from 255 or 16.86% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED56BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED56BB is #12A944. Grayscale: #8E8E8E. Windows color (decimal): -1222981 or 12277485. OLE color: 12277485.

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

Color convert

RGB 237 86 187 -
CMYK 0 0.64 0.21 0.07
HSL 319.87º 0.81% 0.63% -
HSV(B) 319.87º 0.64% 0.93% -
XYZ 47.22 28.25 49.98 -
YUV 142.66 153.03 195.29 -
System Red Green Blue C M Y K H S L
Decimal 237 86 187 0 0.64 0.21 0.07 319.87 0.81 0.63
Hex ED 56 BB 0 40 15 7 140 51 3F
Octal 355 126 273 0 100 25 7 500 121 77
Binary 11101101 1010110 10111011 0 1000000 10101 111 101000000 1010001 111111

Color Harmonies of #ED56BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED56BB

Black with #ED56BB

Text Example


Text Example

White with #ED56BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED56BB; }

 p { color: rgb(237,86,187); }

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

background-color css

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

 a { background-color: rgb(237,86,187); }

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

border-color css

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

 span { border-color: rgb(237,86,187); }

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