Shades of Carissma #E67B8B
Tints of Carissma #E67B8B
RGB
CMYK
RGB Variations
Color information
#E67B8B (or 0xE67B8B) is known color: Carissma. HEX triplet: E6, 7B and 8B. RGB value is (230,123,139). Sum of RGB (Red+Green+Blue) = 230+123+139=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E67B8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67B8B is #198474. Grayscale: #9C9C9C. Windows color (decimal): -1672309 or 9141222. OLE color: 9141222.
HSL color Cylindrical-coordinate representation of color #E67B8B: hue angle of 351.03º 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 #E67B8B is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 123 | 139 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.10 |
| HSL | 351.03º | 0.68% | 0.69% | - |
| HSV(B) | 351.03º | 0.47% | 0.9% | - |
| XYZ | 44.38 | 32.85 | 28.43 | - |
| YUV | 156.82 | 117.95 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 123 | 139 | 0 | 0.47 | 0.40 | 0.10 | 351.03 | 0.68 | 0.69 |
| Hex | E6 | 7B | 8B | 0 | 2F | 28 | A | 15F | 44 | 45 |
| Octal | 346 | 173 | 213 | 0 | 57 | 50 | 12 | 537 | 104 | 105 |
| Binary | 11100110 | 1111011 | 10001011 | 0 | 101111 | 101000 | 1010 | 101011111 | 1000100 | 1000101 |
Color Harmonies of #E67B8B
Complementary color
Monochromatic Colors of #E67B8B
Black with #E67B8B
Text Example
Text Example
White with #E67B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67B8B; }
p { color: rgb(230,123,139); }
H1.HeaderClassName
{
color: #E67B8B;
}
.AnyTagClassName
{
color: #E67B8B;
}
</style>
background-color css
<style>
a { background-color: #E67B8B; }
a { background-color: rgb(230,123,139); }
div.DivClassName
{
background-color: #E67B8B;
}
.BgClassName
{
background-color: #E67B8B;
}
</style>
border-color css
<style>
span { border-color: #E67B8B; }
span { border-color: rgb(230,123,139); }
td.TdClassName
{
border-color: #E67B8B;
}
.TagClassName
{
border-color: #E67B8B;
}
</style>