#E78CC2

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

Shades of Shocking #E78CC2

Tints of Shocking #E78CC2

Color information

#E78CC2 (or 0xE78CC2) is unknown color: approx Shocking. HEX triplet: E7, 8C and C2. RGB value is (231,140,194). Sum of RGB (Red+Green+Blue) = 231+140+194=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78CC2 is #18733D. Grayscale: #ADADAD. Windows color (decimal): -1602366 or 12750055. OLE color: 12750055.

HSL color Cylindrical-coordinate representation of color #E78CC2: hue angle of 324.4º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E78CC2 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB231140194-
CMYK00.390.160.09
HSL324.4º65.47%72.75%-
HSV(B)324.4º39.39%90.59%-
XYZ52.0739.6455.95-
YUV173.36139.65169.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.88%
GREEN value IS 140 (55.08% from 255) = 24.78%
BLUE value IS 194 (76.17% from 255) = 34.34%
R=40.88%
G=24.78%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114019400.390.160.09324.465.4772.75
HexE78CC20271091444149
Octal3472143020472011504101111
Binary111001111000110011000010010011110000100110100010010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78CC2; }

 p { color: rgb(231,140,194); }

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

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

 a { background-color: rgb(231,140,194); }

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

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

 span { border-color: rgb(231,140,194); }

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