Shades of Carissma #EE809B
Tints of Carissma #EE809B
RGB
CMYK
RGB Variations
Color information
#EE809B (or 0xEE809B) is known color: Carissma. HEX triplet: EE, 80 and 9B. RGB value is (238,128,155). Sum of RGB (Red+Green+Blue) = 238+128+155=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EE809B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE809B is #117F64. Grayscale: #A3A3A3. Windows color (decimal): -1146725 or 10191086. OLE color: 10191086.
HSL color Cylindrical-coordinate representation of color #EE809B: hue angle of 345.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 #EE809B is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 155 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.07 |
| HSL | 345.27º | 0.76% | 0.72% | - |
| HSV(B) | 345.27º | 0.46% | 0.93% | - |
| XYZ | 48.9 | 35.98 | 35.38 | - |
| YUV | 163.97 | 122.94 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 155 | 0 | 0.46 | 0.35 | 0.07 | 345.27 | 0.76 | 0.72 |
| Hex | EE | 80 | 9B | 0 | 2E | 23 | 7 | 159 | 4C | 48 |
| Octal | 356 | 200 | 233 | 0 | 56 | 43 | 7 | 531 | 114 | 110 |
| Binary | 11101110 | 10000000 | 10011011 | 0 | 101110 | 100011 | 111 | 101011001 | 1001100 | 1001000 |
Color Harmonies of #EE809B
Complementary color
Monochromatic Colors of #EE809B
Black with #EE809B
Text Example
Text Example
White with #EE809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE809B; }
p { color: rgb(238,128,155); }
H1.HeaderClassName
{
color: #EE809B;
}
.AnyTagClassName
{
color: #EE809B;
}
</style>
background-color css
<style>
a { background-color: #EE809B; }
a { background-color: rgb(238,128,155); }
div.DivClassName
{
background-color: #EE809B;
}
.BgClassName
{
background-color: #EE809B;
}
</style>
border-color css
<style>
span { border-color: #EE809B; }
span { border-color: rgb(238,128,155); }
td.TdClassName
{
border-color: #EE809B;
}
.TagClassName
{
border-color: #EE809B;
}
</style>