Html Css Color HEX #EC169C Deep Pink

📋 copy color: '#EC169C'

red 236 ◦ green 22 ◦ blue 156

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

Shades of Deep Pink #EC169C

Tints of Deep Pink #EC169C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.31%

 BLUE value IS 156 (61.33% from 255) = 37.68%

R = 57%
G = 5.31%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC169C (or 0xEC169C) is known color: Deep Pink. HEX triplet: EC, 16 and 9C. RGB value is (236,22,156). Sum of RGB (Red+Green+Blue) = 236+22+156=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC169C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC169C is #13E963. Grayscale: #646464. Windows color (decimal): -1304932 or 10229484. OLE color: 10229484.

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

Color convert

RGB 236 22 156 -
CMYK 0 0.91 0.34 0.07
HSL 322.43º 0.85% 0.51% -
HSV(B) 322.43º 0.91% 0.93% -
XYZ 40.88 20.81 33.31 -
YUV 101.26 158.9 224.1 -
System Red Green Blue C M Y K H S L
Decimal 236 22 156 0 0.91 0.34 0.07 322.43 0.85 0.51
Hex EC 16 9C 0 5B 22 7 142 55 33
Octal 354 26 234 0 133 42 7 502 125 63
Binary 11101100 10110 10011100 0 1011011 100010 111 101000010 1010101 110011

Color Harmonies of #EC169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC169C

Black with #EC169C

Text Example


Text Example

White with #EC169C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC169C; }

 p { color: rgb(236,22,156); }

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

background-color css

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

 a { background-color: rgb(236,22,156); }

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

border-color css

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

 span { border-color: rgb(236,22,156); }

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