#E1A7C4

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

Shades of Shocking #E1A7C4

Tints of Shocking #E1A7C4

Color information

#E1A7C4 (or 0xE1A7C4) is unknown color: approx Shocking. HEX triplet: E1, A7 and C4. RGB value is (225,167,196). Sum of RGB (Red+Green+Blue) = 225+167+196=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 167 (65.62% from 255 or 28.40% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A7C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A7C4 is #1E583B. Grayscale: #BBBBBB. Windows color (decimal): -1988668 or 12888033. OLE color: 12888033.

HSL color Cylindrical-coordinate representation of color #E1A7C4: hue angle of 330º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1A7C4 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB225167196-
CMYK00.260.130.12
HSL330º49.15%76.86%-
HSV(B)330º25.78%88.24%-
XYZ54.8347.6358.53-
YUV187.65132.72154.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.27%
GREEN value IS 167 (65.62% from 255) = 28.40%
BLUE value IS 196 (76.95% from 255) = 33.33%
R=38.27%
G=28.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516719600.260.130.1233049.1576.86
HexE1A7C401ADC14a314d
Octal341247304032151451261115
Binary111000011010011111000100011010110111001010010101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A7C4; }

 p { color: rgb(225,167,196); }

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

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

 a { background-color: rgb(225,167,196); }

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

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

 span { border-color: rgb(225,167,196); }

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