Shades of Carissma #E67BA0
Tints of Carissma #E67BA0
RGB
CMYK
RGB Variations
Color information
#E67BA0 (or 0xE67BA0) is known color: Carissma. HEX triplet: E6, 7B and A0. RGB value is (230,123,160). Sum of RGB (Red+Green+Blue) = 230+123+160=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67BA0 is #19845F. Grayscale: #9F9F9F. Windows color (decimal): -1672288 or 10517478. OLE color: 10517478.
HSL color Cylindrical-coordinate representation of color #E67BA0: hue angle of 339.25º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67BA0 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 123 | 160 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.10 |
| HSL | 339.25º | 0.68% | 0.69% | - |
| HSV(B) | 339.25º | 0.47% | 0.9% | - |
| XYZ | 46.06 | 33.53 | 37.3 | - |
| YUV | 159.21 | 128.45 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 123 | 160 | 0 | 0.47 | 0.30 | 0.10 | 339.25 | 0.68 | 0.69 |
| Hex | E6 | 7B | A0 | 0 | 2F | 1E | A | 153 | 44 | 45 |
| Octal | 346 | 173 | 240 | 0 | 57 | 36 | 12 | 523 | 104 | 105 |
| Binary | 11100110 | 1111011 | 10100000 | 0 | 101111 | 11110 | 1010 | 101010011 | 1000100 | 1000101 |
Color Harmonies of #E67BA0
Complementary color
Monochromatic Colors of #E67BA0
Black with #E67BA0
Text Example
Text Example
White with #E67BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67BA0; }
p { color: rgb(230,123,160); }
H1.HeaderClassName
{
color: #E67BA0;
}
.AnyTagClassName
{
color: #E67BA0;
}
</style>
background-color css
<style>
a { background-color: #E67BA0; }
a { background-color: rgb(230,123,160); }
div.DivClassName
{
background-color: #E67BA0;
}
.BgClassName
{
background-color: #E67BA0;
}
</style>
border-color css
<style>
span { border-color: #E67BA0; }
span { border-color: rgb(230,123,160); }
td.TdClassName
{
border-color: #E67BA0;
}
.TagClassName
{
border-color: #E67BA0;
}
</style>