Shades of Carissma #E38A8B
Tints of Carissma #E38A8B
RGB
CMYK
RGB Variations
Color information
#E38A8B (or 0xE38A8B) is known color: Carissma. HEX triplet: E3, 8A and 8B. RGB value is (227,138,139). Sum of RGB (Red+Green+Blue) = 227+138+139=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38A8B is #1C7574. Grayscale: #A4A4A4. Windows color (decimal): -1865077 or 9145059. OLE color: 9145059.
HSL color Cylindrical-coordinate representation of color #E38A8B: hue angle of 359.33º 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 #E38A8B is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 138 | 139 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.11 |
| HSL | 359.33º | 0.61% | 0.72% | - |
| HSV(B) | 359.33º | 0.39% | 0.89% | - |
| XYZ | 45.43 | 36.37 | 29.05 | - |
| YUV | 164.73 | 113.49 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 138 | 139 | 0 | 0.39 | 0.39 | 0.11 | 359.33 | 0.61 | 0.72 |
| Hex | E3 | 8A | 8B | 0 | 27 | 27 | B | 167 | 3D | 48 |
| Octal | 343 | 212 | 213 | 0 | 47 | 47 | 13 | 547 | 75 | 110 |
| Binary | 11100011 | 10001010 | 10001011 | 0 | 100111 | 100111 | 1011 | 101100111 | 111101 | 1001000 |
Color Harmonies of #E38A8B
Complementary color
Monochromatic Colors of #E38A8B
Black with #E38A8B
Text Example
Text Example
White with #E38A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38A8B; }
p { color: rgb(227,138,139); }
H1.HeaderClassName
{
color: #E38A8B;
}
.AnyTagClassName
{
color: #E38A8B;
}
</style>
background-color css
<style>
a { background-color: #E38A8B; }
a { background-color: rgb(227,138,139); }
div.DivClassName
{
background-color: #E38A8B;
}
.BgClassName
{
background-color: #E38A8B;
}
</style>
border-color css
<style>
span { border-color: #E38A8B; }
span { border-color: rgb(227,138,139); }
td.TdClassName
{
border-color: #E38A8B;
}
.TagClassName
{
border-color: #E38A8B;
}
</style>