Html Css Color HEX #EC1497 Deep Pink

📋 copy color: '#EC1497'

red 236 ◦ green 20 ◦ blue 151

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

Shades of Deep Pink #EC1497

Tints of Deep Pink #EC1497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.91%

 BLUE value IS 151 (59.38% from 255) = 37.1%

R = 57.99%
G = 4.91%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC1497 (or 0xEC1497) is known color: Deep Pink. HEX triplet: EC, 14 and 97. RGB value is (236,20,151). Sum of RGB (Red+Green+Blue) = 236+20+151=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1497 is #13EB68. Grayscale: #636363. Windows color (decimal): -1305449 or 9901292. OLE color: 9901292.

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

Color convert

RGB 236 20 151 -
CMYK 0 0.92 0.36 0.07
HSL 323.61º 0.85% 0.5% -
HSV(B) 323.61º 0.92% 0.93% -
XYZ 40.43 20.57 31.12 -
YUV 99.52 157.06 225.35 -
System Red Green Blue C M Y K H S L
Decimal 236 20 151 0 0.92 0.36 0.07 323.61 0.85 0.5
Hex EC 14 97 0 5C 24 7 144 55 32
Octal 354 24 227 0 134 44 7 504 125 62
Binary 11101100 10100 10010111 0 1011100 100100 111 101000100 1010101 110010

Color Harmonies of #EC1497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1497

Black with #EC1497

Text Example


Text Example

White with #EC1497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1497; }

 p { color: rgb(236,20,151); }

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

background-color css

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

 a { background-color: rgb(236,20,151); }

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

border-color css

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

 span { border-color: rgb(236,20,151); }

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