Shades of Carissma #E6819A
Tints of Carissma #E6819A
RGB
CMYK
RGB Variations
Color information
#E6819A (or 0xE6819A) is known color: Carissma. HEX triplet: E6, 81 and 9A. RGB value is (230,129,154). Sum of RGB (Red+Green+Blue) = 230+129+154=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E6819A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6819A is #197E65. Grayscale: #A2A2A2. Windows color (decimal): -1670758 or 10125798. OLE color: 10125798.
HSL color Cylindrical-coordinate representation of color #E6819A: hue angle of 345.15º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6819A is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 154 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.10 |
| HSL | 345.15º | 0.67% | 0.7% | - |
| HSV(B) | 345.15º | 0.44% | 0.9% | - |
| XYZ | 46.32 | 34.86 | 34.86 | - |
| YUV | 162.05 | 123.46 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 154 | 0 | 0.44 | 0.33 | 0.10 | 345.15 | 0.67 | 0.7 |
| Hex | E6 | 81 | 9A | 0 | 2C | 21 | A | 159 | 43 | 46 |
| Octal | 346 | 201 | 232 | 0 | 54 | 41 | 12 | 531 | 103 | 106 |
| Binary | 11100110 | 10000001 | 10011010 | 0 | 101100 | 100001 | 1010 | 101011001 | 1000011 | 1000110 |
Color Harmonies of #E6819A
Complementary color
Monochromatic Colors of #E6819A
Black with #E6819A
Text Example
Text Example
White with #E6819A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6819A; }
p { color: rgb(230,129,154); }
H1.HeaderClassName
{
color: #E6819A;
}
.AnyTagClassName
{
color: #E6819A;
}
</style>
background-color css
<style>
a { background-color: #E6819A; }
a { background-color: rgb(230,129,154); }
div.DivClassName
{
background-color: #E6819A;
}
.BgClassName
{
background-color: #E6819A;
}
</style>
border-color css
<style>
span { border-color: #E6819A; }
span { border-color: rgb(230,129,154); }
td.TdClassName
{
border-color: #E6819A;
}
.TagClassName
{
border-color: #E6819A;
}
</style>