Html Css Color HEX #EC218F Deep Pink

📋 copy color: '#EC218F'

red 236 ◦ green 33 ◦ blue 143

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

Shades of Deep Pink #EC218F

Tints of Deep Pink #EC218F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.71%

R = 57.28%
G = 8.01%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC218F (or 0xEC218F) is known color: Deep Pink. HEX triplet: EC, 21 and 8F. RGB value is (236,33,143). Sum of RGB (Red+Green+Blue) = 236+33+143=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC218F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC218F is #13DE70. Grayscale: #6A6A6A. Windows color (decimal): -1302129 or 9380332. OLE color: 9380332.

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

Color convert

RGB 236 33 143 -
CMYK 0 0.86 0.39 0.07
HSL 327.49º 0.84% 0.53% -
HSV(B) 327.49º 0.86% 0.93% -
XYZ 40.09 20.9 27.91 -
YUV 106.24 148.75 220.56 -
System Red Green Blue C M Y K H S L
Decimal 236 33 143 0 0.86 0.39 0.07 327.49 0.84 0.53
Hex EC 21 8F 0 56 27 7 147 54 35
Octal 354 41 217 0 126 47 7 507 124 65
Binary 11101100 100001 10001111 0 1010110 100111 111 101000111 1010100 110101

Color Harmonies of #EC218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC218F

Black with #EC218F

Text Example


Text Example

White with #EC218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC218F; }

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

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

background-color css

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

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

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

border-color css

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

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

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