#E890BB

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

Shades of Shocking #E890BB

Tints of Shocking #E890BB

Color information

#E890BB (or 0xE890BB) is unknown color: approx Shocking. HEX triplet: E8, 90 and BB. RGB value is (232,144,187). Sum of RGB (Red+Green+Blue) = 232+144+187=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E890BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E890BB is #176F44. Grayscale: #AFAFAF. Windows color (decimal): -1535813 or 12292328. OLE color: 12292328.

HSL color Cylindrical-coordinate representation of color #E890BB: hue angle of 330.68º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E890BB is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB232144187-
CMYK00.380.190.09
HSL330.68º65.67%73.73%-
HSV(B)330.68º37.93%90.98%-
XYZ52.2240.6952.12-
YUV175.21134.65168.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.21%
GREEN value IS 144 (56.64% from 255) = 25.58%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=41.21%
G=25.58%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214418700.380.190.09330.6865.6773.73
HexE890BB02613914b424a
Octal3502202730462311513102112
Binary111010001001000010111011010011010011100110100101110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E890BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E890BB; }

 p { color: rgb(232,144,187); }

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

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

 a { background-color: rgb(232,144,187); }

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

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

 span { border-color: rgb(232,144,187); }

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