Html Css Color HEX #ED218B Deep Pink

📋 copy color: '#ED218B'

red 237 ◦ green 33 ◦ blue 139

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

Shades of Deep Pink #ED218B

Tints of Deep Pink #ED218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.99%

R = 57.95%
G = 8.07%
B = 33.99%

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

#ED218B (or 0xED218B) is known color: Deep Pink. HEX triplet: ED, 21 and 8B. RGB value is (237,33,139). Sum of RGB (Red+Green+Blue) = 237+33+139=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED218B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED218B is #12DE74. Grayscale: #696969. Windows color (decimal): -1236597 or 9118189. OLE color: 9118189.

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

Color convert

RGB 237 33 139 -
CMYK 0 0.86 0.41 0.07
HSL 328.82º 0.85% 0.53% -
HSV(B) 328.82º 0.86% 0.93% -
XYZ 40.13 20.96 26.36 -
YUV 106.08 146.59 221.38 -
System Red Green Blue C M Y K H S L
Decimal 237 33 139 0 0.86 0.41 0.07 328.82 0.85 0.53
Hex ED 21 8B 0 56 29 7 149 55 35
Octal 355 41 213 0 126 51 7 511 125 65
Binary 11101101 100001 10001011 0 1010110 101001 111 101001001 1010101 110101

Color Harmonies of #ED218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED218B

Black with #ED218B

Text Example


Text Example

White with #ED218B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED218B; }

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

 H1.HeaderClassName
 {
   color: #ED218B;
 }
 .AnyTagClassName
 {
   color: #ED218B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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