Shades of Carissma #E28B92
Tints of Carissma #E28B92
RGB
CMYK
RGB Variations
Color information
#E28B92 (or 0xE28B92) is known color: Carissma. HEX triplet: E2, 8B and 92. RGB value is (226,139,146). Sum of RGB (Red+Green+Blue) = 226+139+146=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E28B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28B92 is #1D746D. Grayscale: #A5A5A5. Windows color (decimal): -1930350 or 9604066. OLE color: 9604066.
HSL color Cylindrical-coordinate representation of color #E28B92: hue angle of 355.17º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E28B92 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 139 | 146 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.11 |
| HSL | 355.17º | 0.6% | 0.72% | - |
| HSV(B) | 355.17º | 0.38% | 0.89% | - |
| XYZ | 45.78 | 36.71 | 31.87 | - |
| YUV | 165.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 139 | 146 | 0 | 0.38 | 0.35 | 0.11 | 355.17 | 0.6 | 0.72 |
| Hex | E2 | 8B | 92 | 0 | 26 | 23 | B | 163 | 3C | 48 |
| Octal | 342 | 213 | 222 | 0 | 46 | 43 | 13 | 543 | 74 | 110 |
| Binary | 11100010 | 10001011 | 10010010 | 0 | 100110 | 100011 | 1011 | 101100011 | 111100 | 1001000 |
Color Harmonies of #E28B92
Complementary color
Monochromatic Colors of #E28B92
Black with #E28B92
Text Example
Text Example
White with #E28B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28B92; }
p { color: rgb(226,139,146); }
H1.HeaderClassName
{
color: #E28B92;
}
.AnyTagClassName
{
color: #E28B92;
}
</style>
background-color css
<style>
a { background-color: #E28B92; }
a { background-color: rgb(226,139,146); }
div.DivClassName
{
background-color: #E28B92;
}
.BgClassName
{
background-color: #E28B92;
}
</style>
border-color css
<style>
span { border-color: #E28B92; }
span { border-color: rgb(226,139,146); }
td.TdClassName
{
border-color: #E28B92;
}
.TagClassName
{
border-color: #E28B92;
}
</style>