#E894C9

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

Shades of Shocking #E894C9

Tints of Shocking #E894C9

Color information

#E894C9 (or 0xE894C9) is unknown color: approx Shocking. HEX triplet: E8, 94 and C9. RGB value is (232,148,201). Sum of RGB (Red+Green+Blue) = 232+148+201=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 232 - color contains mainly: red. Hex color #E894C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E894C9 is #176B36. Grayscale: #B3B3B3. Windows color (decimal): -1534775 or 13210856. OLE color: 13210856.

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

Color convert

RGB232148201-
CMYK00.360.130.09
HSL322.14º64.62%74.51%-
HSV(B)322.14º36.21%90.98%-
XYZ54.4142.5560.6-
YUV179.16140.33165.69-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.93%
GREEN value IS 148 (58.20% from 255) = 25.47%
BLUE value IS 201 (78.91% from 255) = 34.60%
R=39.93%
G=25.47%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214820100.360.130.09322.1464.6274.51
HexE894C9024D9142414b
Octal3502243110441511502101113
Binary11101000100101001100100101001001101100110100001010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E894C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E894C9; }

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

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

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

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

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

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

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

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