Shades of Carissma #E67F8A
Tints of Carissma #E67F8A
RGB
CMYK
RGB Variations
Color information
#E67F8A (or 0xE67F8A) is known color: Carissma. HEX triplet: E6, 7F and 8A. RGB value is (230,127,138). Sum of RGB (Red+Green+Blue) = 230+127+138=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E67F8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67F8A is #198075. Grayscale: #9F9F9F. Windows color (decimal): -1671286 or 9076710. OLE color: 9076710.
HSL color Cylindrical-coordinate representation of color #E67F8A: hue angle of 353.59º 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 #E67F8A is Cyan = 0, Magento = 0.45, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 138 | - |
| CMYK | 0 | 0.45 | 0.4 | 0.10 |
| HSL | 353.59º | 0.67% | 0.7% | - |
| HSV(B) | 353.59º | 0.45% | 0.9% | - |
| XYZ | 44.81 | 33.84 | 28.21 | - |
| YUV | 159.05 | 116.12 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 138 | 0 | 0.45 | 0.4 | 0.10 | 353.59 | 0.67 | 0.7 |
| Hex | E6 | 7F | 8A | 0 | 2D | 28 | A | 162 | 43 | 46 |
| Octal | 346 | 177 | 212 | 0 | 55 | 50 | 12 | 542 | 103 | 106 |
| Binary | 11100110 | 1111111 | 10001010 | 0 | 101101 | 101000 | 1010 | 101100010 | 1000011 | 1000110 |
Color Harmonies of #E67F8A
Complementary color
Monochromatic Colors of #E67F8A
Black with #E67F8A
Text Example
Text Example
White with #E67F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67F8A; }
p { color: rgb(230,127,138); }
H1.HeaderClassName
{
color: #E67F8A;
}
.AnyTagClassName
{
color: #E67F8A;
}
</style>
background-color css
<style>
a { background-color: #E67F8A; }
a { background-color: rgb(230,127,138); }
div.DivClassName
{
background-color: #E67F8A;
}
.BgClassName
{
background-color: #E67F8A;
}
</style>
border-color css
<style>
span { border-color: #E67F8A; }
span { border-color: rgb(230,127,138); }
td.TdClassName
{
border-color: #E67F8A;
}
.TagClassName
{
border-color: #E67F8A;
}
</style>