Html Css Color HEX #E311C8 Shocking Pink

📋 copy color: '#E311C8'

red 227 ◦ green 17 ◦ blue 200

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

Shades of Shocking Pink #E311C8

Tints of Shocking Pink #E311C8

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.83%

 BLUE value IS 200 (78.52% from 255) = 45.05%

R = 51.13%
G = 3.83%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E311C8 (or 0xE311C8) is known color: Shocking Pink. HEX triplet: E3, 11 and C8. RGB value is (227,17,200). Sum of RGB (Red+Green+Blue) = 227+17+200=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E311C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E311C8 is #1CEE37. Grayscale: #646464. Windows color (decimal): -1895992 or 13111779. OLE color: 13111779.

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

Color convert

RGB 227 17 200 -
CMYK 0 0.93 0.12 0.11
HSL 307.71º 0.86% 0.48% -
HSV(B) 307.71º 0.93% 0.89% -
XYZ 42.3 20.9 56.45 -
YUV 100.65 184.07 218.12 -
System Red Green Blue C M Y K H S L
Decimal 227 17 200 0 0.93 0.12 0.11 307.71 0.86 0.48
Hex E3 11 C8 0 5D C B 134 56 30
Octal 343 21 310 0 135 14 13 464 126 60
Binary 11100011 10001 11001000 0 1011101 1100 1011 100110100 1010110 110000

Color Harmonies of #E311C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E311C8

Black with #E311C8

Text Example


Text Example

White with #E311C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E311C8; }

 p { color: rgb(227,17,200); }

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

background-color css

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

 a { background-color: rgb(227,17,200); }

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

border-color css

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

 span { border-color: rgb(227,17,200); }

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