Shades of Carissma #E38C99
Tints of Carissma #E38C99
RGB
CMYK
RGB Variations
Color information
#E38C99 (or 0xE38C99) is known color: Carissma. HEX triplet: E3, 8C and 99. RGB value is (227,140,153). Sum of RGB (Red+Green+Blue) = 227+140+153=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E38C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38C99 is #1C7366. Grayscale: #A7A7A7. Windows color (decimal): -1864551 or 10063075. OLE color: 10063075.
HSL color Cylindrical-coordinate representation of color #E38C99: hue angle of 351.03º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E38C99 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 140 | 153 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.11 |
| HSL | 351.03º | 0.61% | 0.72% | - |
| HSV(B) | 351.03º | 0.38% | 0.89% | - |
| XYZ | 46.81 | 37.39 | 34.89 | - |
| YUV | 167.5 | 119.82 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 140 | 153 | 0 | 0.38 | 0.33 | 0.11 | 351.03 | 0.61 | 0.72 |
| Hex | E3 | 8C | 99 | 0 | 26 | 21 | B | 15F | 3D | 48 |
| Octal | 343 | 214 | 231 | 0 | 46 | 41 | 13 | 537 | 75 | 110 |
| Binary | 11100011 | 10001100 | 10011001 | 0 | 100110 | 100001 | 1011 | 101011111 | 111101 | 1001000 |
Color Harmonies of #E38C99
Complementary color
Monochromatic Colors of #E38C99
Black with #E38C99
Text Example
Text Example
White with #E38C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38C99; }
p { color: rgb(227,140,153); }
H1.HeaderClassName
{
color: #E38C99;
}
.AnyTagClassName
{
color: #E38C99;
}
</style>
background-color css
<style>
a { background-color: #E38C99; }
a { background-color: rgb(227,140,153); }
div.DivClassName
{
background-color: #E38C99;
}
.BgClassName
{
background-color: #E38C99;
}
</style>
border-color css
<style>
span { border-color: #E38C99; }
span { border-color: rgb(227,140,153); }
td.TdClassName
{
border-color: #E38C99;
}
.TagClassName
{
border-color: #E38C99;
}
</style>