#ED5CB6

Color #ED5CB6 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #ED5CB6

Tints of Hot Pink #ED5CB6

Color information

#ED5CB6 (or 0xED5CB6) is unknown color: approx Hot Pink. HEX triplet: ED, 5C and B6. RGB value is (237,92,182). Sum of RGB (Red+Green+Blue) = 237+92+182=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5CB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5CB6 is #12A349. Grayscale: #919191. Windows color (decimal): -1221450 or 11951341. OLE color: 11951341.

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

Color convert

RGB23792182-
CMYK00.610.230.07
HSL322.76º80.11%64.51%-
HSV(B)322.76º61.18%92.94%-
XYZ47.229.0447.37-
YUV145.61148.54193.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 92 (36.33% from 255) = 18.00%
BLUE value IS 182 (71.48% from 255) = 35.62%
R=46.38%
G=18.00%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379218200.610.230.07322.7680.1164.51
HexED5CB603D1771435041
Octal355134266075277503120101
Binary1110110110111001011011001111011011111110100001110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5CB6; }

 p { color: rgb(237,92,182); }

 H1.HeaderClassName
 {
   color: #ED5CB6;
 }
 .AnyTagClassName
 {
   color: #ED5CB6;
 }
</style>
background-color css

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

 a { background-color: rgb(237,92,182); }

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

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

 span { border-color: rgb(237,92,182); }

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