Html Css Color HEX #E116C1 Shocking Pink

📋 copy color: '#E116C1'

red 225 ◦ green 22 ◦ blue 193

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

Shades of Shocking Pink #E116C1

Tints of Shocking Pink #E116C1

RGB

 RED value IS 225 (88.28% from 255) = 51.14%

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

 BLUE value IS 193 (75.78% from 255) = 43.86%

R = 51.14%
G = 5%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E116C1 (or 0xE116C1) is known color: Shocking Pink. HEX triplet: E1, 16 and C1. RGB value is (225,22,193). Sum of RGB (Red+Green+Blue) = 225+22+193=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E116C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E116C1 is #1EE93E. Grayscale: #656565. Windows color (decimal): -2025791 or 12654305. OLE color: 12654305.

HSL color Cylindrical-coordinate representation of color #E116C1: hue angle of 309.46º 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 #E116C1 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 22 193 -
CMYK 0 0.90 0.14 0.12
HSL 309.46º 0.82% 0.48% -
HSV(B) 309.46º 0.9% 0.88% -
XYZ 40.96 20.43 52.24 -
YUV 102.19 179.25 215.6 -
System Red Green Blue C M Y K H S L
Decimal 225 22 193 0 0.90 0.14 0.12 309.46 0.82 0.48
Hex E1 16 C1 0 5A E C 135 52 30
Octal 341 26 301 0 132 16 14 465 122 60
Binary 11100001 10110 11000001 0 1011010 1110 1100 100110101 1010010 110000

Color Harmonies of #E116C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E116C1

Black with #E116C1

Text Example


Text Example

White with #E116C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E116C1; }

 p { color: rgb(225,22,193); }

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

background-color css

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

 a { background-color: rgb(225,22,193); }

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

border-color css

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

 span { border-color: rgb(225,22,193); }

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