Shades of Carissma #EE818D
Tints of Carissma #EE818D
RGB
CMYK
RGB Variations
Color information
#EE818D (or 0xEE818D) is known color: Carissma. HEX triplet: EE, 81 and 8D. RGB value is (238,129,141). Sum of RGB (Red+Green+Blue) = 238+129+141=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE818D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE818D is #117E72. Grayscale: #A3A3A3. Windows color (decimal): -1146483 or 9273838. OLE color: 9273838.
HSL color Cylindrical-coordinate representation of color #EE818D: hue angle of 353.39º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE818D is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 141 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.07 |
| HSL | 353.39º | 0.76% | 0.72% | - |
| HSV(B) | 353.39º | 0.46% | 0.93% | - |
| XYZ | 47.92 | 35.8 | 29.58 | - |
| YUV | 162.96 | 115.61 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 141 | 0 | 0.46 | 0.41 | 0.07 | 353.39 | 0.76 | 0.72 |
| Hex | EE | 81 | 8D | 0 | 2E | 29 | 7 | 161 | 4C | 48 |
| Octal | 356 | 201 | 215 | 0 | 56 | 51 | 7 | 541 | 114 | 110 |
| Binary | 11101110 | 10000001 | 10001101 | 0 | 101110 | 101001 | 111 | 101100001 | 1001100 | 1001000 |
Color Harmonies of #EE818D
Complementary color
Monochromatic Colors of #EE818D
Black with #EE818D
Text Example
Text Example
White with #EE818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE818D; }
p { color: rgb(238,129,141); }
H1.HeaderClassName
{
color: #EE818D;
}
.AnyTagClassName
{
color: #EE818D;
}
</style>
background-color css
<style>
a { background-color: #EE818D; }
a { background-color: rgb(238,129,141); }
div.DivClassName
{
background-color: #EE818D;
}
.BgClassName
{
background-color: #EE818D;
}
</style>
border-color css
<style>
span { border-color: #EE818D; }
span { border-color: rgb(238,129,141); }
td.TdClassName
{
border-color: #EE818D;
}
.TagClassName
{
border-color: #EE818D;
}
</style>