Html Css Color HEX #E120BC Shocking Pink

📋 copy color: '#E120BC'

red 225 ◦ green 32 ◦ blue 188

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

Shades of Shocking Pink #E120BC

Tints of Shocking Pink #E120BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 50.56%
G = 7.19%
B = 42.25%

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

#E120BC (or 0xE120BC) is known color: Shocking Pink. HEX triplet: E1, 20 and BC. RGB value is (225,32,188). Sum of RGB (Red+Green+Blue) = 225+32+188=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 32 (12.89% from 255 or 7.19% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E120BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120BC is #1EDF43. Grayscale: #6B6B6B. Windows color (decimal): -2023236 or 12329185. OLE color: 12329185.

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

Color convert

RGB 225 32 188 -
CMYK 0 0.86 0.16 0.12
HSL 311.5º 0.76% 0.5% -
HSV(B) 311.5º 0.86% 0.88% -
XYZ 40.64 20.67 49.42 -
YUV 107.49 173.44 211.82 -
System Red Green Blue C M Y K H S L
Decimal 225 32 188 0 0.86 0.16 0.12 311.5 0.76 0.5
Hex E1 20 BC 0 56 10 C 138 4C 32
Octal 341 40 274 0 126 20 14 470 114 62
Binary 11100001 100000 10111100 0 1010110 10000 1100 100111000 1001100 110010

Color Harmonies of #E120BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E120BC

Black with #E120BC

Text Example


Text Example

White with #E120BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E120BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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