Html Css Color HEX #E120C0 Shocking Pink

📋 copy color: '#E120C0'

red 225 ◦ green 32 ◦ blue 192

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

Shades of Shocking Pink #E120C0

Tints of Shocking Pink #E120C0

RGB

 RED value IS 225 (88.28% from 255) = 50.11%

 GREEN value IS 32 (12.89% from 255) = 7.13%

 BLUE value IS 192 (75.39% from 255) = 42.76%

R = 50.11%
G = 7.13%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E120C0 (or 0xE120C0) is known color: Shocking Pink. HEX triplet: E1, 20 and C0. RGB value is (225,32,192). Sum of RGB (Red+Green+Blue) = 225+32+192=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E120C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120C0 is #1EDF3F. Grayscale: #6B6B6B. Windows color (decimal): -2023232 or 12591329. OLE color: 12591329.

HSL color Cylindrical-coordinate representation of color #E120C0: hue angle of 310.26º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E120C0 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 32 192 -
CMYK 0 0.86 0.15 0.12
HSL 310.26º 0.76% 0.5% -
HSV(B) 310.26º 0.86% 0.88% -
XYZ 41.08 20.85 51.73 -
YUV 107.95 175.44 211.49 -
System Red Green Blue C M Y K H S L
Decimal 225 32 192 0 0.86 0.15 0.12 310.26 0.76 0.5
Hex E1 20 C0 0 56 F C 136 4C 32
Octal 341 40 300 0 126 17 14 466 114 62
Binary 11100001 100000 11000000 0 1010110 1111 1100 100110110 1001100 110010

Color Harmonies of #E120C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E120C0

Black with #E120C0

Text Example


Text Example

White with #E120C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E120C0; }

 p { color: rgb(225,32,192); }

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

background-color css

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

 a { background-color: rgb(225,32,192); }

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

border-color css

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

 span { border-color: rgb(225,32,192); }

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