#ED5CB8

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

Shades of Hot Pink #ED5CB8

Tints of Hot Pink #ED5CB8

Color information

#ED5CB8 (or 0xED5CB8) is unknown color: approx Hot Pink. HEX triplet: ED, 5C and B8. RGB value is (237,92,184). Sum of RGB (Red+Green+Blue) = 237+92+184=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5CB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5CB8 is #12A347. Grayscale: #919191. Windows color (decimal): -1221448 or 12082413. OLE color: 12082413.

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

Color convert

RGB23792184-
CMYK00.610.220.07
HSL321.93º80.11%64.51%-
HSV(B)321.93º61.18%92.94%-
XYZ47.429.1248.47-
YUV145.84149.54193.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.20%
GREEN value IS 92 (36.33% from 255) = 17.93%
BLUE value IS 184 (72.27% from 255) = 35.87%
R=46.20%
G=17.93%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379218400.610.220.07321.9380.1164.51
HexED5CB803D1671425041
Octal355134270075267502120101
Binary1110110110111001011100001111011011011110100001010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5CB8; }

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

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

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

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

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

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

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

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