Shades of Carissma #E38B8F
Tints of Carissma #E38B8F
RGB
CMYK
RGB Variations
Color information
#E38B8F (or 0xE38B8F) is known color: Carissma. HEX triplet: E3, 8B and 8F. RGB value is (227,139,143). Sum of RGB (Red+Green+Blue) = 227+139+143=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 227 - color contains mainly: red. Hex color #E38B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38B8F is #1C7470. Grayscale: #A5A5A5. Windows color (decimal): -1864817 or 9407459. OLE color: 9407459.
HSL color Cylindrical-coordinate representation of color #E38B8F: hue angle of 357.27º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E38B8F is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 139 | 143 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.11 |
| HSL | 357.27º | 0.61% | 0.72% | - |
| HSV(B) | 357.27º | 0.39% | 0.89% | - |
| XYZ | 45.87 | 36.78 | 30.67 | - |
| YUV | 165.77 | 115.15 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 139 | 143 | 0 | 0.39 | 0.37 | 0.11 | 357.27 | 0.61 | 0.72 |
| Hex | E3 | 8B | 8F | 0 | 27 | 25 | B | 165 | 3D | 48 |
| Octal | 343 | 213 | 217 | 0 | 47 | 45 | 13 | 545 | 75 | 110 |
| Binary | 11100011 | 10001011 | 10001111 | 0 | 100111 | 100101 | 1011 | 101100101 | 111101 | 1001000 |
Color Harmonies of #E38B8F
Complementary color
Monochromatic Colors of #E38B8F
Black with #E38B8F
Text Example
Text Example
White with #E38B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38B8F; }
p { color: rgb(227,139,143); }
H1.HeaderClassName
{
color: #E38B8F;
}
.AnyTagClassName
{
color: #E38B8F;
}
</style>
background-color css
<style>
a { background-color: #E38B8F; }
a { background-color: rgb(227,139,143); }
div.DivClassName
{
background-color: #E38B8F;
}
.BgClassName
{
background-color: #E38B8F;
}
</style>
border-color css
<style>
span { border-color: #E38B8F; }
span { border-color: rgb(227,139,143); }
td.TdClassName
{
border-color: #E38B8F;
}
.TagClassName
{
border-color: #E38B8F;
}
</style>