Html Css Color HEX #E120BE Shocking Pink

📋 copy color: '#E120BE'

red 225 ◦ green 32 ◦ blue 190

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

Shades of Shocking Pink #E120BE

Tints of Shocking Pink #E120BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.51%

R = 50.34%
G = 7.16%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E120BE (or 0xE120BE) is known color: Shocking Pink. HEX triplet: E1, 20 and BE. RGB value is (225,32,190). Sum of RGB (Red+Green+Blue) = 225+32+190=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E120BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120BE is #1EDF41. Grayscale: #6B6B6B. Windows color (decimal): -2023234 or 12460257. OLE color: 12460257.

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

Color convert

RGB 225 32 190 -
CMYK 0 0.86 0.16 0.12
HSL 310.88º 0.76% 0.5% -
HSV(B) 310.88º 0.86% 0.88% -
XYZ 40.86 20.76 50.57 -
YUV 107.72 174.44 211.65 -
System Red Green Blue C M Y K H S L
Decimal 225 32 190 0 0.86 0.16 0.12 310.88 0.76 0.5
Hex E1 20 BE 0 56 10 C 137 4C 32
Octal 341 40 276 0 126 20 14 467 114 62
Binary 11100001 100000 10111110 0 1010110 10000 1100 100110111 1001100 110010

Color Harmonies of #E120BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E120BE

Black with #E120BE

Text Example


Text Example

White with #E120BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E120BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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