Shades of Carissma #EE828B
Tints of Carissma #EE828B
RGB
CMYK
RGB Variations
Color information
#EE828B (or 0xEE828B) is known color: Carissma. HEX triplet: EE, 82 and 8B. RGB value is (238,130,139). Sum of RGB (Red+Green+Blue) = 238+130+139=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE828B is #117D74. Grayscale: #A3A3A3. Windows color (decimal): -1146229 or 9143022. OLE color: 9143022.
HSL color Cylindrical-coordinate representation of color #EE828B: hue angle of 355º 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 #EE828B is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 139 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.07 |
| HSL | 355º | 0.76% | 0.72% | - |
| HSV(B) | 355º | 0.45% | 0.93% | - |
| XYZ | 47.9 | 36.01 | 28.85 | - |
| YUV | 163.32 | 114.28 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 139 | 0 | 0.45 | 0.42 | 0.07 | 355 | 0.76 | 0.72 |
| Hex | EE | 82 | 8B | 0 | 2D | 2A | 7 | 163 | 4C | 48 |
| Octal | 356 | 202 | 213 | 0 | 55 | 52 | 7 | 543 | 114 | 110 |
| Binary | 11101110 | 10000010 | 10001011 | 0 | 101101 | 101010 | 111 | 101100011 | 1001100 | 1001000 |
Color Harmonies of #EE828B
Complementary color
Monochromatic Colors of #EE828B
Black with #EE828B
Text Example
Text Example
White with #EE828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE828B; }
p { color: rgb(238,130,139); }
H1.HeaderClassName
{
color: #EE828B;
}
.AnyTagClassName
{
color: #EE828B;
}
</style>
background-color css
<style>
a { background-color: #EE828B; }
a { background-color: rgb(238,130,139); }
div.DivClassName
{
background-color: #EE828B;
}
.BgClassName
{
background-color: #EE828B;
}
</style>
border-color css
<style>
span { border-color: #EE828B; }
span { border-color: rgb(238,130,139); }
td.TdClassName
{
border-color: #EE828B;
}
.TagClassName
{
border-color: #EE828B;
}
</style>