Html Css Color HEX #EC1796 Deep Pink

📋 copy color: '#EC1796'

red 236 ◦ green 23 ◦ blue 150

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

Shades of Deep Pink #EC1796

Tints of Deep Pink #EC1796

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.62%

 BLUE value IS 150 (58.98% from 255) = 36.67%

R = 57.7%
G = 5.62%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC1796 (or 0xEC1796) is known color: Deep Pink. HEX triplet: EC, 17 and 96. RGB value is (236,23,150). Sum of RGB (Red+Green+Blue) = 236+23+150=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1796 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1796 is #13E869. Grayscale: #646464. Windows color (decimal): -1304682 or 9836524. OLE color: 9836524.

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

Color convert

RGB 236 23 150 -
CMYK 0 0.90 0.36 0.07
HSL 324.23º 0.85% 0.51% -
HSV(B) 324.23º 0.9% 0.93% -
XYZ 40.4 20.65 30.71 -
YUV 101.17 155.57 224.17 -
System Red Green Blue C M Y K H S L
Decimal 236 23 150 0 0.90 0.36 0.07 324.23 0.85 0.51
Hex EC 17 96 0 5A 24 7 144 55 33
Octal 354 27 226 0 132 44 7 504 125 63
Binary 11101100 10111 10010110 0 1011010 100100 111 101000100 1010101 110011

Color Harmonies of #EC1796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1796

Black with #EC1796

Text Example


Text Example

White with #EC1796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1796; }

 p { color: rgb(236,23,150); }

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

background-color css

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

 a { background-color: rgb(236,23,150); }

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

border-color css

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

 span { border-color: rgb(236,23,150); }

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