Shades of Carissma #ED7D92
Tints of Carissma #ED7D92
RGB
CMYK
RGB Variations
Color information
#ED7D92 (or 0xED7D92) is known color: Carissma. HEX triplet: ED, 7D and 92. RGB value is (237,125,146). Sum of RGB (Red+Green+Blue) = 237+125+146=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7D92 is #12826D. Grayscale: #A0A0A0. Windows color (decimal): -1213038 or 9600493. OLE color: 9600493.
HSL color Cylindrical-coordinate representation of color #ED7D92: hue angle of 348.75º 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 #ED7D92 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 125 | 146 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.07 |
| HSL | 348.75º | 0.76% | 0.71% | - |
| HSV(B) | 348.75º | 0.47% | 0.93% | - |
| XYZ | 47.45 | 34.75 | 31.4 | - |
| YUV | 160.88 | 119.61 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 125 | 146 | 0 | 0.47 | 0.38 | 0.07 | 348.75 | 0.76 | 0.71 |
| Hex | ED | 7D | 92 | 0 | 2F | 26 | 7 | 15D | 4C | 47 |
| Octal | 355 | 175 | 222 | 0 | 57 | 46 | 7 | 535 | 114 | 107 |
| Binary | 11101101 | 1111101 | 10010010 | 0 | 101111 | 100110 | 111 | 101011101 | 1001100 | 1000111 |
Color Harmonies of #ED7D92
Complementary color
Monochromatic Colors of #ED7D92
Black with #ED7D92
Text Example
Text Example
White with #ED7D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7D92; }
p { color: rgb(237,125,146); }
H1.HeaderClassName
{
color: #ED7D92;
}
.AnyTagClassName
{
color: #ED7D92;
}
</style>
background-color css
<style>
a { background-color: #ED7D92; }
a { background-color: rgb(237,125,146); }
div.DivClassName
{
background-color: #ED7D92;
}
.BgClassName
{
background-color: #ED7D92;
}
</style>
border-color css
<style>
span { border-color: #ED7D92; }
span { border-color: rgb(237,125,146); }
td.TdClassName
{
border-color: #ED7D92;
}
.TagClassName
{
border-color: #ED7D92;
}
</style>