Html Css Color HEX #E120CC Shocking Pink

📋 copy color: '#E120CC'

red 225 ◦ green 32 ◦ blue 204

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

Shades of Shocking Pink #E120CC

Tints of Shocking Pink #E120CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 48.81%
G = 6.94%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E120CC (or 0xE120CC) is known color: Shocking Pink. HEX triplet: E1, 20 and CC. RGB value is (225,32,204). Sum of RGB (Red+Green+Blue) = 225+32+204=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E120CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120CC is #1EDF33. Grayscale: #6C6C6C. Windows color (decimal): -2023220 or 13377761. OLE color: 13377761.

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

Color convert

RGB 225 32 204 -
CMYK 0 0.86 0.09 0.12
HSL 306.53º 0.76% 0.5% -
HSV(B) 306.53º 0.86% 0.88% -
XYZ 42.47 21.4 59.02 -
YUV 109.32 181.44 210.51 -
System Red Green Blue C M Y K H S L
Decimal 225 32 204 0 0.86 0.09 0.12 306.53 0.76 0.5
Hex E1 20 CC 0 56 9 C 133 4C 32
Octal 341 40 314 0 126 11 14 463 114 62
Binary 11100001 100000 11001100 0 1010110 1001 1100 100110011 1001100 110010

Color Harmonies of #E120CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E120CC

Black with #E120CC

Text Example


Text Example

White with #E120CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E120CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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