#E91BC5

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

Shades of Shocking Pink #E91BC5

Tints of Shocking Pink #E91BC5

Color information

#E91BC5 (or 0xE91BC5) is unknown color: approx Shocking Pink. HEX triplet: E9, 1B and C5. RGB value is (233,27,197). Sum of RGB (Red+Green+Blue) = 233+27+197=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 27 (10.94% from 255 or 5.91% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E91BC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91BC5 is #16E43A. Grayscale: #6B6B6B. Windows color (decimal): -1500219 or 12917737. OLE color: 12917737.

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

Color convert

RGB23327197-
CMYK00.880.150.09
HSL310.49º82.4%50.98%-
HSV(B)310.49º88.41%91.37%-
XYZ44.0722.1454.77-
YUV107.97178.25217.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.98%
GREEN value IS 27 (10.94% from 255) = 5.91%
BLUE value IS 197 (77.34% from 255) = 43.11%
R=50.98%
G=5.91%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332719700.880.150.09310.4982.450.98
HexE91BC5058F91365233
Octal351333050130171146612263
Binary11101001110111100010101011000111110011001101101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E91BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E91BC5; }

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

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

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

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

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

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

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

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