#ED067C

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

Shades of Deep Pink #ED067C

Tints of Deep Pink #ED067C

Color information

#ED067C (or 0xED067C) is unknown color: approx Deep Pink. HEX triplet: ED, 06 and 7C. RGB value is (237,6,124). Sum of RGB (Red+Green+Blue) = 237+6+124=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED067C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED067C is #12F983. Grayscale: #585858. Windows color (decimal): -1243524 or 8128237. OLE color: 8128237.

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

Color convert

RGB2376124-
CMYK00.970.480.07
HSL329.35º95.06%47.65%-
HSV(B)329.35º97.47%92.94%-
XYZ38.6319.5920.81-
YUV88.52148.03233.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 64.58%
GREEN value IS 6 (2.73% from 255) = 1.63%
BLUE value IS 124 (48.83% from 255) = 33.79%
R=64.58%
G=1.63%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237612400.970.480.07329.3595.0647.65
HexED67C0613071495f30
Octal3556174014160751113760
Binary111011011101111100011000011100001111010010011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED067C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED067C; }

 p { color: rgb(237,6,124); }

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

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

 a { background-color: rgb(237,6,124); }

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

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

 span { border-color: rgb(237,6,124); }

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