Shades of Carissma #E67B8D
Tints of Carissma #E67B8D
RGB
CMYK
RGB Variations
Color information
#E67B8D (or 0xE67B8D) is known color: Carissma. HEX triplet: E6, 7B and 8D. RGB value is (230,123,141). Sum of RGB (Red+Green+Blue) = 230+123+141=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E67B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67B8D is #198472. Grayscale: #9D9D9D. Windows color (decimal): -1672307 or 9272294. OLE color: 9272294.
HSL color Cylindrical-coordinate representation of color #E67B8D: hue angle of 349.91º 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 #E67B8D is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 123 | 141 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.10 |
| HSL | 349.91º | 0.68% | 0.69% | - |
| HSV(B) | 349.91º | 0.47% | 0.9% | - |
| XYZ | 44.52 | 32.91 | 29.21 | - |
| YUV | 157.05 | 118.95 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 123 | 141 | 0 | 0.47 | 0.39 | 0.10 | 349.91 | 0.68 | 0.69 |
| Hex | E6 | 7B | 8D | 0 | 2F | 27 | A | 15E | 44 | 45 |
| Octal | 346 | 173 | 215 | 0 | 57 | 47 | 12 | 536 | 104 | 105 |
| Binary | 11100110 | 1111011 | 10001101 | 0 | 101111 | 100111 | 1010 | 101011110 | 1000100 | 1000101 |
Color Harmonies of #E67B8D
Complementary color
Monochromatic Colors of #E67B8D
Black with #E67B8D
Text Example
Text Example
White with #E67B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67B8D; }
p { color: rgb(230,123,141); }
H1.HeaderClassName
{
color: #E67B8D;
}
.AnyTagClassName
{
color: #E67B8D;
}
</style>
background-color css
<style>
a { background-color: #E67B8D; }
a { background-color: rgb(230,123,141); }
div.DivClassName
{
background-color: #E67B8D;
}
.BgClassName
{
background-color: #E67B8D;
}
</style>
border-color css
<style>
span { border-color: #E67B8D; }
span { border-color: rgb(230,123,141); }
td.TdClassName
{
border-color: #E67B8D;
}
.TagClassName
{
border-color: #E67B8D;
}
</style>