Html Css Color HEX #E120CE Shocking Pink

📋 copy color: '#E120CE'

red 225 ◦ green 32 ◦ blue 206

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

Shades of Shocking Pink #E120CE

Tints of Shocking Pink #E120CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 48.6%
G = 6.91%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E120CE (or 0xE120CE) is known color: Shocking Pink. HEX triplet: E1, 20 and CE. RGB value is (225,32,206). Sum of RGB (Red+Green+Blue) = 225+32+206=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E120CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120CE is #1EDF31. Grayscale: #6D6D6D. Windows color (decimal): -2023218 or 13508833. OLE color: 13508833.

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

Color convert

RGB 225 32 206 -
CMYK 0 0.86 0.08 0.12
HSL 305.91º 0.76% 0.5% -
HSV(B) 305.91º 0.86% 0.88% -
XYZ 42.71 21.5 60.29 -
YUV 109.54 182.44 210.35 -
System Red Green Blue C M Y K H S L
Decimal 225 32 206 0 0.86 0.08 0.12 305.91 0.76 0.5
Hex E1 20 CE 0 56 8 C 132 4C 32
Octal 341 40 316 0 126 10 14 462 114 62
Binary 11100001 100000 11001110 0 1010110 1000 1100 100110010 1001100 110010

Color Harmonies of #E120CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E120CE

Black with #E120CE

Text Example


Text Example

White with #E120CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E120CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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