Html Css Color HEX #E016C7 Shocking Pink

📋 copy color: '#E016C7'

red 224 ◦ green 22 ◦ blue 199

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

Shades of Shocking Pink #E016C7

Tints of Shocking Pink #E016C7

RGB

 RED value IS 224 (87.89% from 255) = 50.34%

 GREEN value IS 22 (8.98% from 255) = 4.94%

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

R = 50.34%
G = 4.94%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E016C7 (or 0xE016C7) is known color: Shocking Pink. HEX triplet: E0, 16 and C7. RGB value is (224,22,199). Sum of RGB (Red+Green+Blue) = 224+22+199=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 22 (8.98% from 255 or 4.94% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E016C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E016C7 is #1FE938. Grayscale: #666666. Windows color (decimal): -2091321 or 13047520. OLE color: 13047520.

HSL color Cylindrical-coordinate representation of color #E016C7: hue angle of 307.43º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E016C7 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 22 199 -
CMYK 0 0.90 0.11 0.12
HSL 307.43º 0.82% 0.48% -
HSV(B) 307.43º 0.9% 0.88% -
XYZ 41.34 20.54 55.82 -
YUV 102.58 182.42 214.61 -
System Red Green Blue C M Y K H S L
Decimal 224 22 199 0 0.90 0.11 0.12 307.43 0.82 0.48
Hex E0 16 C7 0 5A B C 133 52 30
Octal 340 26 307 0 132 13 14 463 122 60
Binary 11100000 10110 11000111 0 1011010 1011 1100 100110011 1010010 110000

Color Harmonies of #E016C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E016C7

Black with #E016C7

Text Example


Text Example

White with #E016C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E016C7; }

 p { color: rgb(224,22,199); }

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

background-color css

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

 a { background-color: rgb(224,22,199); }

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

border-color css

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

 span { border-color: rgb(224,22,199); }

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