Html Css Color HEX #EC19BC Shocking Pink

📋 copy color: '#EC19BC'

red 236 ◦ green 25 ◦ blue 188

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

Shades of Shocking Pink #EC19BC

Tints of Shocking Pink #EC19BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 52.56%
G = 5.57%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC19BC (or 0xEC19BC) is known color: Shocking Pink. HEX triplet: EC, 19 and BC. RGB value is (236,25,188). Sum of RGB (Red+Green+Blue) = 236+25+188=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC19BC is #13E643. Grayscale: #6A6A6A. Windows color (decimal): -1304132 or 12327404. OLE color: 12327404.

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

Color convert

RGB 236 25 188 -
CMYK 0 0.89 0.20 0.07
HSL 313.65º 0.85% 0.51% -
HSV(B) 313.65º 0.89% 0.93% -
XYZ 44.02 22.16 49.53 -
YUV 106.67 173.9 220.25 -
System Red Green Blue C M Y K H S L
Decimal 236 25 188 0 0.89 0.20 0.07 313.65 0.85 0.51
Hex EC 19 BC 0 59 14 7 13A 55 33
Octal 354 31 274 0 131 24 7 472 125 63
Binary 11101100 11001 10111100 0 1011001 10100 111 100111010 1010101 110011

Color Harmonies of #EC19BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC19BC

Black with #EC19BC

Text Example


Text Example

White with #EC19BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC19BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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