Shades of Carissma #EE8085
Tints of Carissma #EE8085
RGB
CMYK
RGB Variations
Color information
#EE8085 (or 0xEE8085) is known color: Carissma. HEX triplet: EE, 80 and 85. RGB value is (238,128,133). Sum of RGB (Red+Green+Blue) = 238+128+133=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8085 is #117F7A. Grayscale: #A1A1A1. Windows color (decimal): -1146747 or 8749294. OLE color: 8749294.
HSL color Cylindrical-coordinate representation of color #EE8085: hue angle of 357.27º 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 #EE8085 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 133 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.07 |
| HSL | 357.27º | 0.76% | 0.72% | - |
| HSV(B) | 357.27º | 0.46% | 0.93% | - |
| XYZ | 47.21 | 35.31 | 26.52 | - |
| YUV | 161.46 | 111.94 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 133 | 0 | 0.46 | 0.44 | 0.07 | 357.27 | 0.76 | 0.72 |
| Hex | EE | 80 | 85 | 0 | 2E | 2C | 7 | 165 | 4C | 48 |
| Octal | 356 | 200 | 205 | 0 | 56 | 54 | 7 | 545 | 114 | 110 |
| Binary | 11101110 | 10000000 | 10000101 | 0 | 101110 | 101100 | 111 | 101100101 | 1001100 | 1001000 |
Color Harmonies of #EE8085
Complementary color
Monochromatic Colors of #EE8085
Black with #EE8085
Text Example
Text Example
White with #EE8085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8085; }
p { color: rgb(238,128,133); }
H1.HeaderClassName
{
color: #EE8085;
}
.AnyTagClassName
{
color: #EE8085;
}
</style>
background-color css
<style>
a { background-color: #EE8085; }
a { background-color: rgb(238,128,133); }
div.DivClassName
{
background-color: #EE8085;
}
.BgClassName
{
background-color: #EE8085;
}
</style>
border-color css
<style>
span { border-color: #EE8085; }
span { border-color: rgb(238,128,133); }
td.TdClassName
{
border-color: #EE8085;
}
.TagClassName
{
border-color: #EE8085;
}
</style>