Html Css Color HEX #E31FC7 Shocking Pink

📋 copy color: '#E31FC7'

red 227 ◦ green 31 ◦ blue 199

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

Shades of Shocking Pink #E31FC7

Tints of Shocking Pink #E31FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.54%

R = 49.67%
G = 6.78%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E31FC7 (or 0xE31FC7) is known color: Shocking Pink. HEX triplet: E3, 1F and C7. RGB value is (227,31,199). Sum of RGB (Red+Green+Blue) = 227+31+199=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 31 (12.5% from 255 or 6.78% from 457); Blue value is 199 (78.12% from 255 or 43.54% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31FC7 is #1CE038. Grayscale: #6C6C6C. Windows color (decimal): -1892409 or 13049827. OLE color: 13049827.

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

Color convert

RGB 227 31 199 -
CMYK 0 0.86 0.12 0.11
HSL 308.57º 0.78% 0.51% -
HSV(B) 308.57º 0.86% 0.89% -
XYZ 42.48 21.43 55.93 -
YUV 108.76 178.93 212.34 -
System Red Green Blue C M Y K H S L
Decimal 227 31 199 0 0.86 0.12 0.11 308.57 0.78 0.51
Hex E3 1F C7 0 56 C B 135 4E 33
Octal 343 37 307 0 126 14 13 465 116 63
Binary 11100011 11111 11000111 0 1010110 1100 1011 100110101 1001110 110011

Color Harmonies of #E31FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31FC7

Black with #E31FC7

Text Example


Text Example

White with #E31FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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