#ED007F

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

Shades of Deep Pink #ED007F

Tints of Deep Pink #ED007F

Color information

#ED007F (or 0xED007F) is unknown color: approx Deep Pink. HEX triplet: ED, 00 and 7F. RGB value is (237,0,127). Sum of RGB (Red+Green+Blue) = 237+0+127=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED007F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED007F is #12FF80. Grayscale: #555555. Windows color (decimal): -1245057 or 8323309. OLE color: 8323309.

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

Color convert

RGB2370127-
CMYK010.460.07
HSL327.85º100%46.47%-
HSV(B)327.85º100%92.94%-
XYZ38.7619.5421.81-
YUV85.34151.52236.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 65.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 34.89%
R=65.11%
G=0%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2370127010.460.07327.8510046.47
HexED07F0642E7148642e
Octal3550177014456751014456
Binary1110110101111111011001001011101111010010001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED007F; }

 p { color: rgb(237,0,127); }

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

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

 a { background-color: rgb(237,0,127); }

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

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

 span { border-color: rgb(237,0,127); }

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