Html Css Color HEX #E31EBE Shocking Pink

📋 copy color: '#E31EBE'

red 227 ◦ green 30 ◦ blue 190

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

Shades of Shocking Pink #E31EBE

Tints of Shocking Pink #E31EBE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.71%

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

R = 50.78%
G = 6.71%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E31EBE (or 0xE31EBE) is known color: Shocking Pink. HEX triplet: E3, 1E and BE. RGB value is (227,30,190). Sum of RGB (Red+Green+Blue) = 227+30+190=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E31EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31EBE is #1CE141. Grayscale: #6A6A6A. Windows color (decimal): -1892674 or 12459747. OLE color: 12459747.

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

Color convert

RGB 227 30 190 -
CMYK 0 0.87 0.16 0.11
HSL 311.27º 0.78% 0.5% -
HSV(B) 311.27º 0.87% 0.89% -
XYZ 41.44 20.98 50.58 -
YUV 107.14 174.77 213.49 -
System Red Green Blue C M Y K H S L
Decimal 227 30 190 0 0.87 0.16 0.11 311.27 0.78 0.5
Hex E3 1E BE 0 57 10 B 137 4E 32
Octal 343 36 276 0 127 20 13 467 116 62
Binary 11100011 11110 10111110 0 1010111 10000 1011 100110111 1001110 110010

Color Harmonies of #E31EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31EBE

Black with #E31EBE

Text Example


Text Example

White with #E31EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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