Html Css Color HEX #E112BE Shocking Pink

📋 copy color: '#E112BE'

red 225 ◦ green 18 ◦ blue 190

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

Shades of Shocking Pink #E112BE

Tints of Shocking Pink #E112BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 51.96%
G = 4.16%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E112BE (or 0xE112BE) is known color: Shocking Pink. HEX triplet: E1, 12 and BE. RGB value is (225,18,190). Sum of RGB (Red+Green+Blue) = 225+18+190=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E112BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112BE is #1EED41. Grayscale: #636363. Windows color (decimal): -2026818 or 12456673. OLE color: 12456673.

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

Color convert

RGB 225 18 190 -
CMYK 0 0.92 0.16 0.12
HSL 310.14º 0.85% 0.48% -
HSV(B) 310.14º 0.92% 0.88% -
XYZ 40.56 20.16 50.47 -
YUV 99.5 179.08 217.51 -
System Red Green Blue C M Y K H S L
Decimal 225 18 190 0 0.92 0.16 0.12 310.14 0.85 0.48
Hex E1 12 BE 0 5C 10 C 136 55 30
Octal 341 22 276 0 134 20 14 466 125 60
Binary 11100001 10010 10111110 0 1011100 10000 1100 100110110 1010101 110000

Color Harmonies of #E112BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E112BE

Black with #E112BE

Text Example


Text Example

White with #E112BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E112BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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