#e91b9c

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

Shades of Deep Pink #E91B9C

Tints of Deep Pink #E91B9C

Color information

#E91B9C (or 0xE91B9C) is unknown color: approx Deep Pink. HEX triplet: E9, 1B and 9C. RGB value is (233,27,156). Sum of RGB (Red+Green+Blue) = 233+27+156=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91B9C is #16E463. Grayscale: #666666. Windows color (decimal): -1500260 or 10230761. OLE color: 10230761.

HSL color Cylindrical-coordinate representation of color #E91B9C: hue angle of 322.43º 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 #E91B9C is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB23327156-
CMYK00.880.330.09
HSL322.43º82.4%50.98%-
HSV(B)322.43º88.41%91.37%-
XYZ4020.5133.3-
YUV103.3157.75220.51-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 56.01%
GREEN value IS 27 (10.94% from 255) = 6.49%
BLUE value IS 156 (61.33% from 255) = 37.5%
R=56.01%
G=6.49%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332715600.880.330.09322.4382.450.98
HexE91B9C0582191425233
Octal351332340130411150212263
Binary1110100111011100111000101100010000110011010000101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e91b9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e91b9c; }

 p { color: rgb(233,27,156); }

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

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

 a { background-color: rgb(233,27,156); }

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

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

 span { border-color: rgb(233,27,156); }

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