#E70BBF

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

Shades of Shocking Pink #E70BBF

Tints of Shocking Pink #E70BBF

Color information

#E70BBF (or 0xE70BBF) is unknown color: approx Shocking Pink. HEX triplet: E7, 0B and BF. RGB value is (231,11,191). Sum of RGB (Red+Green+Blue) = 231+11+191=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70BBF is #18F440. Grayscale: #606060. Windows color (decimal): -1635393 or 12520423. OLE color: 12520423.

HSL color Cylindrical-coordinate representation of color #E70BBF: hue angle of 310.91º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70BBF is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB23111191-
CMYK00.950.170.09
HSL310.91º90.91%47.45%-
HSV(B)310.91º95.24%90.59%-
XYZ42.4820.9951.1-
YUV97.3180.89223.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 53.35%
GREEN value IS 11 (4.69% from 255) = 2.54%
BLUE value IS 191 (75% from 255) = 44.11%
R=53.35%
G=2.54%
B=44.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311119100.950.170.09310.9190.9147.45
HexE7BBF05F1191375b2f
Octal347132770137211146713357
Binary11100111101110111111010111111000110011001101111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70BBF; }

 p { color: rgb(231,11,191); }

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

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

 a { background-color: rgb(231,11,191); }

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

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

 span { border-color: rgb(231,11,191); }

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