Shades of Carissma #E57D97
Tints of Carissma #E57D97
RGB
CMYK
RGB Variations
Color information
#E57D97 (or 0xE57D97) is known color: Carissma. HEX triplet: E5, 7D and 97. RGB value is (229,125,151). Sum of RGB (Red+Green+Blue) = 229+125+151=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57D97 is #1A8268. Grayscale: #9F9F9F. Windows color (decimal): -1737321 or 9928165. OLE color: 9928165.
HSL color Cylindrical-coordinate representation of color #E57D97: hue angle of 345º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57D97 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 151 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.10 |
| HSL | 345º | 0.67% | 0.69% | - |
| HSV(B) | 345º | 0.45% | 0.9% | - |
| XYZ | 45.23 | 33.56 | 33.37 | - |
| YUV | 159.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 151 | 0 | 0.45 | 0.34 | 0.10 | 345 | 0.67 | 0.69 |
| Hex | E5 | 7D | 97 | 0 | 2D | 22 | A | 159 | 43 | 45 |
| Octal | 345 | 175 | 227 | 0 | 55 | 42 | 12 | 531 | 103 | 105 |
| Binary | 11100101 | 1111101 | 10010111 | 0 | 101101 | 100010 | 1010 | 101011001 | 1000011 | 1000101 |
Color Harmonies of #E57D97
Complementary color
Monochromatic Colors of #E57D97
Black with #E57D97
Text Example
Text Example
White with #E57D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57D97; }
p { color: rgb(229,125,151); }
H1.HeaderClassName
{
color: #E57D97;
}
.AnyTagClassName
{
color: #E57D97;
}
</style>
background-color css
<style>
a { background-color: #E57D97; }
a { background-color: rgb(229,125,151); }
div.DivClassName
{
background-color: #E57D97;
}
.BgClassName
{
background-color: #E57D97;
}
</style>
border-color css
<style>
span { border-color: #E57D97; }
span { border-color: rgb(229,125,151); }
td.TdClassName
{
border-color: #E57D97;
}
.TagClassName
{
border-color: #E57D97;
}
</style>