Html Css Color HEX #E120CD Shocking Pink

📋 copy color: '#E120CD'

red 225 ◦ green 32 ◦ blue 205

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

Shades of Shocking Pink #E120CD

Tints of Shocking Pink #E120CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 48.7%
G = 6.93%
B = 44.37%

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

#E120CD (or 0xE120CD) is known color: Shocking Pink. HEX triplet: E1, 20 and CD. RGB value is (225,32,205). Sum of RGB (Red+Green+Blue) = 225+32+205=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E120CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120CD is #1EDF32. Grayscale: #6C6C6C. Windows color (decimal): -2023219 or 13443297. OLE color: 13443297.

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

Color convert

RGB 225 32 205 -
CMYK 0 0.86 0.09 0.12
HSL 306.22º 0.76% 0.5% -
HSV(B) 306.22º 0.86% 0.88% -
XYZ 42.59 21.45 59.65 -
YUV 109.43 181.94 210.43 -
System Red Green Blue C M Y K H S L
Decimal 225 32 205 0 0.86 0.09 0.12 306.22 0.76 0.5
Hex E1 20 CD 0 56 9 C 132 4C 32
Octal 341 40 315 0 126 11 14 462 114 62
Binary 11100001 100000 11001101 0 1010110 1001 1100 100110010 1001100 110010

Color Harmonies of #E120CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E120CD

Black with #E120CD

Text Example


Text Example

White with #E120CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E120CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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