Html Css Color HEX #E31FCD Shocking Pink

📋 copy color: '#E31FCD'

red 227 ◦ green 31 ◦ blue 205

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

Shades of Shocking Pink #E31FCD

Tints of Shocking Pink #E31FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.28%

R = 49.03%
G = 6.7%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E31FCD (or 0xE31FCD) is known color: Shocking Pink. HEX triplet: E3, 1F and CD. RGB value is (227,31,205). Sum of RGB (Red+Green+Blue) = 227+31+205=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 31 (12.5% from 255 or 6.70% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31FCD is #1CE032. Grayscale: #6C6C6C. Windows color (decimal): -1892403 or 13443043. OLE color: 13443043.

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

Color convert

RGB 227 31 205 -
CMYK 0 0.86 0.10 0.11
HSL 306.73º 0.78% 0.51% -
HSV(B) 306.73º 0.86% 0.89% -
XYZ 43.19 21.72 59.67 -
YUV 109.44 181.93 211.85 -
System Red Green Blue C M Y K H S L
Decimal 227 31 205 0 0.86 0.10 0.11 306.73 0.78 0.51
Hex E3 1F CD 0 56 A B 133 4E 33
Octal 343 37 315 0 126 12 13 463 116 63
Binary 11100011 11111 11001101 0 1010110 1010 1011 100110011 1001110 110011

Color Harmonies of #E31FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31FCD

Black with #E31FCD

Text Example


Text Example

White with #E31FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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