#E0AEAD

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

Shades of Cavern Pink #E0AEAD

Tints of Cavern Pink #E0AEAD

Color information

#E0AEAD (or 0xE0AEAD) is unknown color: approx Cavern Pink. HEX triplet: E0, AE and AD. RGB value is (224,174,173). Sum of RGB (Red+Green+Blue) = 224+174+173=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AEAD is #1F5152. Grayscale: #BCBCBC. Windows color (decimal): -2052435 or 11382496. OLE color: 11382496.

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

Color convert

RGB224174173-
CMYK00.220.230.12
HSL1.18º45.13%77.84%-
HSV(B)1.18º22.77%87.84%-
XYZ53.4249.1446.2-
YUV188.84119.06153.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.23%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 173 (67.97% from 255) = 30.30%
R=39.23%
G=30.47%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417417300.220.230.121.1845.1377.84
HexE0AEAD01617C12d4e
Octal3402562550262714155116
Binary11100000101011101010110101011010111110011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AEAD; }

 p { color: rgb(224,174,173); }

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

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

 a { background-color: rgb(224,174,173); }

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

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

 span { border-color: rgb(224,174,173); }

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