Html Css Color HEX #EC208D Deep Pink

📋 copy color: '#EC208D'

red 236 ◦ green 32 ◦ blue 141

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

Shades of Deep Pink #EC208D

Tints of Deep Pink #EC208D

RGB

 RED value IS 236 (92.58% from 255) = 57.7%

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

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 57.7%
G = 7.82%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC208D (or 0xEC208D) is known color: Deep Pink. HEX triplet: EC, 20 and 8D. RGB value is (236,32,141). Sum of RGB (Red+Green+Blue) = 236+32+141=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC208D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC208D is #13DF72. Grayscale: #696969. Windows color (decimal): -1302387 or 9249004. OLE color: 9249004.

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

Color convert

RGB 236 32 141 -
CMYK 0 0.86 0.40 0.07
HSL 327.94º 0.84% 0.53% -
HSV(B) 327.94º 0.86% 0.93% -
XYZ 39.92 20.79 27.11 -
YUV 105.42 148.09 221.14 -
System Red Green Blue C M Y K H S L
Decimal 236 32 141 0 0.86 0.40 0.07 327.94 0.84 0.53
Hex EC 20 8D 0 56 28 7 148 54 35
Octal 354 40 215 0 126 50 7 510 124 65
Binary 11101100 100000 10001101 0 1010110 101000 111 101001000 1010100 110101

Color Harmonies of #EC208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC208D

Black with #EC208D

Text Example


Text Example

White with #EC208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC208D; }

 p { color: rgb(236,32,141); }

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

background-color css

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

 a { background-color: rgb(236,32,141); }

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

border-color css

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

 span { border-color: rgb(236,32,141); }

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