Shades of Carissma #E68384
Tints of Carissma #E68384
RGB
CMYK
RGB Variations
Color information
#E68384 (or 0xE68384) is known color: Carissma. HEX triplet: E6, 83 and 84. RGB value is (230,131,132). Sum of RGB (Red+Green+Blue) = 230+131+132=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E68384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68384 is #197C7B. Grayscale: #A0A0A0. Windows color (decimal): -1670268 or 8684518. OLE color: 8684518.
HSL color Cylindrical-coordinate representation of color #E68384: hue angle of 359.39º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E68384 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 131 | 132 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.10 |
| HSL | 359.39º | 0.66% | 0.71% | - |
| HSV(B) | 359.39º | 0.43% | 0.9% | - |
| XYZ | 44.91 | 34.72 | 26.16 | - |
| YUV | 160.72 | 111.8 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 131 | 132 | 0 | 0.43 | 0.43 | 0.10 | 359.39 | 0.66 | 0.71 |
| Hex | E6 | 83 | 84 | 0 | 2B | 2B | A | 167 | 42 | 47 |
| Octal | 346 | 203 | 204 | 0 | 53 | 53 | 12 | 547 | 102 | 107 |
| Binary | 11100110 | 10000011 | 10000100 | 0 | 101011 | 101011 | 1010 | 101100111 | 1000010 | 1000111 |
Color Harmonies of #E68384
Complementary color
Monochromatic Colors of #E68384
Black with #E68384
Text Example
Text Example
White with #E68384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68384; }
p { color: rgb(230,131,132); }
H1.HeaderClassName
{
color: #E68384;
}
.AnyTagClassName
{
color: #E68384;
}
</style>
background-color css
<style>
a { background-color: #E68384; }
a { background-color: rgb(230,131,132); }
div.DivClassName
{
background-color: #E68384;
}
.BgClassName
{
background-color: #E68384;
}
</style>
border-color css
<style>
span { border-color: #E68384; }
span { border-color: rgb(230,131,132); }
td.TdClassName
{
border-color: #E68384;
}
.TagClassName
{
border-color: #E68384;
}
</style>