Shades of Carissma #E67DA1
Tints of Carissma #E67DA1
RGB
CMYK
RGB Variations
Color information
#E67DA1 (or 0xE67DA1) is known color: Carissma. HEX triplet: E6, 7D and A1. RGB value is (230,125,161). Sum of RGB (Red+Green+Blue) = 230+125+161=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E67DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67DA1 is #19825E. Grayscale: #A0A0A0. Windows color (decimal): -1671775 or 10583526. OLE color: 10583526.
HSL color Cylindrical-coordinate representation of color #E67DA1: hue angle of 339.43º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67DA1 is Cyan = 0, Magento = 0.46, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 125 | 161 | - |
| CMYK | 0 | 0.46 | 0.3 | 0.10 |
| HSL | 339.43º | 0.68% | 0.7% | - |
| HSV(B) | 339.43º | 0.46% | 0.9% | - |
| XYZ | 46.4 | 34.06 | 37.85 | - |
| YUV | 160.5 | 128.29 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 161 | 0 | 0.46 | 0.3 | 0.10 | 339.43 | 0.68 | 0.7 |
| Hex | E6 | 7D | A1 | 0 | 2E | 1E | A | 153 | 44 | 46 |
| Octal | 346 | 175 | 241 | 0 | 56 | 36 | 12 | 523 | 104 | 106 |
| Binary | 11100110 | 1111101 | 10100001 | 0 | 101110 | 11110 | 1010 | 101010011 | 1000100 | 1000110 |
Color Harmonies of #E67DA1
Complementary color
Monochromatic Colors of #E67DA1
Black with #E67DA1
Text Example
Text Example
White with #E67DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67DA1; }
p { color: rgb(230,125,161); }
H1.HeaderClassName
{
color: #E67DA1;
}
.AnyTagClassName
{
color: #E67DA1;
}
</style>
background-color css
<style>
a { background-color: #E67DA1; }
a { background-color: rgb(230,125,161); }
div.DivClassName
{
background-color: #E67DA1;
}
.BgClassName
{
background-color: #E67DA1;
}
</style>
border-color css
<style>
span { border-color: #E67DA1; }
span { border-color: rgb(230,125,161); }
td.TdClassName
{
border-color: #E67DA1;
}
.TagClassName
{
border-color: #E67DA1;
}
</style>