#E788BA

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

Shades of Shocking #E788BA

Tints of Shocking #E788BA

Color information

#E788BA (or 0xE788BA) is unknown color: approx Shocking. HEX triplet: E7, 88 and BA. RGB value is (231,136,186). Sum of RGB (Red+Green+Blue) = 231+136+186=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E788BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E788BA is #187745. Grayscale: #AAAAAA. Windows color (decimal): -1603398 or 12224743. OLE color: 12224743.

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

Color convert

RGB231136186-
CMYK00.410.190.09
HSL328.42º66.43%71.96%-
HSV(B)328.42º41.13%90.59%-
XYZ50.6238.1451.15-
YUV170.1136.97171.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.77%
GREEN value IS 136 (53.52% from 255) = 24.59%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=41.77%
G=24.59%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113618600.410.190.09328.4266.4371.96
HexE788BA0291391484248
Octal3472102720512311510102110
Binary111001111000100010111010010100110011100110100100010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E788BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E788BA; }

 p { color: rgb(231,136,186); }

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

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

 a { background-color: rgb(231,136,186); }

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

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

 span { border-color: rgb(231,136,186); }

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