Html Css Color HEX #E311BE Shocking Pink

📋 copy color: '#E311BE'

red 227 ◦ green 17 ◦ blue 190

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

Shades of Shocking Pink #E311BE

Tints of Shocking Pink #E311BE

RGB

 RED value IS 227 (89.06% from 255) = 52.3%

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

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 52.3%
G = 3.92%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E311BE (or 0xE311BE) is known color: Shocking Pink. HEX triplet: E3, 11 and BE. RGB value is (227,17,190). Sum of RGB (Red+Green+Blue) = 227+17+190=434 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.30% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 227 - color contains mainly: red. Hex color #E311BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E311BE is #1CEE41. Grayscale: #636363. Windows color (decimal): -1896002 or 12456419. OLE color: 12456419.

HSL color Cylindrical-coordinate representation of color #E311BE: hue angle of 310.57º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E311BE is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 17 190 -
CMYK 0 0.93 0.16 0.11
HSL 310.57º 0.86% 0.48% -
HSV(B) 310.57º 0.93% 0.89% -
XYZ 41.17 20.45 50.49 -
YUV 99.51 179.07 218.93 -
System Red Green Blue C M Y K H S L
Decimal 227 17 190 0 0.93 0.16 0.11 310.57 0.86 0.48
Hex E3 11 BE 0 5D 10 B 137 56 30
Octal 343 21 276 0 135 20 13 467 126 60
Binary 11100011 10001 10111110 0 1011101 10000 1011 100110111 1010110 110000

Color Harmonies of #E311BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E311BE

Black with #E311BE

Text Example


Text Example

White with #E311BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E311BE; }

 p { color: rgb(227,17,190); }

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

background-color css

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

 a { background-color: rgb(227,17,190); }

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

border-color css

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

 span { border-color: rgb(227,17,190); }

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