#E91DBB

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

Shades of Shocking Pink #E91DBB

Tints of Shocking Pink #E91DBB

Color information

#E91DBB (or 0xE91DBB) is unknown color: approx Shocking Pink. HEX triplet: E9, 1D and BB. RGB value is (233,29,187). Sum of RGB (Red+Green+Blue) = 233+29+187=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E91DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91DBB is #16E244. Grayscale: #6B6B6B. Windows color (decimal): -1499717 or 12262889. OLE color: 12262889.

HSL color Cylindrical-coordinate representation of color #E91DBB: hue angle of 313.53º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91DBB is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB23329187-
CMYK00.880.200.09
HSL313.53º82.26%51.37%-
HSV(B)313.53º87.55%91.37%-
XYZ43.0121.7948.95-
YUV108.01172.59217.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.89%
GREEN value IS 29 (11.72% from 255) = 6.46%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=51.89%
G=6.46%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332918700.880.200.09313.5382.2651.37
HexE91DBB05814913a5233
Octal351352730130241147212263
Binary111010011110110111011010110001010010011001110101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E91DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E91DBB; }

 p { color: rgb(233,29,187); }

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

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

 a { background-color: rgb(233,29,187); }

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

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

 span { border-color: rgb(233,29,187); }

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