Html Css Color HEX #E112BA Shocking Pink

📋 copy color: '#E112BA'

red 225 ◦ green 18 ◦ blue 186

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

Shades of Shocking Pink #E112BA

Tints of Shocking Pink #E112BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 52.45%
G = 4.2%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E112BA (or 0xE112BA) is known color: Shocking Pink. HEX triplet: E1, 12 and BA. RGB value is (225,18,186). Sum of RGB (Red+Green+Blue) = 225+18+186=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E112BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112BA is #1EED45. Grayscale: #626262. Windows color (decimal): -2026822 or 12194529. OLE color: 12194529.

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

Color convert

RGB 225 18 186 -
CMYK 0 0.92 0.17 0.12
HSL 311.3º 0.85% 0.48% -
HSV(B) 311.3º 0.92% 0.88% -
XYZ 40.13 19.99 48.2 -
YUV 99.05 177.08 217.84 -
System Red Green Blue C M Y K H S L
Decimal 225 18 186 0 0.92 0.17 0.12 311.3 0.85 0.48
Hex E1 12 BA 0 5C 11 C 137 55 30
Octal 341 22 272 0 134 21 14 467 125 60
Binary 11100001 10010 10111010 0 1011100 10001 1100 100110111 1010101 110000

Color Harmonies of #E112BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E112BA

Black with #E112BA

Text Example


Text Example

White with #E112BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E112BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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