Shades of Carissma #EE828F
Tints of Carissma #EE828F
RGB
CMYK
RGB Variations
Color information
#EE828F (or 0xEE828F) is known color: Carissma. HEX triplet: EE, 82 and 8F. RGB value is (238,130,143). Sum of RGB (Red+Green+Blue) = 238+130+143=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE828F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE828F is #117D70. Grayscale: #A3A3A3. Windows color (decimal): -1146225 or 9405166. OLE color: 9405166.
HSL color Cylindrical-coordinate representation of color #EE828F: hue angle of 352.78º 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 #EE828F is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 143 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.07 |
| HSL | 352.78º | 0.76% | 0.72% | - |
| HSV(B) | 352.78º | 0.45% | 0.93% | - |
| XYZ | 48.2 | 36.13 | 30.42 | - |
| YUV | 163.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 143 | 0 | 0.45 | 0.40 | 0.07 | 352.78 | 0.76 | 0.72 |
| Hex | EE | 82 | 8F | 0 | 2D | 28 | 7 | 161 | 4C | 48 |
| Octal | 356 | 202 | 217 | 0 | 55 | 50 | 7 | 541 | 114 | 110 |
| Binary | 11101110 | 10000010 | 10001111 | 0 | 101101 | 101000 | 111 | 101100001 | 1001100 | 1001000 |
Color Harmonies of #EE828F
Complementary color
Monochromatic Colors of #EE828F
Black with #EE828F
Text Example
Text Example
White with #EE828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE828F; }
p { color: rgb(238,130,143); }
H1.HeaderClassName
{
color: #EE828F;
}
.AnyTagClassName
{
color: #EE828F;
}
</style>
background-color css
<style>
a { background-color: #EE828F; }
a { background-color: rgb(238,130,143); }
div.DivClassName
{
background-color: #EE828F;
}
.BgClassName
{
background-color: #EE828F;
}
</style>
border-color css
<style>
span { border-color: #EE828F; }
span { border-color: rgb(238,130,143); }
td.TdClassName
{
border-color: #EE828F;
}
.TagClassName
{
border-color: #EE828F;
}
</style>