Html Css Color HEX #E120C2 Shocking Pink

📋 copy color: '#E120C2'

red 225 ◦ green 32 ◦ blue 194

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

Shades of Shocking Pink #E120C2

Tints of Shocking Pink #E120C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.02%

R = 49.89%
G = 7.1%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E120C2 (or 0xE120C2) is known color: Shocking Pink. HEX triplet: E1, 20 and C2. RGB value is (225,32,194). Sum of RGB (Red+Green+Blue) = 225+32+194=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E120C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120C2 is #1EDF3D. Grayscale: #6B6B6B. Windows color (decimal): -2023230 or 12722401. OLE color: 12722401.

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

Color convert

RGB 225 32 194 -
CMYK 0 0.86 0.14 0.12
HSL 309.64º 0.76% 0.5% -
HSV(B) 309.64º 0.86% 0.88% -
XYZ 41.31 20.94 52.9 -
YUV 108.18 176.44 211.33 -
System Red Green Blue C M Y K H S L
Decimal 225 32 194 0 0.86 0.14 0.12 309.64 0.76 0.5
Hex E1 20 C2 0 56 E C 136 4C 32
Octal 341 40 302 0 126 16 14 466 114 62
Binary 11100001 100000 11000010 0 1010110 1110 1100 100110110 1001100 110010

Color Harmonies of #E120C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E120C2

Black with #E120C2

Text Example


Text Example

White with #E120C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E120C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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