Html Css Color HEX #EC19CE Shocking Pink

📋 copy color: '#EC19CE'

red 236 ◦ green 25 ◦ blue 206

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

Shades of Shocking Pink #EC19CE

Tints of Shocking Pink #EC19CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 50.54%
G = 5.35%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC19CE (or 0xEC19CE) is known color: Shocking Pink. HEX triplet: EC, 19 and CE. RGB value is (236,25,206). Sum of RGB (Red+Green+Blue) = 236+25+206=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC19CE is #13E631. Grayscale: #6C6C6C. Windows color (decimal): -1304114 or 13507052. OLE color: 13507052.

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

Color convert

RGB 236 25 206 -
CMYK 0 0.89 0.13 0.07
HSL 308.53º 0.85% 0.51% -
HSV(B) 308.53º 0.89% 0.93% -
XYZ 46.08 22.98 60.4 -
YUV 108.72 182.9 218.78 -
System Red Green Blue C M Y K H S L
Decimal 236 25 206 0 0.89 0.13 0.07 308.53 0.85 0.51
Hex EC 19 CE 0 59 D 7 135 55 33
Octal 354 31 316 0 131 15 7 465 125 63
Binary 11101100 11001 11001110 0 1011001 1101 111 100110101 1010101 110011

Color Harmonies of #EC19CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC19CE

Black with #EC19CE

Text Example


Text Example

White with #EC19CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC19CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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