Shades of Carissma #E27D94
Tints of Carissma #E27D94
RGB
CMYK
RGB Variations
Color information
#E27D94 (or 0xE27D94) is known color: Carissma. HEX triplet: E2, 7D and 94. RGB value is (226,125,148). Sum of RGB (Red+Green+Blue) = 226+125+148=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E27D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27D94 is #1D826B. Grayscale: #9D9D9D. Windows color (decimal): -1933932 or 9731554. OLE color: 9731554.
HSL color Cylindrical-coordinate representation of color #E27D94: hue angle of 346.34º 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 #E27D94 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 148 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.11 |
| HSL | 346.34º | 0.64% | 0.69% | - |
| HSV(B) | 346.34º | 0.45% | 0.89% | - |
| XYZ | 44.04 | 32.97 | 32.06 | - |
| YUV | 157.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 148 | 0 | 0.45 | 0.35 | 0.11 | 346.34 | 0.64 | 0.69 |
| Hex | E2 | 7D | 94 | 0 | 2D | 23 | B | 15A | 40 | 45 |
| Octal | 342 | 175 | 224 | 0 | 55 | 43 | 13 | 532 | 100 | 105 |
| Binary | 11100010 | 1111101 | 10010100 | 0 | 101101 | 100011 | 1011 | 101011010 | 1000000 | 1000101 |
Color Harmonies of #E27D94
Complementary color
Monochromatic Colors of #E27D94
Black with #E27D94
Text Example
Text Example
White with #E27D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27D94; }
p { color: rgb(226,125,148); }
H1.HeaderClassName
{
color: #E27D94;
}
.AnyTagClassName
{
color: #E27D94;
}
</style>
background-color css
<style>
a { background-color: #E27D94; }
a { background-color: rgb(226,125,148); }
div.DivClassName
{
background-color: #E27D94;
}
.BgClassName
{
background-color: #E27D94;
}
</style>
border-color css
<style>
span { border-color: #E27D94; }
span { border-color: rgb(226,125,148); }
td.TdClassName
{
border-color: #E27D94;
}
.TagClassName
{
border-color: #E27D94;
}
</style>