Shades of Carissma #E67F9A
Tints of Carissma #E67F9A
RGB
CMYK
RGB Variations
Color information
#E67F9A (or 0xE67F9A) is known color: Carissma. HEX triplet: E6, 7F and 9A. RGB value is (230,127,154). Sum of RGB (Red+Green+Blue) = 230+127+154=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E67F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67F9A is #198065. Grayscale: #A0A0A0. Windows color (decimal): -1671270 or 10125286. OLE color: 10125286.
HSL color Cylindrical-coordinate representation of color #E67F9A: hue angle of 344.27º 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 #E67F9A is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 154 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.10 |
| HSL | 344.27º | 0.67% | 0.7% | - |
| HSV(B) | 344.27º | 0.45% | 0.9% | - |
| XYZ | 46.06 | 34.33 | 34.77 | - |
| YUV | 160.88 | 124.12 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 154 | 0 | 0.45 | 0.33 | 0.10 | 344.27 | 0.67 | 0.7 |
| Hex | E6 | 7F | 9A | 0 | 2D | 21 | A | 158 | 43 | 46 |
| Octal | 346 | 177 | 232 | 0 | 55 | 41 | 12 | 530 | 103 | 106 |
| Binary | 11100110 | 1111111 | 10011010 | 0 | 101101 | 100001 | 1010 | 101011000 | 1000011 | 1000110 |
Color Harmonies of #E67F9A
Complementary color
Monochromatic Colors of #E67F9A
Black with #E67F9A
Text Example
Text Example
White with #E67F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67F9A; }
p { color: rgb(230,127,154); }
H1.HeaderClassName
{
color: #E67F9A;
}
.AnyTagClassName
{
color: #E67F9A;
}
</style>
background-color css
<style>
a { background-color: #E67F9A; }
a { background-color: rgb(230,127,154); }
div.DivClassName
{
background-color: #E67F9A;
}
.BgClassName
{
background-color: #E67F9A;
}
</style>
border-color css
<style>
span { border-color: #E67F9A; }
span { border-color: rgb(230,127,154); }
td.TdClassName
{
border-color: #E67F9A;
}
.TagClassName
{
border-color: #E67F9A;
}
</style>