Html Css Color HEX #EC1597 Deep Pink

📋 copy color: '#EC1597'

red 236 ◦ green 21 ◦ blue 151

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

Shades of Deep Pink #EC1597

Tints of Deep Pink #EC1597

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.15%

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

R = 57.84%
G = 5.15%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC1597 (or 0xEC1597) is known color: Deep Pink. HEX triplet: EC, 15 and 97. RGB value is (236,21,151). Sum of RGB (Red+Green+Blue) = 236+21+151=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1597 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1597 is #13EA68. Grayscale: #636363. Windows color (decimal): -1305193 or 9901548. OLE color: 9901548.

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

Color convert

RGB 236 21 151 -
CMYK 0 0.91 0.36 0.07
HSL 323.72º 0.85% 0.5% -
HSV(B) 323.72º 0.91% 0.93% -
XYZ 40.45 20.6 31.12 -
YUV 100.11 156.73 224.93 -
System Red Green Blue C M Y K H S L
Decimal 236 21 151 0 0.91 0.36 0.07 323.72 0.85 0.5
Hex EC 15 97 0 5B 24 7 144 55 32
Octal 354 25 227 0 133 44 7 504 125 62
Binary 11101100 10101 10010111 0 1011011 100100 111 101000100 1010101 110010

Color Harmonies of #EC1597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1597

Black with #EC1597

Text Example


Text Example

White with #EC1597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1597; }

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

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

background-color css

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

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

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

border-color css

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

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

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