Html Css Color HEX #E31FCE Shocking Pink

📋 copy color: '#E31FCE'

red 227 ◦ green 31 ◦ blue 206

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

Shades of Shocking Pink #E31FCE

Tints of Shocking Pink #E31FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 48.92%
G = 6.68%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E31FCE (or 0xE31FCE) is known color: Shocking Pink. HEX triplet: E3, 1F and CE. RGB value is (227,31,206). Sum of RGB (Red+Green+Blue) = 227+31+206=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 31 (12.5% from 255 or 6.68% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31FCE is #1CE031. Grayscale: #6D6D6D. Windows color (decimal): -1892402 or 13508579. OLE color: 13508579.

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

Color convert

RGB 227 31 206 -
CMYK 0 0.86 0.09 0.11
HSL 306.43º 0.78% 0.51% -
HSV(B) 306.43º 0.86% 0.89% -
XYZ 43.31 21.77 60.31 -
YUV 109.55 182.43 211.77 -
System Red Green Blue C M Y K H S L
Decimal 227 31 206 0 0.86 0.09 0.11 306.43 0.78 0.51
Hex E3 1F CE 0 56 9 B 132 4E 33
Octal 343 37 316 0 126 11 13 462 116 63
Binary 11100011 11111 11001110 0 1010110 1001 1011 100110010 1001110 110011

Color Harmonies of #E31FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31FCE

Black with #E31FCE

Text Example


Text Example

White with #E31FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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