Shades of Carissma #E27D9A
Tints of Carissma #E27D9A
RGB
CMYK
RGB Variations
Color information
#E27D9A (or 0xE27D9A) is known color: Carissma. HEX triplet: E2, 7D and 9A. RGB value is (226,125,154). Sum of RGB (Red+Green+Blue) = 226+125+154=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E27D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27D9A is #1D8265. Grayscale: #9E9E9E. Windows color (decimal): -1933926 or 10124770. OLE color: 10124770.
HSL color Cylindrical-coordinate representation of color #E27D9A: hue angle of 342.77º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E27D9A is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 154 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.11 |
| HSL | 342.77º | 0.64% | 0.69% | - |
| HSV(B) | 342.77º | 0.45% | 0.89% | - |
| XYZ | 44.53 | 33.17 | 34.63 | - |
| YUV | 158.51 | 125.46 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 154 | 0 | 0.45 | 0.32 | 0.11 | 342.77 | 0.64 | 0.69 |
| Hex | E2 | 7D | 9A | 0 | 2D | 20 | B | 157 | 40 | 45 |
| Octal | 342 | 175 | 232 | 0 | 55 | 40 | 13 | 527 | 100 | 105 |
| Binary | 11100010 | 1111101 | 10011010 | 0 | 101101 | 100000 | 1011 | 101010111 | 1000000 | 1000101 |
Color Harmonies of #E27D9A
Complementary color
Monochromatic Colors of #E27D9A
Black with #E27D9A
Text Example
Text Example
White with #E27D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27D9A; }
p { color: rgb(226,125,154); }
H1.HeaderClassName
{
color: #E27D9A;
}
.AnyTagClassName
{
color: #E27D9A;
}
</style>
background-color css
<style>
a { background-color: #E27D9A; }
a { background-color: rgb(226,125,154); }
div.DivClassName
{
background-color: #E27D9A;
}
.BgClassName
{
background-color: #E27D9A;
}
</style>
border-color css
<style>
span { border-color: #E27D9A; }
span { border-color: rgb(226,125,154); }
td.TdClassName
{
border-color: #E27D9A;
}
.TagClassName
{
border-color: #E27D9A;
}
</style>