#ED5FB5

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

Shades of Hot Pink #ED5FB5

Tints of Hot Pink #ED5FB5

Color information

#ED5FB5 (or 0xED5FB5) is unknown color: approx Hot Pink. HEX triplet: ED, 5F and B5. RGB value is (237,95,181). Sum of RGB (Red+Green+Blue) = 237+95+181=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5FB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5FB5 is #12A04A. Grayscale: #939393. Windows color (decimal): -1220683 or 11886573. OLE color: 11886573.

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

Color convert

RGB23795181-
CMYK00.600.240.07
HSL323.66º79.78%65.1%-
HSV(B)323.66º59.92%92.94%-
XYZ47.3629.5346.92-
YUV147.26147.04192.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.20%
GREEN value IS 95 (37.5% from 255) = 18.52%
BLUE value IS 181 (71.09% from 255) = 35.28%
R=46.20%
G=18.52%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379518100.600.240.07323.6679.7865.1
HexED5FB503C1871445041
Octal355137265074307504120101
Binary1110110110111111011010101111001100011110100010010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5FB5; }

 p { color: rgb(237,95,181); }

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

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

 a { background-color: rgb(237,95,181); }

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

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

 span { border-color: rgb(237,95,181); }

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