#ED218F

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

Shades of Deep Pink #ED218F

Tints of Deep Pink #ED218F

Color information

#ED218F (or 0xED218F) is unknown color: approx Deep Pink. HEX triplet: ED, 21 and 8F. RGB value is (237,33,143). Sum of RGB (Red+Green+Blue) = 237+33+143=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED218F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED218F is #12DE70. Grayscale: #6A6A6A. Windows color (decimal): -1236593 or 9380333. OLE color: 9380333.

HSL color Cylindrical-coordinate representation of color #ED218F: hue angle of 327.65º 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 #ED218F is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB23733143-
CMYK00.860.400.07
HSL327.65º85%52.94%-
HSV(B)327.65º86.08%92.94%-
XYZ40.4321.0827.92-
YUV106.54148.59221.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.38%
GREEN value IS 33 (13.28% from 255) = 7.99%
BLUE value IS 143 (56.25% from 255) = 34.62%
R=57.38%
G=7.99%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373314300.860.400.07327.658552.94
HexED218F0562871485535
Octal35541217012650751012565
Binary1110110110000110001111010101101010001111010010001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED218F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED218F; }

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

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

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

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

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

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

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

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