Shades of Carissma #EE869D
Tints of Carissma #EE869D
RGB
CMYK
RGB Variations
Color information
#EE869D (or 0xEE869D) is known color: Carissma. HEX triplet: EE, 86 and 9D. RGB value is (238,134,157). Sum of RGB (Red+Green+Blue) = 238+134+157=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE869D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE869D is #117962. Grayscale: #A7A7A7. Windows color (decimal): -1145187 or 10323694. OLE color: 10323694.
HSL color Cylindrical-coordinate representation of color #EE869D: hue angle of 346.73º 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 #EE869D is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 157 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.07 |
| HSL | 346.73º | 0.75% | 0.73% | - |
| HSV(B) | 346.73º | 0.44% | 0.93% | - |
| XYZ | 49.87 | 37.66 | 36.54 | - |
| YUV | 167.72 | 121.96 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 157 | 0 | 0.44 | 0.34 | 0.07 | 346.73 | 0.75 | 0.73 |
| Hex | EE | 86 | 9D | 0 | 2C | 22 | 7 | 15B | 4B | 49 |
| Octal | 356 | 206 | 235 | 0 | 54 | 42 | 7 | 533 | 113 | 111 |
| Binary | 11101110 | 10000110 | 10011101 | 0 | 101100 | 100010 | 111 | 101011011 | 1001011 | 1001001 |
Color Harmonies of #EE869D
Complementary color
Monochromatic Colors of #EE869D
Black with #EE869D
Text Example
Text Example
White with #EE869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE869D; }
p { color: rgb(238,134,157); }
H1.HeaderClassName
{
color: #EE869D;
}
.AnyTagClassName
{
color: #EE869D;
}
</style>
background-color css
<style>
a { background-color: #EE869D; }
a { background-color: rgb(238,134,157); }
div.DivClassName
{
background-color: #EE869D;
}
.BgClassName
{
background-color: #EE869D;
}
</style>
border-color css
<style>
span { border-color: #EE869D; }
span { border-color: rgb(238,134,157); }
td.TdClassName
{
border-color: #EE869D;
}
.TagClassName
{
border-color: #EE869D;
}
</style>