#E1ADAC

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

Shades of Cavern Pink #E1ADAC

Tints of Cavern Pink #E1ADAC

Color information

#E1ADAC (or 0xE1ADAC) is unknown color: approx Cavern Pink. HEX triplet: E1, AD and AC. RGB value is (225,173,172). Sum of RGB (Red+Green+Blue) = 225+173+172=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ADAC is #1E5253. Grayscale: #BCBCBC. Windows color (decimal): -1987156 or 11316705. OLE color: 11316705.

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

Color convert

RGB225173172-
CMYK00.230.240.12
HSL1.13º46.9%77.84%-
HSV(B)1.13º23.56%88.24%-
XYZ53.4448.8745.65-
YUV188.43118.73154.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.47%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 172 (67.58% from 255) = 30.18%
R=39.47%
G=30.35%
B=30.18%

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
Decimal22517317200.230.240.121.1346.977.84
HexE1ADAC01718C12f4e
Octal3412552540273014157116
Binary11100001101011011010110001011111000110011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADAC; }

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

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

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

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

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

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

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

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