#E894C1

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

Shades of Shocking #E894C1

Tints of Shocking #E894C1

Color information

#E894C1 (or 0xE894C1) is unknown color: approx Shocking. HEX triplet: E8, 94 and C1. RGB value is (232,148,193). Sum of RGB (Red+Green+Blue) = 232+148+193=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E894C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E894C1 is #176B3E. Grayscale: #B2B2B2. Windows color (decimal): -1534783 or 12686568. OLE color: 12686568.

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

Color convert

RGB232148193-
CMYK00.360.170.09
HSL327.86º64.62%74.51%-
HSV(B)327.86º36.21%90.98%-
XYZ53.4942.1955.78-
YUV178.25136.33166.34-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.49%
GREEN value IS 148 (58.20% from 255) = 25.83%
BLUE value IS 193 (75.78% from 255) = 33.68%
R=40.49%
G=25.83%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214819300.360.170.09327.8664.6274.51
HexE894C1024119148414b
Octal3502243010442111510101113
Binary111010001001010011000001010010010001100110100100010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E894C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E894C1; }

 p { color: rgb(232,148,193); }

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

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

 a { background-color: rgb(232,148,193); }

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

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

 span { border-color: rgb(232,148,193); }

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