Shades of Carissma #EE838F
Tints of Carissma #EE838F
RGB
CMYK
RGB Variations
Color information
#EE838F (or 0xEE838F) is known color: Carissma. HEX triplet: EE, 83 and 8F. RGB value is (238,131,143). Sum of RGB (Red+Green+Blue) = 238+131+143=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EE838F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE838F is #117C70. Grayscale: #A4A4A4. Windows color (decimal): -1145969 or 9405422. OLE color: 9405422.
HSL color Cylindrical-coordinate representation of color #EE838F: hue angle of 353.27º 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 #EE838F is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 143 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.07 |
| HSL | 353.27º | 0.76% | 0.72% | - |
| HSV(B) | 353.27º | 0.45% | 0.93% | - |
| XYZ | 48.33 | 36.39 | 30.46 | - |
| YUV | 164.36 | 115.95 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 143 | 0 | 0.45 | 0.40 | 0.07 | 353.27 | 0.76 | 0.72 |
| Hex | EE | 83 | 8F | 0 | 2D | 28 | 7 | 161 | 4C | 48 |
| Octal | 356 | 203 | 217 | 0 | 55 | 50 | 7 | 541 | 114 | 110 |
| Binary | 11101110 | 10000011 | 10001111 | 0 | 101101 | 101000 | 111 | 101100001 | 1001100 | 1001000 |
Color Harmonies of #EE838F
Complementary color
Monochromatic Colors of #EE838F
Black with #EE838F
Text Example
Text Example
White with #EE838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE838F; }
p { color: rgb(238,131,143); }
H1.HeaderClassName
{
color: #EE838F;
}
.AnyTagClassName
{
color: #EE838F;
}
</style>
background-color css
<style>
a { background-color: #EE838F; }
a { background-color: rgb(238,131,143); }
div.DivClassName
{
background-color: #EE838F;
}
.BgClassName
{
background-color: #EE838F;
}
</style>
border-color css
<style>
span { border-color: #EE838F; }
span { border-color: rgb(238,131,143); }
td.TdClassName
{
border-color: #EE838F;
}
.TagClassName
{
border-color: #EE838F;
}
</style>