Html Css Color HEX #E120B7 Shocking Pink

📋 copy color: '#E120B7'

red 225 ◦ green 32 ◦ blue 183

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

Shades of Shocking Pink #E120B7

Tints of Shocking Pink #E120B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.59%

R = 51.14%
G = 7.27%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E120B7 (or 0xE120B7) is known color: Shocking Pink. HEX triplet: E1, 20 and B7. RGB value is (225,32,183). Sum of RGB (Red+Green+Blue) = 225+32+183=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E120B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120B7 is #1EDF48. Grayscale: #6A6A6A. Windows color (decimal): -2023241 or 12001505. OLE color: 12001505.

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

Color convert

RGB 225 32 183 -
CMYK 0 0.86 0.19 0.12
HSL 313.06º 0.76% 0.5% -
HSV(B) 313.06º 0.86% 0.88% -
XYZ 40.12 20.46 46.63 -
YUV 106.92 170.94 212.22 -
System Red Green Blue C M Y K H S L
Decimal 225 32 183 0 0.86 0.19 0.12 313.06 0.76 0.5
Hex E1 20 B7 0 56 13 C 139 4C 32
Octal 341 40 267 0 126 23 14 471 114 62
Binary 11100001 100000 10110111 0 1010110 10011 1100 100111001 1001100 110010

Color Harmonies of #E120B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E120B7

Black with #E120B7

Text Example


Text Example

White with #E120B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E120B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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