Html Css Color HEX #E316C6 Shocking Pink

📋 copy color: '#E316C6'

red 227 ◦ green 22 ◦ blue 198

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

Shades of Shocking Pink #E316C6

Tints of Shocking Pink #E316C6

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.92%

 BLUE value IS 198 (77.73% from 255) = 44.3%

R = 50.78%
G = 4.92%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E316C6 (or 0xE316C6) is known color: Shocking Pink. HEX triplet: E3, 16 and C6. RGB value is (227,22,198). Sum of RGB (Red+Green+Blue) = 227+22+198=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 22 (8.98% from 255 or 4.92% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E316C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E316C6 is #1CE939. Grayscale: #666666. Windows color (decimal): -1894714 or 12981987. OLE color: 12981987.

HSL color Cylindrical-coordinate representation of color #E316C6: hue angle of 308.49º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E316C6 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 22 198 -
CMYK 0 0.90 0.13 0.11
HSL 308.49º 0.82% 0.49% -
HSV(B) 308.49º 0.9% 0.89% -
XYZ 42.16 20.98 55.25 -
YUV 103.36 181.42 216.19 -
System Red Green Blue C M Y K H S L
Decimal 227 22 198 0 0.90 0.13 0.11 308.49 0.82 0.49
Hex E3 16 C6 0 5A D B 134 52 31
Octal 343 26 306 0 132 15 13 464 122 61
Binary 11100011 10110 11000110 0 1011010 1101 1011 100110100 1010010 110001

Color Harmonies of #E316C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E316C6

Black with #E316C6

Text Example


Text Example

White with #E316C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E316C6; }

 p { color: rgb(227,22,198); }

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

background-color css

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

 a { background-color: rgb(227,22,198); }

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

border-color css

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

 span { border-color: rgb(227,22,198); }

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