Shades of Carissma #E3828A
Tints of Carissma #E3828A
RGB
CMYK
RGB Variations
Color information
#E3828A (or 0xE3828A) is known color: Carissma. HEX triplet: E3, 82 and 8A. RGB value is (227,130,138). Sum of RGB (Red+Green+Blue) = 227+130+138=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E3828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3828A is #1C7D75. Grayscale: #9F9F9F. Windows color (decimal): -1867126 or 9077475. OLE color: 9077475.
HSL color Cylindrical-coordinate representation of color #E3828A: hue angle of 355.05º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E3828A is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 138 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.11 |
| HSL | 355.05º | 0.63% | 0.7% | - |
| HSV(B) | 355.05º | 0.43% | 0.89% | - |
| XYZ | 44.25 | 34.13 | 28.3 | - |
| YUV | 159.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 138 | 0 | 0.43 | 0.39 | 0.11 | 355.05 | 0.63 | 0.7 |
| Hex | E3 | 82 | 8A | 0 | 2B | 27 | B | 163 | 3F | 46 |
| Octal | 343 | 202 | 212 | 0 | 53 | 47 | 13 | 543 | 77 | 106 |
| Binary | 11100011 | 10000010 | 10001010 | 0 | 101011 | 100111 | 1011 | 101100011 | 111111 | 1000110 |
Color Harmonies of #E3828A
Complementary color
Monochromatic Colors of #E3828A
Black with #E3828A
Text Example
Text Example
White with #E3828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3828A; }
p { color: rgb(227,130,138); }
H1.HeaderClassName
{
color: #E3828A;
}
.AnyTagClassName
{
color: #E3828A;
}
</style>
background-color css
<style>
a { background-color: #E3828A; }
a { background-color: rgb(227,130,138); }
div.DivClassName
{
background-color: #E3828A;
}
.BgClassName
{
background-color: #E3828A;
}
</style>
border-color css
<style>
span { border-color: #E3828A; }
span { border-color: rgb(227,130,138); }
td.TdClassName
{
border-color: #E3828A;
}
.TagClassName
{
border-color: #E3828A;
}
</style>