#E0ACAC

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

Shades of Cavern Pink #E0ACAC

Tints of Cavern Pink #E0ACAC

Color information

#E0ACAC (or 0xE0ACAC) is unknown color: approx Cavern Pink. HEX triplet: E0, AC and AC. RGB value is (224,172,172). Sum of RGB (Red+Green+Blue) = 224+172+172=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ACAC is #1F5353. Grayscale: #BBBBBB. Windows color (decimal): -2052948 or 11316448. OLE color: 11316448.

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

Color convert

RGB224172172-
CMYK00.230.230.12
HSL45.61%77.65%-
HSV(B)23.21%87.84%-
XYZ52.9448.3345.57-
YUV187.55119.23154-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.44%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 172 (67.58% from 255) = 30.28%
R=39.44%
G=30.28%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417217200.230.230.12045.6177.65
HexE0ACAC01717C02e4e
Octal3402542540272714056116
Binary11100000101011001010110001011110111110001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ACAC; }

 p { color: rgb(224,172,172); }

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

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

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

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

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

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

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