Shades of Carissma #EE7F8F
Tints of Carissma #EE7F8F
RGB
CMYK
RGB Variations
Color information
#EE7F8F (or 0xEE7F8F) is known color: Carissma. HEX triplet: EE, 7F and 8F. RGB value is (238,127,143). Sum of RGB (Red+Green+Blue) = 238+127+143=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7F8F is #118070. Grayscale: #A2A2A2. Windows color (decimal): -1146993 or 9404398. OLE color: 9404398.
HSL color Cylindrical-coordinate representation of color #EE7F8F: hue angle of 351.35º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7F8F is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 143 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.07 |
| HSL | 351.35º | 0.77% | 0.72% | - |
| HSV(B) | 351.35º | 0.47% | 0.93% | - |
| XYZ | 47.81 | 35.34 | 30.29 | - |
| YUV | 162.01 | 117.27 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 143 | 0 | 0.47 | 0.40 | 0.07 | 351.35 | 0.77 | 0.72 |
| Hex | EE | 7F | 8F | 0 | 2F | 28 | 7 | 15F | 4D | 48 |
| Octal | 356 | 177 | 217 | 0 | 57 | 50 | 7 | 537 | 115 | 110 |
| Binary | 11101110 | 1111111 | 10001111 | 0 | 101111 | 101000 | 111 | 101011111 | 1001101 | 1001000 |
Color Harmonies of #EE7F8F
Complementary color
Monochromatic Colors of #EE7F8F
Black with #EE7F8F
Text Example
Text Example
White with #EE7F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7F8F; }
p { color: rgb(238,127,143); }
H1.HeaderClassName
{
color: #EE7F8F;
}
.AnyTagClassName
{
color: #EE7F8F;
}
</style>
background-color css
<style>
a { background-color: #EE7F8F; }
a { background-color: rgb(238,127,143); }
div.DivClassName
{
background-color: #EE7F8F;
}
.BgClassName
{
background-color: #EE7F8F;
}
</style>
border-color css
<style>
span { border-color: #EE7F8F; }
span { border-color: rgb(238,127,143); }
td.TdClassName
{
border-color: #EE7F8F;
}
.TagClassName
{
border-color: #EE7F8F;
}
</style>