Html Css Color HEX #EC21C7 Shocking Pink

📋 copy color: '#EC21C7'

red 236 ◦ green 33 ◦ blue 199

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

Shades of Shocking Pink #EC21C7

Tints of Shocking Pink #EC21C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.52%

R = 50.43%
G = 7.05%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC21C7 (or 0xEC21C7) is known color: Shocking Pink. HEX triplet: EC, 21 and C7. RGB value is (236,33,199). Sum of RGB (Red+Green+Blue) = 236+33+199=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC21C7 is #13DE38. Grayscale: #707070. Windows color (decimal): -1302073 or 13050348. OLE color: 13050348.

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

Color convert

RGB 236 33 199 -
CMYK 0 0.86 0.16 0.07
HSL 310.94º 0.84% 0.53% -
HSV(B) 310.94º 0.86% 0.93% -
XYZ 45.44 23.04 56.09 -
YUV 112.62 176.75 216 -
System Red Green Blue C M Y K H S L
Decimal 236 33 199 0 0.86 0.16 0.07 310.94 0.84 0.53
Hex EC 21 C7 0 56 10 7 137 54 35
Octal 354 41 307 0 126 20 7 467 124 65
Binary 11101100 100001 11000111 0 1010110 10000 111 100110111 1010100 110101

Color Harmonies of #EC21C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC21C7

Black with #EC21C7

Text Example


Text Example

White with #EC21C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC21C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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