#ED6FA8

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

Shades of Hot Pink #ED6FA8

Tints of Hot Pink #ED6FA8

Color information

#ED6FA8 (or 0xED6FA8) is unknown color: approx Hot Pink. HEX triplet: ED, 6F and A8. RGB value is (237,111,168). Sum of RGB (Red+Green+Blue) = 237+111+168=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6FA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6FA8 is #129057. Grayscale: #9B9B9B. Windows color (decimal): -1216600 or 11038701. OLE color: 11038701.

HSL color Cylindrical-coordinate representation of color #ED6FA8: hue angle of 332.86º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED6FA8 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB237111168-
CMYK00.530.290.07
HSL332.86º77.78%68.24%-
HSV(B)332.86º53.16%92.94%-
XYZ47.6832.240.75-
YUV155.17135.24186.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.93%
GREEN value IS 111 (43.75% from 255) = 21.51%
BLUE value IS 168 (66.02% from 255) = 32.56%
R=45.93%
G=21.51%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711116800.530.290.07332.8677.7868.24
HexED6FA80351D714d4e44
Octal355157250065357515116104
Binary1110110111011111010100001101011110111110100110110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6FA8; }

 p { color: rgb(237,111,168); }

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

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

 a { background-color: rgb(237,111,168); }

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

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

 span { border-color: rgb(237,111,168); }

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