Shades of Carissma #E67F96
Tints of Carissma #E67F96
RGB
CMYK
RGB Variations
Color information
#E67F96 (or 0xE67F96) is known color: Carissma. HEX triplet: E6, 7F and 96. RGB value is (230,127,150). Sum of RGB (Red+Green+Blue) = 230+127+150=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E67F96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67F96 is #198069. Grayscale: #A0A0A0. Windows color (decimal): -1671274 or 9863142. OLE color: 9863142.
HSL color Cylindrical-coordinate representation of color #E67F96: hue angle of 346.6º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E67F96 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 150 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.10 |
| HSL | 346.6º | 0.67% | 0.7% | - |
| HSV(B) | 346.6º | 0.45% | 0.9% | - |
| XYZ | 45.73 | 34.2 | 33.05 | - |
| YUV | 160.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 150 | 0 | 0.45 | 0.35 | 0.10 | 346.6 | 0.67 | 0.7 |
| Hex | E6 | 7F | 96 | 0 | 2D | 23 | A | 15B | 43 | 46 |
| Octal | 346 | 177 | 226 | 0 | 55 | 43 | 12 | 533 | 103 | 106 |
| Binary | 11100110 | 1111111 | 10010110 | 0 | 101101 | 100011 | 1010 | 101011011 | 1000011 | 1000110 |
Color Harmonies of #E67F96
Complementary color
Monochromatic Colors of #E67F96
Black with #E67F96
Text Example
Text Example
White with #E67F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67F96; }
p { color: rgb(230,127,150); }
H1.HeaderClassName
{
color: #E67F96;
}
.AnyTagClassName
{
color: #E67F96;
}
</style>
background-color css
<style>
a { background-color: #E67F96; }
a { background-color: rgb(230,127,150); }
div.DivClassName
{
background-color: #E67F96;
}
.BgClassName
{
background-color: #E67F96;
}
</style>
border-color css
<style>
span { border-color: #E67F96; }
span { border-color: rgb(230,127,150); }
td.TdClassName
{
border-color: #E67F96;
}
.TagClassName
{
border-color: #E67F96;
}
</style>