Html Css Color HEX #E31FBE Shocking Pink

📋 copy color: '#E31FBE'

red 227 ◦ green 31 ◦ blue 190

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

Shades of Shocking Pink #E31FBE

Tints of Shocking Pink #E31FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.92%

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

R = 50.67%
G = 6.92%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E31FBE (or 0xE31FBE) is known color: Shocking Pink. HEX triplet: E3, 1F and BE. RGB value is (227,31,190). Sum of RGB (Red+Green+Blue) = 227+31+190=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 31 (12.5% from 255 or 6.92% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31FBE is #1CE041. Grayscale: #6B6B6B. Windows color (decimal): -1892418 or 12460003. OLE color: 12460003.

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

Color convert

RGB 227 31 190 -
CMYK 0 0.86 0.16 0.11
HSL 311.33º 0.78% 0.51% -
HSV(B) 311.33º 0.86% 0.89% -
XYZ 41.46 21.03 50.59 -
YUV 107.73 174.43 213.07 -
System Red Green Blue C M Y K H S L
Decimal 227 31 190 0 0.86 0.16 0.11 311.33 0.78 0.51
Hex E3 1F BE 0 56 10 B 137 4E 33
Octal 343 37 276 0 126 20 13 467 116 63
Binary 11100011 11111 10111110 0 1010110 10000 1011 100110111 1001110 110011

Color Harmonies of #E31FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31FBE

Black with #E31FBE

Text Example


Text Example

White with #E31FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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