Shades of Carissma #E57E9D
Tints of Carissma #E57E9D
RGB
CMYK
RGB Variations
Color information
#E57E9D (or 0xE57E9D) is known color: Carissma. HEX triplet: E5, 7E and 9D. RGB value is (229,126,157). Sum of RGB (Red+Green+Blue) = 229+126+157=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E57E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57E9D is #1A8162. Grayscale: #A0A0A0. Windows color (decimal): -1737059 or 10321637. OLE color: 10321637.
HSL color Cylindrical-coordinate representation of color #E57E9D: hue angle of 341.94º degrees, saturation: 0.66, 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 #E57E9D is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 126 | 157 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.10 |
| HSL | 341.94º | 0.66% | 0.7% | - |
| HSV(B) | 341.94º | 0.45% | 0.9% | - |
| XYZ | 45.86 | 34.01 | 36.05 | - |
| YUV | 160.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 126 | 157 | 0 | 0.45 | 0.31 | 0.10 | 341.94 | 0.66 | 0.7 |
| Hex | E5 | 7E | 9D | 0 | 2D | 1F | A | 156 | 42 | 46 |
| Octal | 345 | 176 | 235 | 0 | 55 | 37 | 12 | 526 | 102 | 106 |
| Binary | 11100101 | 1111110 | 10011101 | 0 | 101101 | 11111 | 1010 | 101010110 | 1000010 | 1000110 |
Color Harmonies of #E57E9D
Complementary color
Monochromatic Colors of #E57E9D
Black with #E57E9D
Text Example
Text Example
White with #E57E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57E9D; }
p { color: rgb(229,126,157); }
H1.HeaderClassName
{
color: #E57E9D;
}
.AnyTagClassName
{
color: #E57E9D;
}
</style>
background-color css
<style>
a { background-color: #E57E9D; }
a { background-color: rgb(229,126,157); }
div.DivClassName
{
background-color: #E57E9D;
}
.BgClassName
{
background-color: #E57E9D;
}
</style>
border-color css
<style>
span { border-color: #E57E9D; }
span { border-color: rgb(229,126,157); }
td.TdClassName
{
border-color: #E57E9D;
}
.TagClassName
{
border-color: #E57E9D;
}
</style>