#ED6EB7

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

Shades of Hot Pink #ED6EB7

Tints of Hot Pink #ED6EB7

Color information

#ED6EB7 (or 0xED6EB7) is unknown color: approx Hot Pink. HEX triplet: ED, 6E and B7. RGB value is (237,110,183). Sum of RGB (Red+Green+Blue) = 237+110+183=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6EB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6EB7 is #129148. Grayscale: #9C9C9C. Windows color (decimal): -1216841 or 12021485. OLE color: 12021485.

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

Color convert

RGB237110183-
CMYK00.540.230.07
HSL325.51º77.91%68.04%-
HSV(B)325.51º53.59%92.94%-
XYZ49.0532.5848.5-
YUV156.29143.08185.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 110 (43.36% from 255) = 20.75%
BLUE value IS 183 (71.88% from 255) = 34.53%
R=44.72%
G=20.75%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711018300.540.230.07325.5177.9168.04
HexED6EB70361771464e44
Octal355156267066277506116104
Binary1110110111011101011011101101101011111110100011010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6EB7; }

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

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

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

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

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

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

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

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