#E80DBE

Color #E80DBE Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #E80DBE

Tints of Shocking Pink #E80DBE

Color information

#E80DBE (or 0xE80DBE) is unknown color: approx Shocking Pink. HEX triplet: E8, 0D and BE. RGB value is (232,13,190). Sum of RGB (Red+Green+Blue) = 232+13+190=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E80DBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80DBE is #17F241. Grayscale: #626262. Windows color (decimal): -1569346 or 12455400. OLE color: 12455400.

HSL color Cylindrical-coordinate representation of color #E80DBE: hue angle of 311.51º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80DBE is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB23213190-
CMYK00.940.180.09
HSL311.51º89.39%48.04%-
HSV(B)311.51º94.4%90.98%-
XYZ42.7221.1650.55-
YUV98.66179.55223.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.33%
GREEN value IS 13 (5.47% from 255) = 2.99%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=53.33%
G=2.99%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321319000.940.180.09311.5189.3948.04
HexE8DBE05E1291385930
Octal350152760136221147013160
Binary11101000110110111110010111101001010011001110001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80DBE; }

 p { color: rgb(232,13,190); }

 H1.HeaderClassName
 {
   color: #E80DBE;
 }
 .AnyTagClassName
 {
   color: #E80DBE;
 }
</style>
background-color css

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

 a { background-color: rgb(232,13,190); }

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

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

 span { border-color: rgb(232,13,190); }

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