Html Css Color HEX #E115BC Shocking Pink

📋 copy color: '#E115BC'

red 225 ◦ green 21 ◦ blue 188

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

Shades of Shocking Pink #E115BC

Tints of Shocking Pink #E115BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.32%

R = 51.84%
G = 4.84%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E115BC (or 0xE115BC) is known color: Shocking Pink. HEX triplet: E1, 15 and BC. RGB value is (225,21,188). Sum of RGB (Red+Green+Blue) = 225+21+188=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E115BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E115BC is #1EEA43. Grayscale: #646464. Windows color (decimal): -2026052 or 12326369. OLE color: 12326369.

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

Color convert

RGB 225 21 188 -
CMYK 0 0.91 0.16 0.12
HSL 310.88º 0.83% 0.48% -
HSV(B) 310.88º 0.91% 0.88% -
XYZ 40.4 20.17 49.34 -
YUV 101.03 177.09 216.42 -
System Red Green Blue C M Y K H S L
Decimal 225 21 188 0 0.91 0.16 0.12 310.88 0.83 0.48
Hex E1 15 BC 0 5B 10 C 137 53 30
Octal 341 25 274 0 133 20 14 467 123 60
Binary 11100001 10101 10111100 0 1011011 10000 1100 100110111 1010011 110000

Color Harmonies of #E115BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E115BC

Black with #E115BC

Text Example


Text Example

White with #E115BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E115BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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