Shades of Carissma #E18299
Tints of Carissma #E18299
RGB
CMYK
RGB Variations
Color information
#E18299 (or 0xE18299) is known color: Carissma. HEX triplet: E1, 82 and 99. RGB value is (225,130,153). Sum of RGB (Red+Green+Blue) = 225+130+153=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E18299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18299 is #1E7D66. Grayscale: #A1A1A1. Windows color (decimal): -1998183 or 10060513. OLE color: 10060513.
HSL color Cylindrical-coordinate representation of color #E18299: hue angle of 345.47º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E18299 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 153 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.12 |
| HSL | 345.47º | 0.61% | 0.7% | - |
| HSV(B) | 345.47º | 0.42% | 0.88% | - |
| XYZ | 44.78 | 34.27 | 34.39 | - |
| YUV | 161.03 | 123.47 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 153 | 0 | 0.42 | 0.32 | 0.12 | 345.47 | 0.61 | 0.7 |
| Hex | E1 | 82 | 99 | 0 | 2A | 20 | C | 159 | 3D | 46 |
| Octal | 341 | 202 | 231 | 0 | 52 | 40 | 14 | 531 | 75 | 106 |
| Binary | 11100001 | 10000010 | 10011001 | 0 | 101010 | 100000 | 1100 | 101011001 | 111101 | 1000110 |
Color Harmonies of #E18299
Complementary color
Monochromatic Colors of #E18299
Black with #E18299
Text Example
Text Example
White with #E18299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18299; }
p { color: rgb(225,130,153); }
H1.HeaderClassName
{
color: #E18299;
}
.AnyTagClassName
{
color: #E18299;
}
</style>
background-color css
<style>
a { background-color: #E18299; }
a { background-color: rgb(225,130,153); }
div.DivClassName
{
background-color: #E18299;
}
.BgClassName
{
background-color: #E18299;
}
</style>
border-color css
<style>
span { border-color: #E18299; }
span { border-color: rgb(225,130,153); }
td.TdClassName
{
border-color: #E18299;
}
.TagClassName
{
border-color: #E18299;
}
</style>