Html Css Color HEX #E312C4 Shocking Pink

📋 copy color: '#E312C4'

red 227 ◦ green 18 ◦ blue 196

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

Shades of Shocking Pink #E312C4

Tints of Shocking Pink #E312C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.44%

R = 51.47%
G = 4.08%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E312C4 (or 0xE312C4) is known color: Shocking Pink. HEX triplet: E3, 12 and C4. RGB value is (227,18,196). Sum of RGB (Red+Green+Blue) = 227+18+196=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E312C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E312C4 is #1CED3B. Grayscale: #646464. Windows color (decimal): -1895740 or 12849891. OLE color: 12849891.

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

Color convert

RGB 227 18 196 -
CMYK 0 0.92 0.14 0.11
HSL 308.9º 0.85% 0.48% -
HSV(B) 308.9º 0.92% 0.89% -
XYZ 41.86 20.75 54.02 -
YUV 100.78 181.74 218.03 -
System Red Green Blue C M Y K H S L
Decimal 227 18 196 0 0.92 0.14 0.11 308.9 0.85 0.48
Hex E3 12 C4 0 5C E B 135 55 30
Octal 343 22 304 0 134 16 13 465 125 60
Binary 11100011 10010 11000100 0 1011100 1110 1011 100110101 1010101 110000

Color Harmonies of #E312C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E312C4

Black with #E312C4

Text Example


Text Example

White with #E312C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E312C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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