#E2ADAC

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

Shades of Cavern Pink #E2ADAC

Tints of Cavern Pink #E2ADAC

Color information

#E2ADAC (or 0xE2ADAC) is unknown color: approx Cavern Pink. HEX triplet: E2, AD and AC. RGB value is (226,173,172). Sum of RGB (Red+Green+Blue) = 226+173+172=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2ADAC is #1D5253. Grayscale: #BCBCBC. Windows color (decimal): -1921620 or 11316706. OLE color: 11316706.

HSL color Cylindrical-coordinate representation of color #E2ADAC: hue angle of 1.11º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ADAC is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB226173172-
CMYK00.230.240.11
HSL1.11º48.21%78.04%-
HSV(B)1.11º23.89%88.63%-
XYZ53.7549.0345.66-
YUV188.73118.56154.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.58%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 172 (67.58% from 255) = 30.12%
R=39.58%
G=30.30%
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.11
SystemRedGreenBlueCMYKHSL
Decimal22617317200.230.240.111.1148.2178.04
HexE2ADAC01718B1304e
Octal3422552540273013160116
Binary11100010101011011010110001011111000101111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ADAC; }

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

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

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

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

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

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

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

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