Shades of Carissma #EE819F
Tints of Carissma #EE819F
RGB
CMYK
RGB Variations
Color information
#EE819F (or 0xEE819F) is known color: Carissma. HEX triplet: EE, 81 and 9F. RGB value is (238,129,159). Sum of RGB (Red+Green+Blue) = 238+129+159=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EE819F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE819F is #117E60. Grayscale: #A5A5A5. Windows color (decimal): -1146465 or 10453486. OLE color: 10453486.
HSL color Cylindrical-coordinate representation of color #EE819F: hue angle of 343.49º 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 #EE819F is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 159 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.07 |
| HSL | 343.49º | 0.76% | 0.72% | - |
| HSV(B) | 343.49º | 0.46% | 0.93% | - |
| XYZ | 49.37 | 36.38 | 37.22 | - |
| YUV | 165.01 | 124.61 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 159 | 0 | 0.46 | 0.33 | 0.07 | 343.49 | 0.76 | 0.72 |
| Hex | EE | 81 | 9F | 0 | 2E | 21 | 7 | 157 | 4C | 48 |
| Octal | 356 | 201 | 237 | 0 | 56 | 41 | 7 | 527 | 114 | 110 |
| Binary | 11101110 | 10000001 | 10011111 | 0 | 101110 | 100001 | 111 | 101010111 | 1001100 | 1001000 |
Color Harmonies of #EE819F
Complementary color
Monochromatic Colors of #EE819F
Black with #EE819F
Text Example
Text Example
White with #EE819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE819F; }
p { color: rgb(238,129,159); }
H1.HeaderClassName
{
color: #EE819F;
}
.AnyTagClassName
{
color: #EE819F;
}
</style>
background-color css
<style>
a { background-color: #EE819F; }
a { background-color: rgb(238,129,159); }
div.DivClassName
{
background-color: #EE819F;
}
.BgClassName
{
background-color: #EE819F;
}
</style>
border-color css
<style>
span { border-color: #EE819F; }
span { border-color: rgb(238,129,159); }
td.TdClassName
{
border-color: #EE819F;
}
.TagClassName
{
border-color: #EE819F;
}
</style>