Html Css Color HEX #E115B6 Shocking Pink

📋 copy color: '#E115B6'

red 225 ◦ green 21 ◦ blue 182

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

Shades of Shocking Pink #E115B6

Tints of Shocking Pink #E115B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.52%

R = 52.57%
G = 4.91%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E115B6 (or 0xE115B6) is known color: Shocking Pink. HEX triplet: E1, 15 and B6. RGB value is (225,21,182). Sum of RGB (Red+Green+Blue) = 225+21+182=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E115B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E115B6 is #1EEA49. Grayscale: #636363. Windows color (decimal): -2026058 or 11933153. OLE color: 11933153.

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

Color convert

RGB 225 21 182 -
CMYK 0 0.91 0.19 0.12
HSL 312.65º 0.83% 0.48% -
HSV(B) 312.65º 0.91% 0.88% -
XYZ 39.76 19.92 46.01 -
YUV 100.35 174.09 216.91 -
System Red Green Blue C M Y K H S L
Decimal 225 21 182 0 0.91 0.19 0.12 312.65 0.83 0.48
Hex E1 15 B6 0 5B 13 C 139 53 30
Octal 341 25 266 0 133 23 14 471 123 60
Binary 11100001 10101 10110110 0 1011011 10011 1100 100111001 1010011 110000

Color Harmonies of #E115B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E115B6

Black with #E115B6

Text Example


Text Example

White with #E115B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E115B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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