Shades of Carissma #EE7F8C
Tints of Carissma #EE7F8C
RGB
CMYK
RGB Variations
Color information
#EE7F8C (or 0xEE7F8C) is known color: Carissma. HEX triplet: EE, 7F and 8C. RGB value is (238,127,140). Sum of RGB (Red+Green+Blue) = 238+127+140=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7F8C is #118073. Grayscale: #A1A1A1. Windows color (decimal): -1146996 or 9207790. OLE color: 9207790.
HSL color Cylindrical-coordinate representation of color #EE7F8C: hue angle of 352.97º 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 #EE7F8C is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 140 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.07 |
| HSL | 352.97º | 0.77% | 0.72% | - |
| HSV(B) | 352.97º | 0.47% | 0.93% | - |
| XYZ | 47.58 | 35.25 | 29.11 | - |
| YUV | 161.67 | 115.77 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 140 | 0 | 0.47 | 0.41 | 0.07 | 352.97 | 0.77 | 0.72 |
| Hex | EE | 7F | 8C | 0 | 2F | 29 | 7 | 161 | 4D | 48 |
| Octal | 356 | 177 | 214 | 0 | 57 | 51 | 7 | 541 | 115 | 110 |
| Binary | 11101110 | 1111111 | 10001100 | 0 | 101111 | 101001 | 111 | 101100001 | 1001101 | 1001000 |
Color Harmonies of #EE7F8C
Complementary color
Monochromatic Colors of #EE7F8C
Black with #EE7F8C
Text Example
Text Example
White with #EE7F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7F8C; }
p { color: rgb(238,127,140); }
H1.HeaderClassName
{
color: #EE7F8C;
}
.AnyTagClassName
{
color: #EE7F8C;
}
</style>
background-color css
<style>
a { background-color: #EE7F8C; }
a { background-color: rgb(238,127,140); }
div.DivClassName
{
background-color: #EE7F8C;
}
.BgClassName
{
background-color: #EE7F8C;
}
</style>
border-color css
<style>
span { border-color: #EE7F8C; }
span { border-color: rgb(238,127,140); }
td.TdClassName
{
border-color: #EE7F8C;
}
.TagClassName
{
border-color: #EE7F8C;
}
</style>