Html Css Color HEX #ED218C Deep Pink

📋 copy color: '#ED218C'

red 237 ◦ green 33 ◦ blue 140

#ED218C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #ED218C

Tints of Deep Pink #ED218C

RGB

 RED value IS 237 (92.97% from 255) = 57.8%

 GREEN value IS 33 (13.28% from 255) = 8.05%

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 57.8%
G = 8.05%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED218C (or 0xED218C) is known color: 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

RGB 237 33 140 -
CMYK 0 0.86 0.41 0.07
HSL 328.53º 0.85% 0.53% -
HSV(B) 328.53º 0.86% 0.93% -
XYZ 40.2 20.99 26.74 -
YUV 106.19 147.09 221.3 -
System Red Green Blue C M Y K H S L
Decimal 237 33 140 0 0.86 0.41 0.07 328.53 0.85 0.53
Hex ED 21 8C 0 56 29 7 149 55 35
Octal 355 41 214 0 126 51 7 511 125 65
Binary 11101101 100001 10001100 0 1010110 101001 111 101001001 1010101 110101

Color Harmonies of #ED218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED218C

Black with #ED218C

Text Example


Text Example

White with #ED218C

Text Example


Text Example

HTML Codes & Css Web 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>