Shades of Carissma #E17D9A
Tints of Carissma #E17D9A
RGB
CMYK
RGB Variations
Color information
#E17D9A (or 0xE17D9A) is known color: Carissma. HEX triplet: E1, 7D and 9A. RGB value is (225,125,154). Sum of RGB (Red+Green+Blue) = 225+125+154=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17D9A is #1E8265. Grayscale: #9E9E9E. Windows color (decimal): -1999462 or 10124769. OLE color: 10124769.
HSL color Cylindrical-coordinate representation of color #E17D9A: hue angle of 342.6º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17D9A is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 154 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.12 |
| HSL | 342.6º | 0.63% | 0.69% | - |
| HSV(B) | 342.6º | 0.44% | 0.88% | - |
| XYZ | 44.22 | 33.01 | 34.61 | - |
| YUV | 158.21 | 125.63 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 154 | 0 | 0.44 | 0.32 | 0.12 | 342.6 | 0.63 | 0.69 |
| Hex | E1 | 7D | 9A | 0 | 2C | 20 | C | 157 | 3E | 45 |
| Octal | 341 | 175 | 232 | 0 | 54 | 40 | 14 | 527 | 76 | 105 |
| Binary | 11100001 | 1111101 | 10011010 | 0 | 101100 | 100000 | 1100 | 101010111 | 111110 | 1000101 |
Color Harmonies of #E17D9A
Complementary color
Monochromatic Colors of #E17D9A
Black with #E17D9A
Text Example
Text Example
White with #E17D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17D9A; }
p { color: rgb(225,125,154); }
H1.HeaderClassName
{
color: #E17D9A;
}
.AnyTagClassName
{
color: #E17D9A;
}
</style>
background-color css
<style>
a { background-color: #E17D9A; }
a { background-color: rgb(225,125,154); }
div.DivClassName
{
background-color: #E17D9A;
}
.BgClassName
{
background-color: #E17D9A;
}
</style>
border-color css
<style>
span { border-color: #E17D9A; }
span { border-color: rgb(225,125,154); }
td.TdClassName
{
border-color: #E17D9A;
}
.TagClassName
{
border-color: #E17D9A;
}
</style>