Shades of Carissma #E38384
Tints of Carissma #E38384
RGB
CMYK
RGB Variations
Color information
#E38384 (or 0xE38384) is known color: Carissma. HEX triplet: E3, 83 and 84. RGB value is (227,131,132). Sum of RGB (Red+Green+Blue) = 227+131+132=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E38384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38384 is #1C7C7B. Grayscale: #9F9F9F. Windows color (decimal): -1866876 or 8684515. OLE color: 8684515.
HSL color Cylindrical-coordinate representation of color #E38384: hue angle of 359.38º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E38384 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 131 | 132 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.11 |
| HSL | 359.38º | 0.63% | 0.7% | - |
| HSV(B) | 359.38º | 0.42% | 0.89% | - |
| XYZ | 43.96 | 34.23 | 26.12 | - |
| YUV | 159.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 131 | 132 | 0 | 0.42 | 0.42 | 0.11 | 359.38 | 0.63 | 0.7 |
| Hex | E3 | 83 | 84 | 0 | 2A | 2A | B | 167 | 3F | 46 |
| Octal | 343 | 203 | 204 | 0 | 52 | 52 | 13 | 547 | 77 | 106 |
| Binary | 11100011 | 10000011 | 10000100 | 0 | 101010 | 101010 | 1011 | 101100111 | 111111 | 1000110 |
Color Harmonies of #E38384
Complementary color
Monochromatic Colors of #E38384
Black with #E38384
Text Example
Text Example
White with #E38384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38384; }
p { color: rgb(227,131,132); }
H1.HeaderClassName
{
color: #E38384;
}
.AnyTagClassName
{
color: #E38384;
}
</style>
background-color css
<style>
a { background-color: #E38384; }
a { background-color: rgb(227,131,132); }
div.DivClassName
{
background-color: #E38384;
}
.BgClassName
{
background-color: #E38384;
}
</style>
border-color css
<style>
span { border-color: #E38384; }
span { border-color: rgb(227,131,132); }
td.TdClassName
{
border-color: #E38384;
}
.TagClassName
{
border-color: #E38384;
}
</style>