Html Css Color HEX #EC159A Deep Pink

📋 copy color: '#EC159A'

red 236 ◦ green 21 ◦ blue 154

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

Shades of Deep Pink #EC159A

Tints of Deep Pink #EC159A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.47%

R = 57.42%
G = 5.11%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC159A (or 0xEC159A) is known color: Deep Pink. HEX triplet: EC, 15 and 9A. RGB value is (236,21,154). Sum of RGB (Red+Green+Blue) = 236+21+154=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC159A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC159A is #13EA65. Grayscale: #646464. Windows color (decimal): -1305190 or 10098156. OLE color: 10098156.

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

Color convert

RGB 236 21 154 -
CMYK 0 0.91 0.35 0.07
HSL 322.88º 0.85% 0.5% -
HSV(B) 322.88º 0.91% 0.93% -
XYZ 40.69 20.7 32.42 -
YUV 100.45 158.23 224.69 -
System Red Green Blue C M Y K H S L
Decimal 236 21 154 0 0.91 0.35 0.07 322.88 0.85 0.5
Hex EC 15 9A 0 5B 23 7 143 55 32
Octal 354 25 232 0 133 43 7 503 125 62
Binary 11101100 10101 10011010 0 1011011 100011 111 101000011 1010101 110010

Color Harmonies of #EC159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC159A

Black with #EC159A

Text Example


Text Example

White with #EC159A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC159A; }

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

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

background-color css

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

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

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

border-color css

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

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

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