#E2AEAE

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

Shades of Cavern Pink #E2AEAE

Tints of Cavern Pink #E2AEAE

Color information

#E2AEAE (or 0xE2AEAE) is unknown color: approx Cavern Pink. HEX triplet: E2, AE and AE. RGB value is (226,174,174). Sum of RGB (Red+Green+Blue) = 226+174+174=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AEAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AEAE is #1D5151. Grayscale: #BDBDBD. Windows color (decimal): -1921362 or 11448034. OLE color: 11448034.

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

Color convert

RGB226174174-
CMYK00.230.230.11
HSL47.27%78.43%-
HSV(B)23.01%88.63%-
XYZ54.1449.546.74-
YUV189.55119.23154-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.37%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=39.37%
G=30.31%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617417400.230.230.11047.2778.43
HexE2AEAE01717B02f4e
Octal3422562560272713057116
Binary11100010101011101010111001011110111101101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AEAE; }

 p { color: rgb(226,174,174); }

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

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

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

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

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

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

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