Html Css Color HEX #E31FBC Shocking Pink

📋 copy color: '#E31FBC'

red 227 ◦ green 31 ◦ blue 188

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

Shades of Shocking Pink #E31FBC

Tints of Shocking Pink #E31FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.15%

R = 50.9%
G = 6.95%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E31FBC (or 0xE31FBC) is known color: Shocking Pink. HEX triplet: E3, 1F and BC. RGB value is (227,31,188). Sum of RGB (Red+Green+Blue) = 227+31+188=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 31 (12.5% from 255 or 6.95% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31FBC is #1CE043. Grayscale: #6B6B6B. Windows color (decimal): -1892420 or 12328931. OLE color: 12328931.

HSL color Cylindrical-coordinate representation of color #E31FBC: hue angle of 311.94º 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 #E31FBC is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 31 188 -
CMYK 0 0.86 0.17 0.11
HSL 311.94º 0.78% 0.51% -
HSV(B) 311.94º 0.86% 0.89% -
XYZ 41.25 20.94 49.45 -
YUV 107.5 173.43 213.23 -
System Red Green Blue C M Y K H S L
Decimal 227 31 188 0 0.86 0.17 0.11 311.94 0.78 0.51
Hex E3 1F BC 0 56 11 B 138 4E 33
Octal 343 37 274 0 126 21 13 470 116 63
Binary 11100011 11111 10111100 0 1010110 10001 1011 100111000 1001110 110011

Color Harmonies of #E31FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31FBC

Black with #E31FBC

Text Example


Text Example

White with #E31FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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