Shades of Carissma #EE829A
Tints of Carissma #EE829A
RGB
CMYK
RGB Variations
Color information
#EE829A (or 0xEE829A) is known color: Carissma. HEX triplet: EE, 82 and 9A. RGB value is (238,130,154). Sum of RGB (Red+Green+Blue) = 238+130+154=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EE829A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE829A is #117D65. Grayscale: #A5A5A5. Windows color (decimal): -1146214 or 10126062. OLE color: 10126062.
HSL color Cylindrical-coordinate representation of color #EE829A: hue angle of 346.67º 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 #EE829A is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 154 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.07 |
| HSL | 346.67º | 0.76% | 0.72% | - |
| HSV(B) | 346.67º | 0.45% | 0.93% | - |
| XYZ | 49.08 | 36.48 | 35.03 | - |
| YUV | 165.03 | 121.78 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 154 | 0 | 0.45 | 0.35 | 0.07 | 346.67 | 0.76 | 0.72 |
| Hex | EE | 82 | 9A | 0 | 2D | 23 | 7 | 15B | 4C | 48 |
| Octal | 356 | 202 | 232 | 0 | 55 | 43 | 7 | 533 | 114 | 110 |
| Binary | 11101110 | 10000010 | 10011010 | 0 | 101101 | 100011 | 111 | 101011011 | 1001100 | 1001000 |
Color Harmonies of #EE829A
Complementary color
Monochromatic Colors of #EE829A
Black with #EE829A
Text Example
Text Example
White with #EE829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE829A; }
p { color: rgb(238,130,154); }
H1.HeaderClassName
{
color: #EE829A;
}
.AnyTagClassName
{
color: #EE829A;
}
</style>
background-color css
<style>
a { background-color: #EE829A; }
a { background-color: rgb(238,130,154); }
div.DivClassName
{
background-color: #EE829A;
}
.BgClassName
{
background-color: #EE829A;
}
</style>
border-color css
<style>
span { border-color: #EE829A; }
span { border-color: rgb(238,130,154); }
td.TdClassName
{
border-color: #EE829A;
}
.TagClassName
{
border-color: #EE829A;
}
</style>