Html Css Color HEX #EC19B6 Shocking Pink

📋 copy color: '#EC19B6'

red 236 ◦ green 25 ◦ blue 182

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

Shades of Shocking Pink #EC19B6

Tints of Shocking Pink #EC19B6

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.64%

 BLUE value IS 182 (71.48% from 255) = 41.08%

R = 53.27%
G = 5.64%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC19B6 (or 0xEC19B6) is known color: Shocking Pink. HEX triplet: EC, 19 and B6. RGB value is (236,25,182). Sum of RGB (Red+Green+Blue) = 236+25+182=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC19B6 is #13E649. Grayscale: #696969. Windows color (decimal): -1304138 or 11934188. OLE color: 11934188.

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

Color convert

RGB 236 25 182 -
CMYK 0 0.89 0.23 0.07
HSL 315.36º 0.85% 0.51% -
HSV(B) 315.36º 0.89% 0.93% -
XYZ 43.38 21.91 46.2 -
YUV 105.99 170.9 220.73 -
System Red Green Blue C M Y K H S L
Decimal 236 25 182 0 0.89 0.23 0.07 315.36 0.85 0.51
Hex EC 19 B6 0 59 17 7 13B 55 33
Octal 354 31 266 0 131 27 7 473 125 63
Binary 11101100 11001 10110110 0 1011001 10111 111 100111011 1010101 110011

Color Harmonies of #EC19B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC19B6

Black with #EC19B6

Text Example


Text Example

White with #EC19B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC19B6; }

 p { color: rgb(236,25,182); }

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

background-color css

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

 a { background-color: rgb(236,25,182); }

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

border-color css

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

 span { border-color: rgb(236,25,182); }

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