Shades of Carissma #E08C93
Tints of Carissma #E08C93
RGB
CMYK
RGB Variations
Color information
#E08C93 (or 0xE08C93) is known color: Carissma. HEX triplet: E0, 8C and 93. RGB value is (224,140,147). Sum of RGB (Red+Green+Blue) = 224+140+147=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08C93 is #1F736C. Grayscale: #A5A5A5. Windows color (decimal): -2061165 or 9669856. OLE color: 9669856.
HSL color Cylindrical-coordinate representation of color #E08C93: hue angle of 355º 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 #E08C93 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 147 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.12 |
| HSL | 355º | 0.58% | 0.71% | - |
| HSV(B) | 355º | 0.38% | 0.88% | - |
| XYZ | 45.39 | 36.71 | 32.3 | - |
| YUV | 165.91 | 117.33 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 147 | 0 | 0.38 | 0.34 | 0.12 | 355 | 0.58 | 0.71 |
| Hex | E0 | 8C | 93 | 0 | 26 | 22 | C | 163 | 3A | 47 |
| Octal | 340 | 214 | 223 | 0 | 46 | 42 | 14 | 543 | 72 | 107 |
| Binary | 11100000 | 10001100 | 10010011 | 0 | 100110 | 100010 | 1100 | 101100011 | 111010 | 1000111 |
Color Harmonies of #E08C93
Complementary color
Monochromatic Colors of #E08C93
Black with #E08C93
Text Example
Text Example
White with #E08C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C93; }
p { color: rgb(224,140,147); }
H1.HeaderClassName
{
color: #E08C93;
}
.AnyTagClassName
{
color: #E08C93;
}
</style>
background-color css
<style>
a { background-color: #E08C93; }
a { background-color: rgb(224,140,147); }
div.DivClassName
{
background-color: #E08C93;
}
.BgClassName
{
background-color: #E08C93;
}
</style>
border-color css
<style>
span { border-color: #E08C93; }
span { border-color: rgb(224,140,147); }
td.TdClassName
{
border-color: #E08C93;
}
.TagClassName
{
border-color: #E08C93;
}
</style>