Shades of Carissma #ED7D8E
Tints of Carissma #ED7D8E
RGB
CMYK
RGB Variations
Color information
#ED7D8E (or 0xED7D8E) is known color: Carissma. HEX triplet: ED, 7D and 8E. RGB value is (237,125,142). Sum of RGB (Red+Green+Blue) = 237+125+142=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7D8E is #128271. Grayscale: #A0A0A0. Windows color (decimal): -1213042 or 9338349. OLE color: 9338349.
HSL color Cylindrical-coordinate representation of color #ED7D8E: hue angle of 350.89º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7D8E is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 125 | 142 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.07 |
| HSL | 350.89º | 0.76% | 0.71% | - |
| HSV(B) | 350.89º | 0.47% | 0.93% | - |
| XYZ | 47.14 | 34.62 | 29.79 | - |
| YUV | 160.43 | 117.61 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 125 | 142 | 0 | 0.47 | 0.40 | 0.07 | 350.89 | 0.76 | 0.71 |
| Hex | ED | 7D | 8E | 0 | 2F | 28 | 7 | 15F | 4C | 47 |
| Octal | 355 | 175 | 216 | 0 | 57 | 50 | 7 | 537 | 114 | 107 |
| Binary | 11101101 | 1111101 | 10001110 | 0 | 101111 | 101000 | 111 | 101011111 | 1001100 | 1000111 |
Color Harmonies of #ED7D8E
Complementary color
Monochromatic Colors of #ED7D8E
Black with #ED7D8E
Text Example
Text Example
White with #ED7D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7D8E; }
p { color: rgb(237,125,142); }
H1.HeaderClassName
{
color: #ED7D8E;
}
.AnyTagClassName
{
color: #ED7D8E;
}
</style>
background-color css
<style>
a { background-color: #ED7D8E; }
a { background-color: rgb(237,125,142); }
div.DivClassName
{
background-color: #ED7D8E;
}
.BgClassName
{
background-color: #ED7D8E;
}
</style>
border-color css
<style>
span { border-color: #ED7D8E; }
span { border-color: rgb(237,125,142); }
td.TdClassName
{
border-color: #ED7D8E;
}
.TagClassName
{
border-color: #ED7D8E;
}
</style>