Html Css Color HEX #EC19DA Shocking Pink

📋 copy color: '#EC19DA'

red 236 ◦ green 25 ◦ blue 218

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

Shades of Shocking Pink #EC19DA

Tints of Shocking Pink #EC19DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 49.27%
G = 5.22%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC19DA (or 0xEC19DA) is known color: Shocking Pink. HEX triplet: EC, 19 and DA. RGB value is (236,25,218). Sum of RGB (Red+Green+Blue) = 236+25+218=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 25 (10.16% from 255 or 5.22% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC19DA is #13E625. Grayscale: #6D6D6D. Windows color (decimal): -1304102 or 14293484. OLE color: 14293484.

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

Color convert

RGB 236 25 218 -
CMYK 0 0.89 0.08 0.07
HSL 305.12º 0.85% 0.51% -
HSV(B) 305.12º 0.89% 0.93% -
XYZ 47.59 23.59 68.37 -
YUV 110.09 188.9 217.81 -
System Red Green Blue C M Y K H S L
Decimal 236 25 218 0 0.89 0.08 0.07 305.12 0.85 0.51
Hex EC 19 DA 0 59 8 7 131 55 33
Octal 354 31 332 0 131 10 7 461 125 63
Binary 11101100 11001 11011010 0 1011001 1000 111 100110001 1010101 110011

Color Harmonies of #EC19DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC19DA

Black with #EC19DA

Text Example


Text Example

White with #EC19DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC19DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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