Shades of Carissma #ED7D9E
Tints of Carissma #ED7D9E
RGB
CMYK
RGB Variations
Color information
#ED7D9E (or 0xED7D9E) is known color: Carissma. HEX triplet: ED, 7D and 9E. RGB value is (237,125,158). Sum of RGB (Red+Green+Blue) = 237+125+158=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7D9E is #128261. Grayscale: #A2A2A2. Windows color (decimal): -1213026 or 10386925. OLE color: 10386925.
HSL color Cylindrical-coordinate representation of color #ED7D9E: hue angle of 342.32º 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 #ED7D9E is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 125 | 158 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.07 |
| HSL | 342.32º | 0.76% | 0.71% | - |
| HSV(B) | 342.32º | 0.47% | 0.93% | - |
| XYZ | 48.43 | 35.14 | 36.58 | - |
| YUV | 162.25 | 125.61 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 125 | 158 | 0 | 0.47 | 0.33 | 0.07 | 342.32 | 0.76 | 0.71 |
| Hex | ED | 7D | 9E | 0 | 2F | 21 | 7 | 156 | 4C | 47 |
| Octal | 355 | 175 | 236 | 0 | 57 | 41 | 7 | 526 | 114 | 107 |
| Binary | 11101101 | 1111101 | 10011110 | 0 | 101111 | 100001 | 111 | 101010110 | 1001100 | 1000111 |
Color Harmonies of #ED7D9E
Complementary color
Monochromatic Colors of #ED7D9E
Black with #ED7D9E
Text Example
Text Example
White with #ED7D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7D9E; }
p { color: rgb(237,125,158); }
H1.HeaderClassName
{
color: #ED7D9E;
}
.AnyTagClassName
{
color: #ED7D9E;
}
</style>
background-color css
<style>
a { background-color: #ED7D9E; }
a { background-color: rgb(237,125,158); }
div.DivClassName
{
background-color: #ED7D9E;
}
.BgClassName
{
background-color: #ED7D9E;
}
</style>
border-color css
<style>
span { border-color: #ED7D9E; }
span { border-color: rgb(237,125,158); }
td.TdClassName
{
border-color: #ED7D9E;
}
.TagClassName
{
border-color: #ED7D9E;
}
</style>