Shades of Carissma #EE819B
Tints of Carissma #EE819B
RGB
CMYK
RGB Variations
Color information
#EE819B (or 0xEE819B) is known color: Carissma. HEX triplet: EE, 81 and 9B. RGB value is (238,129,155). Sum of RGB (Red+Green+Blue) = 238+129+155=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EE819B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE819B is #117E64. Grayscale: #A4A4A4. Windows color (decimal): -1146469 or 10191342. OLE color: 10191342.
HSL color Cylindrical-coordinate representation of color #EE819B: hue angle of 345.69º 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 #EE819B is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 155 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.07 |
| HSL | 345.69º | 0.76% | 0.72% | - |
| HSV(B) | 345.69º | 0.46% | 0.93% | - |
| XYZ | 49.03 | 36.24 | 35.42 | - |
| YUV | 164.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 155 | 0 | 0.46 | 0.35 | 0.07 | 345.69 | 0.76 | 0.72 |
| Hex | EE | 81 | 9B | 0 | 2E | 23 | 7 | 15A | 4C | 48 |
| Octal | 356 | 201 | 233 | 0 | 56 | 43 | 7 | 532 | 114 | 110 |
| Binary | 11101110 | 10000001 | 10011011 | 0 | 101110 | 100011 | 111 | 101011010 | 1001100 | 1001000 |
Color Harmonies of #EE819B
Complementary color
Monochromatic Colors of #EE819B
Black with #EE819B
Text Example
Text Example
White with #EE819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE819B; }
p { color: rgb(238,129,155); }
H1.HeaderClassName
{
color: #EE819B;
}
.AnyTagClassName
{
color: #EE819B;
}
</style>
background-color css
<style>
a { background-color: #EE819B; }
a { background-color: rgb(238,129,155); }
div.DivClassName
{
background-color: #EE819B;
}
.BgClassName
{
background-color: #EE819B;
}
</style>
border-color css
<style>
span { border-color: #EE819B; }
span { border-color: rgb(238,129,155); }
td.TdClassName
{
border-color: #EE819B;
}
.TagClassName
{
border-color: #EE819B;
}
</style>