Html Css Color HEX #E112C0 Shocking Pink

📋 copy color: '#E112C0'

red 225 ◦ green 18 ◦ blue 192

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

Shades of Shocking Pink #E112C0

Tints of Shocking Pink #E112C0

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.14%

 BLUE value IS 192 (75.39% from 255) = 44.14%

R = 51.72%
G = 4.14%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E112C0 (or 0xE112C0) is known color: Shocking Pink. HEX triplet: E1, 12 and C0. RGB value is (225,18,192). Sum of RGB (Red+Green+Blue) = 225+18+192=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E112C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112C0 is #1EED3F. Grayscale: #636363. Windows color (decimal): -2026816 or 12587745. OLE color: 12587745.

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

Color convert

RGB 225 18 192 -
CMYK 0 0.92 0.15 0.12
HSL 309.57º 0.85% 0.48% -
HSV(B) 309.57º 0.92% 0.88% -
XYZ 40.78 20.25 51.63 -
YUV 99.73 180.08 217.35 -
System Red Green Blue C M Y K H S L
Decimal 225 18 192 0 0.92 0.15 0.12 309.57 0.85 0.48
Hex E1 12 C0 0 5C F C 136 55 30
Octal 341 22 300 0 134 17 14 466 125 60
Binary 11100001 10010 11000000 0 1011100 1111 1100 100110110 1010101 110000

Color Harmonies of #E112C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E112C0

Black with #E112C0

Text Example


Text Example

White with #E112C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E112C0; }

 p { color: rgb(225,18,192); }

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

background-color css

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

 a { background-color: rgb(225,18,192); }

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

border-color css

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

 span { border-color: rgb(225,18,192); }

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