Html Css Color HEX #E113BB Shocking Pink

📋 copy color: '#E113BB'

red 225 ◦ green 19 ◦ blue 187

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

Shades of Shocking Pink #E113BB

Tints of Shocking Pink #E113BB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.41%

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 52.2%
G = 4.41%
B = 43.39%

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

#E113BB (or 0xE113BB) is known color: Shocking Pink. HEX triplet: E1, 13 and BB. RGB value is (225,19,187). Sum of RGB (Red+Green+Blue) = 225+19+187=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E113BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E113BB is #1EEC44. Grayscale: #636363. Windows color (decimal): -2026565 or 12260321. OLE color: 12260321.

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

Color convert

RGB 225 19 187 -
CMYK 0 0.92 0.17 0.12
HSL 311.07º 0.84% 0.48% -
HSV(B) 311.07º 0.92% 0.88% -
XYZ 40.25 20.06 48.76 -
YUV 99.75 177.25 217.34 -
System Red Green Blue C M Y K H S L
Decimal 225 19 187 0 0.92 0.17 0.12 311.07 0.84 0.48
Hex E1 13 BB 0 5C 11 C 137 54 30
Octal 341 23 273 0 134 21 14 467 124 60
Binary 11100001 10011 10111011 0 1011100 10001 1100 100110111 1010100 110000

Color Harmonies of #E113BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E113BB

Black with #E113BB

Text Example


Text Example

White with #E113BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E113BB; }

 p { color: rgb(225,19,187); }

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

background-color css

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

 a { background-color: rgb(225,19,187); }

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

border-color css

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

 span { border-color: rgb(225,19,187); }

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