Html Css Color HEX #E21ECC Shocking Pink

📋 copy color: '#E21ECC'

red 226 ◦ green 30 ◦ blue 204

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

Shades of Shocking Pink #E21ECC

Tints of Shocking Pink #E21ECC

RGB

 RED value IS 226 (88.67% from 255) = 49.13%

 GREEN value IS 30 (12.11% from 255) = 6.52%

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 49.13%
G = 6.52%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E21ECC (or 0xE21ECC) is known color: Shocking Pink. HEX triplet: E2, 1E and CC. RGB value is (226,30,204). Sum of RGB (Red+Green+Blue) = 226+30+204=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E21ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21ECC is #1DE133. Grayscale: #6B6B6B. Windows color (decimal): -1958196 or 13377250. OLE color: 13377250.

HSL color Cylindrical-coordinate representation of color #E21ECC: hue angle of 306.73º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21ECC is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 30 204 -
CMYK 0 0.87 0.10 0.11
HSL 306.73º 0.77% 0.5% -
HSV(B) 306.73º 0.87% 0.89% -
XYZ 42.73 21.46 59.02 -
YUV 108.44 181.93 211.85 -
System Red Green Blue C M Y K H S L
Decimal 226 30 204 0 0.87 0.10 0.11 306.73 0.77 0.5
Hex E2 1E CC 0 57 A B 133 4D 32
Octal 342 36 314 0 127 12 13 463 115 62
Binary 11100010 11110 11001100 0 1010111 1010 1011 100110011 1001101 110010

Color Harmonies of #E21ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21ECC

Black with #E21ECC

Text Example


Text Example

White with #E21ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21ECC; }

 p { color: rgb(226,30,204); }

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

background-color css

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

 a { background-color: rgb(226,30,204); }

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

border-color css

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

 span { border-color: rgb(226,30,204); }

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