Html Css Color HEX #E111B2 Shocking Pink

📋 copy color: '#E111B2'

red 225 ◦ green 17 ◦ blue 178

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

Shades of Shocking Pink #E111B2

Tints of Shocking Pink #E111B2

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.05%

 BLUE value IS 178 (69.92% from 255) = 42.38%

R = 53.57%
G = 4.05%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E111B2 (or 0xE111B2) is known color: Shocking Pink. HEX triplet: E1, 11 and B2. RGB value is (225,17,178). Sum of RGB (Red+Green+Blue) = 225+17+178=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E111B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E111B2 is #1EEE4D. Grayscale: #616161. Windows color (decimal): -2027086 or 11669985. OLE color: 11669985.

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

Color convert

RGB 225 17 178 -
CMYK 0 0.92 0.21 0.12
HSL 313.56º 0.86% 0.47% -
HSV(B) 313.56º 0.92% 0.88% -
XYZ 39.29 19.62 43.84 -
YUV 97.55 173.41 218.91 -
System Red Green Blue C M Y K H S L
Decimal 225 17 178 0 0.92 0.21 0.12 313.56 0.86 0.47
Hex E1 11 B2 0 5C 15 C 13A 56 2F
Octal 341 21 262 0 134 25 14 472 126 57
Binary 11100001 10001 10110010 0 1011100 10101 1100 100111010 1010110 101111

Color Harmonies of #E111B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E111B2

Black with #E111B2

Text Example


Text Example

White with #E111B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E111B2; }

 p { color: rgb(225,17,178); }

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

background-color css

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

 a { background-color: rgb(225,17,178); }

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

border-color css

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

 span { border-color: rgb(225,17,178); }

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