Html Css Color HEX #EC19CB Shocking Pink

📋 copy color: '#EC19CB'

red 236 ◦ green 25 ◦ blue 203

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

Shades of Shocking Pink #EC19CB

Tints of Shocking Pink #EC19CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 50.86%
G = 5.39%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC19CB (or 0xEC19CB) is known color: Shocking Pink. HEX triplet: EC, 19 and CB. RGB value is (236,25,203). Sum of RGB (Red+Green+Blue) = 236+25+203=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 25 (10.16% from 255 or 5.39% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC19CB is #13E634. Grayscale: #6B6B6B. Windows color (decimal): -1304117 or 13310444. OLE color: 13310444.

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

Color convert

RGB 236 25 203 -
CMYK 0 0.89 0.14 0.07
HSL 309.38º 0.85% 0.51% -
HSV(B) 309.38º 0.89% 0.93% -
XYZ 45.72 22.84 58.5 -
YUV 108.38 181.4 219.03 -
System Red Green Blue C M Y K H S L
Decimal 236 25 203 0 0.89 0.14 0.07 309.38 0.85 0.51
Hex EC 19 CB 0 59 E 7 135 55 33
Octal 354 31 313 0 131 16 7 465 125 63
Binary 11101100 11001 11001011 0 1011001 1110 111 100110101 1010101 110011

Color Harmonies of #EC19CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC19CB

Black with #EC19CB

Text Example


Text Example

White with #EC19CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC19CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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