Shades of Carissma #ED8192
Tints of Carissma #ED8192
RGB
CMYK
RGB Variations
Color information
#ED8192 (or 0xED8192) is known color: Carissma. HEX triplet: ED, 81 and 92. RGB value is (237,129,146). Sum of RGB (Red+Green+Blue) = 237+129+146=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8192 is #127E6D. Grayscale: #A3A3A3. Windows color (decimal): -1212014 or 9601517. OLE color: 9601517.
HSL color Cylindrical-coordinate representation of color #ED8192: hue angle of 350.56º 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 #ED8192 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 146 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.07 |
| HSL | 350.56º | 0.75% | 0.72% | - |
| HSV(B) | 350.56º | 0.46% | 0.93% | - |
| XYZ | 47.96 | 35.78 | 31.57 | - |
| YUV | 163.23 | 118.28 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 146 | 0 | 0.46 | 0.38 | 0.07 | 350.56 | 0.75 | 0.72 |
| Hex | ED | 81 | 92 | 0 | 2E | 26 | 7 | 15F | 4B | 48 |
| Octal | 355 | 201 | 222 | 0 | 56 | 46 | 7 | 537 | 113 | 110 |
| Binary | 11101101 | 10000001 | 10010010 | 0 | 101110 | 100110 | 111 | 101011111 | 1001011 | 1001000 |
Color Harmonies of #ED8192
Complementary color
Monochromatic Colors of #ED8192
Black with #ED8192
Text Example
Text Example
White with #ED8192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8192; }
p { color: rgb(237,129,146); }
H1.HeaderClassName
{
color: #ED8192;
}
.AnyTagClassName
{
color: #ED8192;
}
</style>
background-color css
<style>
a { background-color: #ED8192; }
a { background-color: rgb(237,129,146); }
div.DivClassName
{
background-color: #ED8192;
}
.BgClassName
{
background-color: #ED8192;
}
</style>
border-color css
<style>
span { border-color: #ED8192; }
span { border-color: rgb(237,129,146); }
td.TdClassName
{
border-color: #ED8192;
}
.TagClassName
{
border-color: #ED8192;
}
</style>