Shades of Carissma #EE829B
Tints of Carissma #EE829B
RGB
CMYK
RGB Variations
Color information
#EE829B (or 0xEE829B) is known color: Carissma. HEX triplet: EE, 82 and 9B. RGB value is (238,130,155). Sum of RGB (Red+Green+Blue) = 238+130+155=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EE829B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE829B is #117D64. Grayscale: #A5A5A5. Windows color (decimal): -1146213 or 10191598. OLE color: 10191598.
HSL color Cylindrical-coordinate representation of color #EE829B: hue angle of 346.11º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE829B is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 155 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.07 |
| HSL | 346.11º | 0.76% | 0.72% | - |
| HSV(B) | 346.11º | 0.45% | 0.93% | - |
| XYZ | 49.16 | 36.51 | 35.47 | - |
| YUV | 165.14 | 122.28 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 155 | 0 | 0.45 | 0.35 | 0.07 | 346.11 | 0.76 | 0.72 |
| Hex | EE | 82 | 9B | 0 | 2D | 23 | 7 | 15A | 4C | 48 |
| Octal | 356 | 202 | 233 | 0 | 55 | 43 | 7 | 532 | 114 | 110 |
| Binary | 11101110 | 10000010 | 10011011 | 0 | 101101 | 100011 | 111 | 101011010 | 1001100 | 1001000 |
Color Harmonies of #EE829B
Complementary color
Monochromatic Colors of #EE829B
Black with #EE829B
Text Example
Text Example
White with #EE829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE829B; }
p { color: rgb(238,130,155); }
H1.HeaderClassName
{
color: #EE829B;
}
.AnyTagClassName
{
color: #EE829B;
}
</style>
background-color css
<style>
a { background-color: #EE829B; }
a { background-color: rgb(238,130,155); }
div.DivClassName
{
background-color: #EE829B;
}
.BgClassName
{
background-color: #EE829B;
}
</style>
border-color css
<style>
span { border-color: #EE829B; }
span { border-color: rgb(238,130,155); }
td.TdClassName
{
border-color: #EE829B;
}
.TagClassName
{
border-color: #EE829B;
}
</style>