Html Css Color HEX #EC21C9 Shocking Pink

📋 copy color: '#EC21C9'

red 236 ◦ green 33 ◦ blue 201

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

Shades of Shocking Pink #EC21C9

Tints of Shocking Pink #EC21C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.77%

R = 50.21%
G = 7.02%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EC21C9 (or 0xEC21C9) is known color: Shocking Pink. HEX triplet: EC, 21 and C9. RGB value is (236,33,201). Sum of RGB (Red+Green+Blue) = 236+33+201=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 33 (13.28% from 255 or 7.02% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC21C9 is #13DE36. Grayscale: #707070. Windows color (decimal): -1302071 or 13181420. OLE color: 13181420.

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

Color convert

RGB 236 33 201 -
CMYK 0 0.86 0.15 0.07
HSL 310.34º 0.84% 0.53% -
HSV(B) 310.34º 0.86% 0.93% -
XYZ 45.68 23.14 57.32 -
YUV 112.85 177.75 215.84 -
System Red Green Blue C M Y K H S L
Decimal 236 33 201 0 0.86 0.15 0.07 310.34 0.84 0.53
Hex EC 21 C9 0 56 F 7 136 54 35
Octal 354 41 311 0 126 17 7 466 124 65
Binary 11101100 100001 11001001 0 1010110 1111 111 100110110 1010100 110101

Color Harmonies of #EC21C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC21C9

Black with #EC21C9

Text Example


Text Example

White with #EC21C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC21C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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