Html Css Color HEX #E312C6 Shocking Pink

📋 copy color: '#E312C6'

red 227 ◦ green 18 ◦ blue 198

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

Shades of Shocking Pink #E312C6

Tints of Shocking Pink #E312C6

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.06%

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

R = 51.24%
G = 4.06%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E312C6 (or 0xE312C6) is known color: Shocking Pink. HEX triplet: E3, 12 and C6. RGB value is (227,18,198). Sum of RGB (Red+Green+Blue) = 227+18+198=443 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.24% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 227 - color contains mainly: red. Hex color #E312C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E312C6 is #1CED39. Grayscale: #646464. Windows color (decimal): -1895738 or 12980963. OLE color: 12980963.

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

Color convert

RGB 227 18 198 -
CMYK 0 0.92 0.13 0.11
HSL 308.33º 0.85% 0.48% -
HSV(B) 308.33º 0.92% 0.89% -
XYZ 42.09 20.84 55.23 -
YUV 101.01 182.74 217.86 -
System Red Green Blue C M Y K H S L
Decimal 227 18 198 0 0.92 0.13 0.11 308.33 0.85 0.48
Hex E3 12 C6 0 5C D B 134 55 30
Octal 343 22 306 0 134 15 13 464 125 60
Binary 11100011 10010 11000110 0 1011100 1101 1011 100110100 1010101 110000

Color Harmonies of #E312C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E312C6

Black with #E312C6

Text Example


Text Example

White with #E312C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E312C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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