#ED5CB7

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

Shades of Hot Pink #ED5CB7

Tints of Hot Pink #ED5CB7

Color information

#ED5CB7 (or 0xED5CB7) is unknown color: approx Hot Pink. HEX triplet: ED, 5C and B7. RGB value is (237,92,183). Sum of RGB (Red+Green+Blue) = 237+92+183=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5CB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5CB7 is #12A348. Grayscale: #919191. Windows color (decimal): -1221449 or 12016877. OLE color: 12016877.

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

Color convert

RGB23792183-
CMYK00.610.230.07
HSL322.34º80.11%64.51%-
HSV(B)322.34º61.18%92.94%-
XYZ47.329.0847.92-
YUV145.73149.04193.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.29%
GREEN value IS 92 (36.33% from 255) = 17.97%
BLUE value IS 183 (71.88% from 255) = 35.74%
R=46.29%
G=17.97%
B=35.74%

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
Decimal2379218300.610.230.07322.3480.1164.51
HexED5CB703D1771425041
Octal355134267075277502120101
Binary1110110110111001011011101111011011111110100001010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5CB7; }

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

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

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

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

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

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

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

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