Shades of Carissma #EE7E8B
Tints of Carissma #EE7E8B
RGB
CMYK
RGB Variations
Color information
#EE7E8B (or 0xEE7E8B) is known color: Carissma. HEX triplet: EE, 7E and 8B. RGB value is (238,126,139). Sum of RGB (Red+Green+Blue) = 238+126+139=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7E8B is #118174. Grayscale: #A1A1A1. Windows color (decimal): -1147253 or 9141998. OLE color: 9141998.
HSL color Cylindrical-coordinate representation of color #EE7E8B: hue angle of 353.04º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7E8B is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 126 | 139 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.07 |
| HSL | 353.04º | 0.77% | 0.71% | - |
| HSV(B) | 353.04º | 0.47% | 0.93% | - |
| XYZ | 47.38 | 34.96 | 28.68 | - |
| YUV | 160.97 | 115.61 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 126 | 139 | 0 | 0.47 | 0.42 | 0.07 | 353.04 | 0.77 | 0.71 |
| Hex | EE | 7E | 8B | 0 | 2F | 2A | 7 | 161 | 4D | 47 |
| Octal | 356 | 176 | 213 | 0 | 57 | 52 | 7 | 541 | 115 | 107 |
| Binary | 11101110 | 1111110 | 10001011 | 0 | 101111 | 101010 | 111 | 101100001 | 1001101 | 1000111 |
Color Harmonies of #EE7E8B
Complementary color
Monochromatic Colors of #EE7E8B
Black with #EE7E8B
Text Example
Text Example
White with #EE7E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7E8B; }
p { color: rgb(238,126,139); }
H1.HeaderClassName
{
color: #EE7E8B;
}
.AnyTagClassName
{
color: #EE7E8B;
}
</style>
background-color css
<style>
a { background-color: #EE7E8B; }
a { background-color: rgb(238,126,139); }
div.DivClassName
{
background-color: #EE7E8B;
}
.BgClassName
{
background-color: #EE7E8B;
}
</style>
border-color css
<style>
span { border-color: #EE7E8B; }
span { border-color: rgb(238,126,139); }
td.TdClassName
{
border-color: #EE7E8B;
}
.TagClassName
{
border-color: #EE7E8B;
}
</style>