Html Css Color HEX #E120C6 Shocking Pink

📋 copy color: '#E120C6'

red 225 ◦ green 32 ◦ blue 198

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

Shades of Shocking Pink #E120C6

Tints of Shocking Pink #E120C6

RGB

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

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

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

R = 49.45%
G = 7.03%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E120C6 (or 0xE120C6) is known color: Shocking Pink. HEX triplet: E1, 20 and C6. RGB value is (225,32,198). Sum of RGB (Red+Green+Blue) = 225+32+198=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E120C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120C6 is #1EDF39. Grayscale: #6C6C6C. Windows color (decimal): -2023226 or 12984545. OLE color: 12984545.

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

Color convert

RGB 225 32 198 -
CMYK 0 0.86 0.12 0.12
HSL 308.39º 0.76% 0.5% -
HSV(B) 308.39º 0.86% 0.88% -
XYZ 41.76 21.12 55.3 -
YUV 108.63 178.44 211 -
System Red Green Blue C M Y K H S L
Decimal 225 32 198 0 0.86 0.12 0.12 308.39 0.76 0.5
Hex E1 20 C6 0 56 C C 134 4C 32
Octal 341 40 306 0 126 14 14 464 114 62
Binary 11100001 100000 11000110 0 1010110 1100 1100 100110100 1001100 110010

Color Harmonies of #E120C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E120C6

Black with #E120C6

Text Example


Text Example

White with #E120C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E120C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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