Html Css Color HEX #EC218D Deep Pink

📋 copy color: '#EC218D'

red 236 ◦ green 33 ◦ blue 141

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

Shades of Deep Pink #EC218D

Tints of Deep Pink #EC218D

RGB

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

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

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

R = 57.56%
G = 8.05%
B = 34.39%

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

#EC218D (or 0xEC218D) is known color: Deep Pink. HEX triplet: EC, 21 and 8D. RGB value is (236,33,141). Sum of RGB (Red+Green+Blue) = 236+33+141=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC218D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC218D is #13DE72. Grayscale: #696969. Windows color (decimal): -1302131 or 9249260. OLE color: 9249260.

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

Color convert

RGB 236 33 141 -
CMYK 0 0.86 0.40 0.07
HSL 328.08º 0.84% 0.53% -
HSV(B) 328.08º 0.86% 0.93% -
XYZ 39.94 20.84 27.12 -
YUV 106.01 147.75 220.72 -
System Red Green Blue C M Y K H S L
Decimal 236 33 141 0 0.86 0.40 0.07 328.08 0.84 0.53
Hex EC 21 8D 0 56 28 7 148 54 35
Octal 354 41 215 0 126 50 7 510 124 65
Binary 11101100 100001 10001101 0 1010110 101000 111 101001000 1010100 110101

Color Harmonies of #EC218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC218D

Black with #EC218D

Text Example


Text Example

White with #EC218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC218D; }

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

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

background-color css

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

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

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

border-color css

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

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

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