#E0AFAB

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

Shades of Cavern Pink #E0AFAB

Tints of Cavern Pink #E0AFAB

Color information

#E0AFAB (or 0xE0AFAB) is unknown color: approx Cavern Pink. HEX triplet: E0, AF and AB. RGB value is (224,175,171). Sum of RGB (Red+Green+Blue) = 224+175+171=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AFAB is #1F5054. Grayscale: #BDBDBD. Windows color (decimal): -2052181 or 11251680. OLE color: 11251680.

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

Color convert

RGB224175171-
CMYK00.220.240.12
HSL4.53º46.09%77.45%-
HSV(B)4.53º23.66%87.84%-
XYZ53.4249.4545.26-
YUV189.2117.73152.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.30%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 171 (67.19% from 255) = 30%
R=39.30%
G=30.70%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417517100.220.240.124.5346.0977.45
HexE0AFAB01618C52e4d
Octal3402572530263014556115
Binary1110000010101111101010110101101100011001011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AFAB; }

 p { color: rgb(224,175,171); }

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

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

 a { background-color: rgb(224,175,171); }

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

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

 span { border-color: rgb(224,175,171); }

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