Html Css Color HEX #EC1995 Deep Pink

📋 copy color: '#EC1995'

red 236 ◦ green 25 ◦ blue 149

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

Shades of Deep Pink #EC1995

Tints of Deep Pink #EC1995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.34%

R = 57.56%
G = 6.1%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC1995 (or 0xEC1995) is known color: Deep Pink. HEX triplet: EC, 19 and 95. RGB value is (236,25,149). Sum of RGB (Red+Green+Blue) = 236+25+149=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1995 is #13E66A. Grayscale: #656565. Windows color (decimal): -1304171 or 9771500. OLE color: 9771500.

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

Color convert

RGB 236 25 149 -
CMYK 0 0.89 0.37 0.07
HSL 324.74º 0.85% 0.51% -
HSV(B) 324.74º 0.89% 0.93% -
XYZ 40.36 20.7 30.3 -
YUV 102.23 154.4 223.42 -
System Red Green Blue C M Y K H S L
Decimal 236 25 149 0 0.89 0.37 0.07 324.74 0.85 0.51
Hex EC 19 95 0 59 25 7 145 55 33
Octal 354 31 225 0 131 45 7 505 125 63
Binary 11101100 11001 10010101 0 1011001 100101 111 101000101 1010101 110011

Color Harmonies of #EC1995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1995

Black with #EC1995

Text Example


Text Example

White with #EC1995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1995; }

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

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

background-color css

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

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

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

border-color css

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

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

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