#E78CC4

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

Shades of Shocking #E78CC4

Tints of Shocking #E78CC4

Color information

#E78CC4 (or 0xE78CC4) is unknown color: approx Shocking. HEX triplet: E7, 8C and C4. RGB value is (231,140,196). Sum of RGB (Red+Green+Blue) = 231+140+196=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78CC4 is #18733B. Grayscale: #ADADAD. Windows color (decimal): -1602364 or 12881127. OLE color: 12881127.

HSL color Cylindrical-coordinate representation of color #E78CC4: hue angle of 323.08º 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 #E78CC4 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB231140196-
CMYK00.390.150.09
HSL323.08º65.47%72.75%-
HSV(B)323.08º39.39%90.59%-
XYZ52.339.7357.14-
YUV173.59140.65168.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.74%
GREEN value IS 140 (55.08% from 255) = 24.69%
BLUE value IS 196 (76.95% from 255) = 34.57%
R=40.74%
G=24.69%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114019600.390.150.09323.0865.4772.75
HexE78CC4027F91434149
Octal3472143040471711503101111
Binary11100111100011001100010001001111111100110100001110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78CC4; }

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

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

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

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

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

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

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

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