#E78AB4

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

Shades of Shocking #E78AB4

Tints of Shocking #E78AB4

Color information

#E78AB4 (or 0xE78AB4) is unknown color: approx Shocking. HEX triplet: E7, 8A and B4. RGB value is (231,138,180). Sum of RGB (Red+Green+Blue) = 231+138+180=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E78AB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78AB4 is #18754B. Grayscale: #AAAAAA. Windows color (decimal): -1602892 or 11832039. OLE color: 11832039.

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

Color convert

RGB231138180-
CMYK00.400.220.09
HSL332.9º65.96%72.35%-
HSV(B)332.9º40.26%90.59%-
XYZ50.2838.4647.95-
YUV170.6133.31171.08-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 138 (54.30% from 255) = 25.14%
BLUE value IS 180 (70.70% from 255) = 32.79%
R=42.08%
G=25.14%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113818000.400.220.09332.965.9672.35
HexE78AB402816914d4248
Octal3472122640502611515102110
Binary111001111000101010110100010100010110100110100110110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78AB4; }

 p { color: rgb(231,138,180); }

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

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

 a { background-color: rgb(231,138,180); }

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

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

 span { border-color: rgb(231,138,180); }

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