Html Css Color HEX #ED208B Deep Pink

📋 copy color: '#ED208B'

red 237 ◦ green 32 ◦ blue 139

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

Shades of Deep Pink #ED208B

Tints of Deep Pink #ED208B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.84%

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

R = 58.09%
G = 7.84%
B = 34.07%

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

#ED208B (or 0xED208B) is known color: Deep Pink. HEX triplet: ED, 20 and 8B. RGB value is (237,32,139). Sum of RGB (Red+Green+Blue) = 237+32+139=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED208B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED208B is #12DF74. Grayscale: #696969. Windows color (decimal): -1236853 or 9117933. OLE color: 9117933.

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

Color convert

RGB 237 32 139 -
CMYK 0 0.86 0.41 0.07
HSL 328.68º 0.85% 0.53% -
HSV(B) 328.68º 0.86% 0.93% -
XYZ 40.1 20.9 26.35 -
YUV 105.49 146.92 221.8 -
System Red Green Blue C M Y K H S L
Decimal 237 32 139 0 0.86 0.41 0.07 328.68 0.85 0.53
Hex ED 20 8B 0 56 29 7 149 55 35
Octal 355 40 213 0 126 51 7 511 125 65
Binary 11101101 100000 10001011 0 1010110 101001 111 101001001 1010101 110101

Color Harmonies of #ED208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED208B

Black with #ED208B

Text Example


Text Example

White with #ED208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED208B; }

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

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

background-color css

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

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

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

border-color css

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

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

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