Shades of Carissma #E67FA1
Tints of Carissma #E67FA1
RGB
CMYK
RGB Variations
Color information
#E67FA1 (or 0xE67FA1) is known color: Carissma. HEX triplet: E6, 7F and A1. RGB value is (230,127,161). Sum of RGB (Red+Green+Blue) = 230+127+161=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E67FA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67FA1 is #19805E. Grayscale: #A1A1A1. Windows color (decimal): -1671263 or 10584038. OLE color: 10584038.
HSL color Cylindrical-coordinate representation of color #E67FA1: hue angle of 340.19º 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 #E67FA1 is Cyan = 0, Magento = 0.45, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 161 | - |
| CMYK | 0 | 0.45 | 0.3 | 0.10 |
| HSL | 340.19º | 0.67% | 0.7% | - |
| HSV(B) | 340.19º | 0.45% | 0.9% | - |
| XYZ | 46.66 | 34.57 | 37.93 | - |
| YUV | 161.67 | 127.62 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 161 | 0 | 0.45 | 0.3 | 0.10 | 340.19 | 0.67 | 0.7 |
| Hex | E6 | 7F | A1 | 0 | 2D | 1E | A | 154 | 43 | 46 |
| Octal | 346 | 177 | 241 | 0 | 55 | 36 | 12 | 524 | 103 | 106 |
| Binary | 11100110 | 1111111 | 10100001 | 0 | 101101 | 11110 | 1010 | 101010100 | 1000011 | 1000110 |
Color Harmonies of #E67FA1
Complementary color
Monochromatic Colors of #E67FA1
Black with #E67FA1
Text Example
Text Example
White with #E67FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67FA1; }
p { color: rgb(230,127,161); }
H1.HeaderClassName
{
color: #E67FA1;
}
.AnyTagClassName
{
color: #E67FA1;
}
</style>
background-color css
<style>
a { background-color: #E67FA1; }
a { background-color: rgb(230,127,161); }
div.DivClassName
{
background-color: #E67FA1;
}
.BgClassName
{
background-color: #E67FA1;
}
</style>
border-color css
<style>
span { border-color: #E67FA1; }
span { border-color: rgb(230,127,161); }
td.TdClassName
{
border-color: #E67FA1;
}
.TagClassName
{
border-color: #E67FA1;
}
</style>