Shades of Carissma #EE8292
Tints of Carissma #EE8292
RGB
CMYK
RGB Variations
Color information
#EE8292 (or 0xEE8292) is known color: Carissma. HEX triplet: EE, 82 and 92. RGB value is (238,130,146). Sum of RGB (Red+Green+Blue) = 238+130+146=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8292 is #117D6D. Grayscale: #A4A4A4. Windows color (decimal): -1146222 or 9601774. OLE color: 9601774.
HSL color Cylindrical-coordinate representation of color #EE8292: hue angle of 351.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 #EE8292 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 146 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.07 |
| HSL | 351.11º | 0.76% | 0.72% | - |
| HSV(B) | 351.11º | 0.45% | 0.93% | - |
| XYZ | 48.43 | 36.22 | 31.63 | - |
| YUV | 164.12 | 117.78 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 146 | 0 | 0.45 | 0.39 | 0.07 | 351.11 | 0.76 | 0.72 |
| Hex | EE | 82 | 92 | 0 | 2D | 27 | 7 | 15F | 4C | 48 |
| Octal | 356 | 202 | 222 | 0 | 55 | 47 | 7 | 537 | 114 | 110 |
| Binary | 11101110 | 10000010 | 10010010 | 0 | 101101 | 100111 | 111 | 101011111 | 1001100 | 1001000 |
Color Harmonies of #EE8292
Complementary color
Monochromatic Colors of #EE8292
Black with #EE8292
Text Example
Text Example
White with #EE8292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8292; }
p { color: rgb(238,130,146); }
H1.HeaderClassName
{
color: #EE8292;
}
.AnyTagClassName
{
color: #EE8292;
}
</style>
background-color css
<style>
a { background-color: #EE8292; }
a { background-color: rgb(238,130,146); }
div.DivClassName
{
background-color: #EE8292;
}
.BgClassName
{
background-color: #EE8292;
}
</style>
border-color css
<style>
span { border-color: #EE8292; }
span { border-color: rgb(238,130,146); }
td.TdClassName
{
border-color: #EE8292;
}
.TagClassName
{
border-color: #EE8292;
}
</style>