Shades of Cavern Pink #E3AEAE
Tints of Cavern Pink #E3AEAE
RGB
CMYK
RGB Variations
Color information
#E3AEAE (or 0xE3AEAE) is known color: Cavern Pink. HEX triplet: E3, AE and AE. RGB value is (227,174,174). Sum of RGB (Red+Green+Blue) = 227+174+174=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AEAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3AEAE is #1C5151. Grayscale: #BDBDBD. Windows color (decimal): -1855826 or 11448035. OLE color: 11448035.
HSL color Cylindrical-coordinate representation of color #E3AEAE: hue angle of 0º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E3AEAE is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 174 | 174 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.11 |
| HSL | 0º | 0.49% | 0.79% | - |
| HSV(B) | 0º | 0.23% | 0.89% | - |
| XYZ | 54.45 | 49.66 | 46.76 | - |
| YUV | 189.85 | 119.06 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 174 | 174 | 0 | 0.23 | 0.23 | 0.11 | 0 | 0.49 | 0.79 |
| Hex | E3 | AE | AE | 0 | 17 | 17 | B | 0 | 31 | 4F |
| Octal | 343 | 256 | 256 | 0 | 27 | 27 | 13 | 0 | 61 | 117 |
| Binary | 11100011 | 10101110 | 10101110 | 0 | 10111 | 10111 | 1011 | 0 | 110001 | 1001111 |
Color Harmonies of #E3AEAE
Complementary color
Monochromatic Colors of #E3AEAE
Black with #E3AEAE
Text Example
Text Example
White with #E3AEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AEAE; }
p { color: rgb(227,174,174); }
H1.HeaderClassName
{
color: #E3AEAE;
}
.AnyTagClassName
{
color: #E3AEAE;
}
</style>
background-color css
<style>
a { background-color: #E3AEAE; }
a { background-color: rgb(227,174,174); }
div.DivClassName
{
background-color: #E3AEAE;
}
.BgClassName
{
background-color: #E3AEAE;
}
</style>
border-color css
<style>
span { border-color: #E3AEAE; }
span { border-color: rgb(227,174,174); }
td.TdClassName
{
border-color: #E3AEAE;
}
.TagClassName
{
border-color: #E3AEAE;
}
</style>