#E1AEAC

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

Shades of Cavern Pink #E1AEAC

Tints of Cavern Pink #E1AEAC

Color information

#E1AEAC (or 0xE1AEAC) is unknown color: approx Cavern Pink. HEX triplet: E1, AE and AC. RGB value is (225,174,172). Sum of RGB (Red+Green+Blue) = 225+174+172=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AEAC is #1E5153. Grayscale: #BDBDBD. Windows color (decimal): -1986900 or 11316961. OLE color: 11316961.

HSL color Cylindrical-coordinate representation of color #E1AEAC: hue angle of 2.26º 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 #E1AEAC is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225174172-
CMYK00.230.240.12
HSL2.26º46.9%77.84%-
HSV(B)2.26º23.56%88.24%-
XYZ53.6349.2645.71-
YUV189.02118.4153.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.40%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 172 (67.58% from 255) = 30.12%
R=39.40%
G=30.47%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517417200.230.240.122.2646.977.84
HexE1AEAC01718C22f4e
Octal3412562540273014257116
Binary111000011010111010101100010111110001100101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AEAC; }

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

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

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

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

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

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

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

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