#ED218C

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

Shades of Deep Pink #ED218C

Tints of Deep Pink #ED218C

Color information

#ED218C (or 0xED218C) is unknown color: approx Deep Pink. HEX triplet: ED, 21 and 8C. RGB value is (237,33,140). Sum of RGB (Red+Green+Blue) = 237+33+140=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED218C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED218C is #12DE73. Grayscale: #696969. Windows color (decimal): -1236596 or 9183725. OLE color: 9183725.

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

Color convert

RGB23733140-
CMYK00.860.410.07
HSL328.53º85%52.94%-
HSV(B)328.53º86.08%92.94%-
XYZ40.220.9926.74-
YUV106.19147.09221.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.80%
GREEN value IS 33 (13.28% from 255) = 8.05%
BLUE value IS 140 (55.08% from 255) = 34.15%
R=57.80%
G=8.05%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373314000.860.410.07328.538552.94
HexED218C0562971495535
Octal35541214012651751112565
Binary1110110110000110001100010101101010011111010010011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED218C; }

 p { color: rgb(237,33,140); }

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

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

 a { background-color: rgb(237,33,140); }

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

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

 span { border-color: rgb(237,33,140); }

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