#E78BB6

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

Shades of Shocking #E78BB6

Tints of Shocking #E78BB6

Color information

#E78BB6 (or 0xE78BB6) is unknown color: approx Shocking. HEX triplet: E7, 8B and B6. RGB value is (231,139,182). Sum of RGB (Red+Green+Blue) = 231+139+182=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E78BB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78BB6 is #187449. Grayscale: #ABABAB. Windows color (decimal): -1602634 or 11963367. OLE color: 11963367.

HSL color Cylindrical-coordinate representation of color #E78BB6: hue angle of 331.96º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78BB6 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB231139182-
CMYK00.400.210.09
HSL331.96º65.71%72.55%-
HSV(B)331.96º39.83%90.59%-
XYZ50.6338.8349.08-
YUV171.41133.98170.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.85%
GREEN value IS 139 (54.69% from 255) = 25.18%
BLUE value IS 182 (71.48% from 255) = 32.97%
R=41.85%
G=25.18%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113918200.400.210.09331.9665.7172.55
HexE78BB602815914c4249
Octal3472132660502511514102111
Binary111001111000101110110110010100010101100110100110010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78BB6; }

 p { color: rgb(231,139,182); }

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

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

 a { background-color: rgb(231,139,182); }

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

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

 span { border-color: rgb(231,139,182); }

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