Html Css Color HEX #EC21C2 Shocking Pink

📋 copy color: '#EC21C2'

red 236 ◦ green 33 ◦ blue 194

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

Shades of Shocking Pink #EC21C2

Tints of Shocking Pink #EC21C2

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.13%

 BLUE value IS 194 (76.17% from 255) = 41.9%

R = 50.97%
G = 7.13%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC21C2 (or 0xEC21C2) is known color: Shocking Pink. HEX triplet: EC, 21 and C2. RGB value is (236,33,194). Sum of RGB (Red+Green+Blue) = 236+33+194=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC21C2 is #13DE3D. Grayscale: #6F6F6F. Windows color (decimal): -1302078 or 12722668. OLE color: 12722668.

HSL color Cylindrical-coordinate representation of color #EC21C2: hue angle of 312.41º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC21C2 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 33 194 -
CMYK 0 0.86 0.18 0.07
HSL 312.41º 0.84% 0.53% -
HSV(B) 312.41º 0.86% 0.93% -
XYZ 44.87 22.82 53.08 -
YUV 112.05 174.25 216.41 -
System Red Green Blue C M Y K H S L
Decimal 236 33 194 0 0.86 0.18 0.07 312.41 0.84 0.53
Hex EC 21 C2 0 56 12 7 138 54 35
Octal 354 41 302 0 126 22 7 470 124 65
Binary 11101100 100001 11000010 0 1010110 10010 111 100111000 1010100 110101

Color Harmonies of #EC21C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC21C2

Black with #EC21C2

Text Example


Text Example

White with #EC21C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC21C2; }

 p { color: rgb(236,33,194); }

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

background-color css

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

 a { background-color: rgb(236,33,194); }

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

border-color css

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

 span { border-color: rgb(236,33,194); }

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