Shades of Carissma #E28283
Tints of Carissma #E28283
RGB
CMYK
RGB Variations
Color information
#E28283 (or 0xE28283) is known color: Carissma. HEX triplet: E2, 82 and 83. RGB value is (226,130,131). Sum of RGB (Red+Green+Blue) = 226+130+131=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E28283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28283 is #1D7D7C. Grayscale: #9E9E9E. Windows color (decimal): -1932669 or 8618722. OLE color: 8618722.
HSL color Cylindrical-coordinate representation of color #E28283: hue angle of 359.38º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E28283 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 131 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.11 |
| HSL | 359.38º | 0.62% | 0.7% | - |
| HSV(B) | 359.38º | 0.42% | 0.89% | - |
| XYZ | 43.44 | 33.77 | 25.7 | - |
| YUV | 158.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 131 | 0 | 0.42 | 0.42 | 0.11 | 359.38 | 0.62 | 0.7 |
| Hex | E2 | 82 | 83 | 0 | 2A | 2A | B | 167 | 3E | 46 |
| Octal | 342 | 202 | 203 | 0 | 52 | 52 | 13 | 547 | 76 | 106 |
| Binary | 11100010 | 10000010 | 10000011 | 0 | 101010 | 101010 | 1011 | 101100111 | 111110 | 1000110 |
Color Harmonies of #E28283
Complementary color
Monochromatic Colors of #E28283
Black with #E28283
Text Example
Text Example
White with #E28283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28283; }
p { color: rgb(226,130,131); }
H1.HeaderClassName
{
color: #E28283;
}
.AnyTagClassName
{
color: #E28283;
}
</style>
background-color css
<style>
a { background-color: #E28283; }
a { background-color: rgb(226,130,131); }
div.DivClassName
{
background-color: #E28283;
}
.BgClassName
{
background-color: #E28283;
}
</style>
border-color css
<style>
span { border-color: #E28283; }
span { border-color: rgb(226,130,131); }
td.TdClassName
{
border-color: #E28283;
}
.TagClassName
{
border-color: #E28283;
}
</style>