Html Css Color HEX #ED56BA Hot Pink

📋 copy color: '#ED56BA'

red 237 ◦ green 86 ◦ blue 186

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

Shades of Hot Pink #ED56BA

Tints of Hot Pink #ED56BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 46.56%
G = 16.9%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED56BA (or 0xED56BA) is known color: Hot Pink. HEX triplet: ED, 56 and BA. RGB value is (237,86,186). Sum of RGB (Red+Green+Blue) = 237+86+186=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED56BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED56BA is #12A945. Grayscale: #8E8E8E. Windows color (decimal): -1222982 or 12211949. OLE color: 12211949.

HSL color Cylindrical-coordinate representation of color #ED56BA: hue angle of 320.26º 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 #ED56BA is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 86 186 -
CMYK 0 0.64 0.22 0.07
HSL 320.26º 0.81% 0.63% -
HSV(B) 320.26º 0.64% 0.93% -
XYZ 47.12 28.21 49.42 -
YUV 142.55 152.53 195.37 -
System Red Green Blue C M Y K H S L
Decimal 237 86 186 0 0.64 0.22 0.07 320.26 0.81 0.63
Hex ED 56 BA 0 40 16 7 140 51 3F
Octal 355 126 272 0 100 26 7 500 121 77
Binary 11101101 1010110 10111010 0 1000000 10110 111 101000000 1010001 111111

Color Harmonies of #ED56BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED56BA

Black with #ED56BA

Text Example


Text Example

White with #ED56BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED56BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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