Html Css Color HEX #E111C2 Shocking Pink

📋 copy color: '#E111C2'

red 225 ◦ green 17 ◦ blue 194

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

Shades of Shocking Pink #E111C2

Tints of Shocking Pink #E111C2

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.9%

 BLUE value IS 194 (76.17% from 255) = 44.5%

R = 51.61%
G = 3.9%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E111C2 (or 0xE111C2) is known color: Shocking Pink. HEX triplet: E1, 11 and C2. RGB value is (225,17,194). Sum of RGB (Red+Green+Blue) = 225+17+194=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E111C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E111C2 is #1EEE3D. Grayscale: #626262. Windows color (decimal): -2027070 or 12718561. OLE color: 12718561.

HSL color Cylindrical-coordinate representation of color #E111C2: hue angle of 308.94º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E111C2 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 17 194 -
CMYK 0 0.92 0.14 0.12
HSL 308.94º 0.86% 0.47% -
HSV(B) 308.94º 0.92% 0.88% -
XYZ 40.99 20.3 52.8 -
YUV 99.37 181.41 217.61 -
System Red Green Blue C M Y K H S L
Decimal 225 17 194 0 0.92 0.14 0.12 308.94 0.86 0.47
Hex E1 11 C2 0 5C E C 135 56 2F
Octal 341 21 302 0 134 16 14 465 126 57
Binary 11100001 10001 11000010 0 1011100 1110 1100 100110101 1010110 101111

Color Harmonies of #E111C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E111C2

Black with #E111C2

Text Example


Text Example

White with #E111C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E111C2; }

 p { color: rgb(225,17,194); }

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

background-color css

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

 a { background-color: rgb(225,17,194); }

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

border-color css

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

 span { border-color: rgb(225,17,194); }

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