Shades of Carissma #EE8695
Tints of Carissma #EE8695
RGB
CMYK
RGB Variations
Color information
#EE8695 (or 0xEE8695) is known color: Carissma. HEX triplet: EE, 86 and 95. RGB value is (238,134,149). Sum of RGB (Red+Green+Blue) = 238+134+149=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8695 is #11796A. Grayscale: #A6A6A6. Windows color (decimal): -1145195 or 9799406. OLE color: 9799406.
HSL color Cylindrical-coordinate representation of color #EE8695: hue angle of 351.35º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE8695 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 149 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.07 |
| HSL | 351.35º | 0.75% | 0.73% | - |
| HSV(B) | 351.35º | 0.44% | 0.93% | - |
| XYZ | 49.21 | 37.4 | 33.06 | - |
| YUV | 166.81 | 117.96 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 149 | 0 | 0.44 | 0.37 | 0.07 | 351.35 | 0.75 | 0.73 |
| Hex | EE | 86 | 95 | 0 | 2C | 25 | 7 | 15F | 4B | 49 |
| Octal | 356 | 206 | 225 | 0 | 54 | 45 | 7 | 537 | 113 | 111 |
| Binary | 11101110 | 10000110 | 10010101 | 0 | 101100 | 100101 | 111 | 101011111 | 1001011 | 1001001 |
Color Harmonies of #EE8695
Complementary color
Monochromatic Colors of #EE8695
Black with #EE8695
Text Example
Text Example
White with #EE8695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8695; }
p { color: rgb(238,134,149); }
H1.HeaderClassName
{
color: #EE8695;
}
.AnyTagClassName
{
color: #EE8695;
}
</style>
background-color css
<style>
a { background-color: #EE8695; }
a { background-color: rgb(238,134,149); }
div.DivClassName
{
background-color: #EE8695;
}
.BgClassName
{
background-color: #EE8695;
}
</style>
border-color css
<style>
span { border-color: #EE8695; }
span { border-color: rgb(238,134,149); }
td.TdClassName
{
border-color: #EE8695;
}
.TagClassName
{
border-color: #EE8695;
}
</style>