Shades of Carissma #EE869B
Tints of Carissma #EE869B
RGB
CMYK
RGB Variations
Color information
#EE869B (or 0xEE869B) is known color: Carissma. HEX triplet: EE, 86 and 9B. RGB value is (238,134,155). Sum of RGB (Red+Green+Blue) = 238+134+155=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE869B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE869B is #117964. Grayscale: #A7A7A7. Windows color (decimal): -1145189 or 10192622. OLE color: 10192622.
HSL color Cylindrical-coordinate representation of color #EE869B: hue angle of 347.88º 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 #EE869B is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 155 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.07 |
| HSL | 347.88º | 0.75% | 0.73% | - |
| HSV(B) | 347.88º | 0.44% | 0.93% | - |
| XYZ | 49.7 | 37.59 | 35.65 | - |
| YUV | 167.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 155 | 0 | 0.44 | 0.35 | 0.07 | 347.88 | 0.75 | 0.73 |
| Hex | EE | 86 | 9B | 0 | 2C | 23 | 7 | 15C | 4B | 49 |
| Octal | 356 | 206 | 233 | 0 | 54 | 43 | 7 | 534 | 113 | 111 |
| Binary | 11101110 | 10000110 | 10011011 | 0 | 101100 | 100011 | 111 | 101011100 | 1001011 | 1001001 |
Color Harmonies of #EE869B
Complementary color
Monochromatic Colors of #EE869B
Black with #EE869B
Text Example
Text Example
White with #EE869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE869B; }
p { color: rgb(238,134,155); }
H1.HeaderClassName
{
color: #EE869B;
}
.AnyTagClassName
{
color: #EE869B;
}
</style>
background-color css
<style>
a { background-color: #EE869B; }
a { background-color: rgb(238,134,155); }
div.DivClassName
{
background-color: #EE869B;
}
.BgClassName
{
background-color: #EE869B;
}
</style>
border-color css
<style>
span { border-color: #EE869B; }
span { border-color: rgb(238,134,155); }
td.TdClassName
{
border-color: #EE869B;
}
.TagClassName
{
border-color: #EE869B;
}
</style>