Html Css Color HEX #ED208A Deep Pink

📋 copy color: '#ED208A'

red 237 ◦ green 32 ◦ blue 138

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

Shades of Deep Pink #ED208A

Tints of Deep Pink #ED208A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 58.23%
G = 7.86%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED208A (or 0xED208A) is known color: Deep Pink. HEX triplet: ED, 20 and 8A. RGB value is (237,32,138). Sum of RGB (Red+Green+Blue) = 237+32+138=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED208A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED208A is #12DF75. Grayscale: #696969. Windows color (decimal): -1236854 or 9052397. OLE color: 9052397.

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

Color convert

RGB 237 32 138 -
CMYK 0 0.86 0.42 0.07
HSL 328.98º 0.85% 0.53% -
HSV(B) 328.98º 0.86% 0.93% -
XYZ 40.03 20.87 25.96 -
YUV 105.38 146.42 221.88 -
System Red Green Blue C M Y K H S L
Decimal 237 32 138 0 0.86 0.42 0.07 328.98 0.85 0.53
Hex ED 20 8A 0 56 2A 7 149 55 35
Octal 355 40 212 0 126 52 7 511 125 65
Binary 11101101 100000 10001010 0 1010110 101010 111 101001001 1010101 110101

Color Harmonies of #ED208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED208A

Black with #ED208A

Text Example


Text Example

White with #ED208A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED208A; }

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

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

background-color css

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

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

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

border-color css

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

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

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