Shades of Carissma #E38A8C
Tints of Carissma #E38A8C
RGB
CMYK
RGB Variations
Color information
#E38A8C (or 0xE38A8C) is known color: Carissma. HEX triplet: E3, 8A and 8C. RGB value is (227,138,140). Sum of RGB (Red+Green+Blue) = 227+138+140=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38A8C is #1C7573. Grayscale: #A4A4A4. Windows color (decimal): -1865076 or 9210595. OLE color: 9210595.
HSL color Cylindrical-coordinate representation of color #E38A8C: hue angle of 358.65º 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 #E38A8C is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 138 | 140 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.11 |
| HSL | 358.65º | 0.61% | 0.72% | - |
| HSV(B) | 358.65º | 0.39% | 0.89% | - |
| XYZ | 45.5 | 36.4 | 29.44 | - |
| YUV | 164.84 | 113.99 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 138 | 140 | 0 | 0.39 | 0.38 | 0.11 | 358.65 | 0.61 | 0.72 |
| Hex | E3 | 8A | 8C | 0 | 27 | 26 | B | 167 | 3D | 48 |
| Octal | 343 | 212 | 214 | 0 | 47 | 46 | 13 | 547 | 75 | 110 |
| Binary | 11100011 | 10001010 | 10001100 | 0 | 100111 | 100110 | 1011 | 101100111 | 111101 | 1001000 |
Color Harmonies of #E38A8C
Complementary color
Monochromatic Colors of #E38A8C
Black with #E38A8C
Text Example
Text Example
White with #E38A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38A8C; }
p { color: rgb(227,138,140); }
H1.HeaderClassName
{
color: #E38A8C;
}
.AnyTagClassName
{
color: #E38A8C;
}
</style>
background-color css
<style>
a { background-color: #E38A8C; }
a { background-color: rgb(227,138,140); }
div.DivClassName
{
background-color: #E38A8C;
}
.BgClassName
{
background-color: #E38A8C;
}
</style>
border-color css
<style>
span { border-color: #E38A8C; }
span { border-color: rgb(227,138,140); }
td.TdClassName
{
border-color: #E38A8C;
}
.TagClassName
{
border-color: #E38A8C;
}
</style>