Html Css Color HEX #EC19D5 Shocking Pink

📋 copy color: '#EC19D5'

red 236 ◦ green 25 ◦ blue 213

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

Shades of Shocking Pink #EC19D5

Tints of Shocking Pink #EC19D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.94%

R = 49.79%
G = 5.27%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC19D5 (or 0xEC19D5) is known color: Shocking Pink. HEX triplet: EC, 19 and D5. RGB value is (236,25,213). Sum of RGB (Red+Green+Blue) = 236+25+213=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 25 (10.16% from 255 or 5.27% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC19D5 is #13E62A. Grayscale: #6C6C6C. Windows color (decimal): -1304107 or 13965804. OLE color: 13965804.

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

Color convert

RGB 236 25 213 -
CMYK 0 0.89 0.10 0.07
HSL 306.54º 0.85% 0.51% -
HSV(B) 306.54º 0.89% 0.93% -
XYZ 46.95 23.33 64.98 -
YUV 109.52 186.4 218.21 -
System Red Green Blue C M Y K H S L
Decimal 236 25 213 0 0.89 0.10 0.07 306.54 0.85 0.51
Hex EC 19 D5 0 59 A 7 133 55 33
Octal 354 31 325 0 131 12 7 463 125 63
Binary 11101100 11001 11010101 0 1011001 1010 111 100110011 1010101 110011

Color Harmonies of #EC19D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC19D5

Black with #EC19D5

Text Example


Text Example

White with #EC19D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC19D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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