Shades of Carissma #E08A90
Tints of Carissma #E08A90
RGB
CMYK
RGB Variations
Color information
#E08A90 (or 0xE08A90) is known color: Carissma. HEX triplet: E0, 8A and 90. RGB value is (224,138,144). Sum of RGB (Red+Green+Blue) = 224+138+144=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08A90 is #1F756F. Grayscale: #A4A4A4. Windows color (decimal): -2061680 or 9472736. OLE color: 9472736.
HSL color Cylindrical-coordinate representation of color #E08A90: hue angle of 355.81º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08A90 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 144 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.12 |
| HSL | 355.81º | 0.58% | 0.71% | - |
| HSV(B) | 355.81º | 0.38% | 0.88% | - |
| XYZ | 44.86 | 36.04 | 30.98 | - |
| YUV | 164.4 | 116.49 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 144 | 0 | 0.38 | 0.36 | 0.12 | 355.81 | 0.58 | 0.71 |
| Hex | E0 | 8A | 90 | 0 | 26 | 24 | C | 164 | 3A | 47 |
| Octal | 340 | 212 | 220 | 0 | 46 | 44 | 14 | 544 | 72 | 107 |
| Binary | 11100000 | 10001010 | 10010000 | 0 | 100110 | 100100 | 1100 | 101100100 | 111010 | 1000111 |
Color Harmonies of #E08A90
Complementary color
Monochromatic Colors of #E08A90
Black with #E08A90
Text Example
Text Example
White with #E08A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A90; }
p { color: rgb(224,138,144); }
H1.HeaderClassName
{
color: #E08A90;
}
.AnyTagClassName
{
color: #E08A90;
}
</style>
background-color css
<style>
a { background-color: #E08A90; }
a { background-color: rgb(224,138,144); }
div.DivClassName
{
background-color: #E08A90;
}
.BgClassName
{
background-color: #E08A90;
}
</style>
border-color css
<style>
span { border-color: #E08A90; }
span { border-color: rgb(224,138,144); }
td.TdClassName
{
border-color: #E08A90;
}
.TagClassName
{
border-color: #E08A90;
}
</style>