#ED64B9

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

Shades of Hot Pink #ED64B9

Tints of Hot Pink #ED64B9

Color information

#ED64B9 (or 0xED64B9) is unknown color: approx Hot Pink. HEX triplet: ED, 64 and B9. RGB value is (237,100,185). Sum of RGB (Red+Green+Blue) = 237+100+185=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED64B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED64B9 is #129B46. Grayscale: #969696. Windows color (decimal): -1219399 or 12149997. OLE color: 12149997.

HSL color Cylindrical-coordinate representation of color #ED64B9: hue angle of 322.77º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED64B9 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB237100185-
CMYK00.580.220.07
HSL322.77º79.19%66.08%-
HSV(B)322.77º57.81%92.94%-
XYZ48.2430.6249.27-
YUV150.65147.39189.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.40%
GREEN value IS 100 (39.45% from 255) = 19.16%
BLUE value IS 185 (72.66% from 255) = 35.44%
R=45.40%
G=19.16%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710018500.580.220.07322.7779.1966.08
HexED64B903A1671434f42
Octal355144271072267503117102
Binary1110110111001001011100101110101011011110100001110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED64B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED64B9; }

 p { color: rgb(237,100,185); }

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

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

 a { background-color: rgb(237,100,185); }

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

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

 span { border-color: rgb(237,100,185); }

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