Shades of Carissma #E68B9A
Tints of Carissma #E68B9A
RGB
CMYK
RGB Variations
Color information
#E68B9A (or 0xE68B9A) is known color: Carissma. HEX triplet: E6, 8B and 9A. RGB value is (230,139,154). Sum of RGB (Red+Green+Blue) = 230+139+154=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68B9A is #197465. Grayscale: #A7A7A7. Windows color (decimal): -1668198 or 10128358. OLE color: 10128358.
HSL color Cylindrical-coordinate representation of color #E68B9A: hue angle of 350.11º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68B9A is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 154 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.10 |
| HSL | 350.11º | 0.65% | 0.72% | - |
| HSV(B) | 350.11º | 0.4% | 0.9% | - |
| XYZ | 47.7 | 37.62 | 35.32 | - |
| YUV | 167.92 | 120.15 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 154 | 0 | 0.40 | 0.33 | 0.10 | 350.11 | 0.65 | 0.72 |
| Hex | E6 | 8B | 9A | 0 | 28 | 21 | A | 15E | 41 | 48 |
| Octal | 346 | 213 | 232 | 0 | 50 | 41 | 12 | 536 | 101 | 110 |
| Binary | 11100110 | 10001011 | 10011010 | 0 | 101000 | 100001 | 1010 | 101011110 | 1000001 | 1001000 |
Color Harmonies of #E68B9A
Complementary color
Monochromatic Colors of #E68B9A
Black with #E68B9A
Text Example
Text Example
White with #E68B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68B9A; }
p { color: rgb(230,139,154); }
H1.HeaderClassName
{
color: #E68B9A;
}
.AnyTagClassName
{
color: #E68B9A;
}
</style>
background-color css
<style>
a { background-color: #E68B9A; }
a { background-color: rgb(230,139,154); }
div.DivClassName
{
background-color: #E68B9A;
}
.BgClassName
{
background-color: #E68B9A;
}
</style>
border-color css
<style>
span { border-color: #E68B9A; }
span { border-color: rgb(230,139,154); }
td.TdClassName
{
border-color: #E68B9A;
}
.TagClassName
{
border-color: #E68B9A;
}
</style>