#E1ACC6

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

Shades of Shocking #E1ACC6

Tints of Shocking #E1ACC6

Color information

#E1ACC6 (or 0xE1ACC6) is unknown color: approx Shocking. HEX triplet: E1, AC and C6. RGB value is (225,172,198). Sum of RGB (Red+Green+Blue) = 225+172+198=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACC6 is #1E5339. Grayscale: #BEBEBE. Windows color (decimal): -1987386 or 13020385. OLE color: 13020385.

HSL color Cylindrical-coordinate representation of color #E1ACC6: hue angle of 330.57º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ACC6 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB225172198-
CMYK00.240.120.12
HSL330.57º46.9%77.84%-
HSV(B)330.57º23.56%88.24%-
XYZ5649.5960.05-
YUV190.81132.06152.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.82%
GREEN value IS 172 (67.58% from 255) = 28.91%
BLUE value IS 198 (77.73% from 255) = 33.28%
R=37.82%
G=28.91%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517219800.240.120.12330.5746.977.84
HexE1ACC6018CC14b2f4e
Octal341254306030141451357116
Binary111000011010110011000110011000110011001010010111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACC6; }

 p { color: rgb(225,172,198); }

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

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

 a { background-color: rgb(225,172,198); }

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

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

 span { border-color: rgb(225,172,198); }

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