Shades of Carissma #ED8092
Tints of Carissma #ED8092
RGB
CMYK
RGB Variations
Color information
#ED8092 (or 0xED8092) is known color: Carissma. HEX triplet: ED, 80 and 92. RGB value is (237,128,146). Sum of RGB (Red+Green+Blue) = 237+128+146=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8092 is #127F6D. Grayscale: #A2A2A2. Windows color (decimal): -1212270 or 9601261. OLE color: 9601261.
HSL color Cylindrical-coordinate representation of color #ED8092: hue angle of 350.09º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED8092 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 146 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.07 |
| HSL | 350.09º | 0.75% | 0.72% | - |
| HSV(B) | 350.09º | 0.46% | 0.93% | - |
| XYZ | 47.83 | 35.52 | 31.53 | - |
| YUV | 162.64 | 118.61 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 146 | 0 | 0.46 | 0.38 | 0.07 | 350.09 | 0.75 | 0.72 |
| Hex | ED | 80 | 92 | 0 | 2E | 26 | 7 | 15E | 4B | 48 |
| Octal | 355 | 200 | 222 | 0 | 56 | 46 | 7 | 536 | 113 | 110 |
| Binary | 11101101 | 10000000 | 10010010 | 0 | 101110 | 100110 | 111 | 101011110 | 1001011 | 1001000 |
Color Harmonies of #ED8092
Complementary color
Monochromatic Colors of #ED8092
Black with #ED8092
Text Example
Text Example
White with #ED8092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8092; }
p { color: rgb(237,128,146); }
H1.HeaderClassName
{
color: #ED8092;
}
.AnyTagClassName
{
color: #ED8092;
}
</style>
background-color css
<style>
a { background-color: #ED8092; }
a { background-color: rgb(237,128,146); }
div.DivClassName
{
background-color: #ED8092;
}
.BgClassName
{
background-color: #ED8092;
}
</style>
border-color css
<style>
span { border-color: #ED8092; }
span { border-color: rgb(237,128,146); }
td.TdClassName
{
border-color: #ED8092;
}
.TagClassName
{
border-color: #ED8092;
}
</style>