Html Css Color HEX #EC1893 Deep Pink

📋 copy color: '#EC1893'

red 236 ◦ green 24 ◦ blue 147

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

Shades of Deep Pink #EC1893

Tints of Deep Pink #EC1893

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.9%

 BLUE value IS 147 (57.81% from 255) = 36.12%

R = 57.99%
G = 5.9%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC1893 (or 0xEC1893) is known color: Deep Pink. HEX triplet: EC, 18 and 93. RGB value is (236,24,147). Sum of RGB (Red+Green+Blue) = 236+24+147=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1893 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1893 is #13E76C. Grayscale: #656565. Windows color (decimal): -1304429 or 9640172. OLE color: 9640172.

HSL color Cylindrical-coordinate representation of color #EC1893: hue angle of 325.19º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1893 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 24 147 -
CMYK 0 0.90 0.38 0.07
HSL 325.19º 0.85% 0.51% -
HSV(B) 325.19º 0.9% 0.93% -
XYZ 40.19 20.59 29.46 -
YUV 101.41 153.74 224 -
System Red Green Blue C M Y K H S L
Decimal 236 24 147 0 0.90 0.38 0.07 325.19 0.85 0.51
Hex EC 18 93 0 5A 26 7 145 55 33
Octal 354 30 223 0 132 46 7 505 125 63
Binary 11101100 11000 10010011 0 1011010 100110 111 101000101 1010101 110011

Color Harmonies of #EC1893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1893

Black with #EC1893

Text Example


Text Example

White with #EC1893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1893; }

 p { color: rgb(236,24,147); }

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

background-color css

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

 a { background-color: rgb(236,24,147); }

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

border-color css

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

 span { border-color: rgb(236,24,147); }

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