Html Css Color HEX #E115B1 Shocking Pink

📋 copy color: '#E115B1'

red 225 ◦ green 21 ◦ blue 177

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

Shades of Shocking Pink #E115B1

Tints of Shocking Pink #E115B1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.96%

 BLUE value IS 177 (69.53% from 255) = 41.84%

R = 53.19%
G = 4.96%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E115B1 (or 0xE115B1) is known color: Shocking Pink. HEX triplet: E1, 15 and B1. RGB value is (225,21,177). Sum of RGB (Red+Green+Blue) = 225+21+177=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E115B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E115B1 is #1EEA4E. Grayscale: #636363. Windows color (decimal): -2026063 or 11605473. OLE color: 11605473.

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

Color convert

RGB 225 21 177 -
CMYK 0 0.91 0.21 0.12
HSL 314.12º 0.83% 0.48% -
HSV(B) 314.12º 0.91% 0.88% -
XYZ 39.26 19.72 43.33 -
YUV 99.78 171.59 217.32 -
System Red Green Blue C M Y K H S L
Decimal 225 21 177 0 0.91 0.21 0.12 314.12 0.83 0.48
Hex E1 15 B1 0 5B 15 C 13A 53 30
Octal 341 25 261 0 133 25 14 472 123 60
Binary 11100001 10101 10110001 0 1011011 10101 1100 100111010 1010011 110000

Color Harmonies of #E115B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E115B1

Black with #E115B1

Text Example


Text Example

White with #E115B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E115B1; }

 p { color: rgb(225,21,177); }

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

background-color css

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

 a { background-color: rgb(225,21,177); }

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

border-color css

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

 span { border-color: rgb(225,21,177); }

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