Html Css Color HEX #EC1993 Deep Pink

📋 copy color: '#EC1993'

red 236 ◦ green 25 ◦ blue 147

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

Shades of Deep Pink #EC1993

Tints of Deep Pink #EC1993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.13%

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

R = 57.84%
G = 6.13%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC1993 (or 0xEC1993) is known color: Deep Pink. HEX triplet: EC, 19 and 93. RGB value is (236,25,147). Sum of RGB (Red+Green+Blue) = 236+25+147=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1993 is #13E66C. Grayscale: #656565. Windows color (decimal): -1304173 or 9640428. OLE color: 9640428.

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

Color convert

RGB 236 25 147 -
CMYK 0 0.89 0.38 0.07
HSL 325.31º 0.85% 0.51% -
HSV(B) 325.31º 0.89% 0.93% -
XYZ 40.21 20.63 29.47 -
YUV 102 153.4 223.58 -
System Red Green Blue C M Y K H S L
Decimal 236 25 147 0 0.89 0.38 0.07 325.31 0.85 0.51
Hex EC 19 93 0 59 26 7 145 55 33
Octal 354 31 223 0 131 46 7 505 125 63
Binary 11101100 11001 10010011 0 1011001 100110 111 101000101 1010101 110011

Color Harmonies of #EC1993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1993

Black with #EC1993

Text Example


Text Example

White with #EC1993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1993; }

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

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

background-color css

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

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

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

border-color css

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

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

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