Shades of Carissma #ED8495
Tints of Carissma #ED8495
RGB
CMYK
RGB Variations
Color information
#ED8495 (or 0xED8495) is known color: Carissma. HEX triplet: ED, 84 and 95. RGB value is (237,132,149). Sum of RGB (Red+Green+Blue) = 237+132+149=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8495 is #127B6A. Grayscale: #A5A5A5. Windows color (decimal): -1211243 or 9798893. OLE color: 9798893.
HSL color Cylindrical-coordinate representation of color #ED8495: hue angle of 350.29º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8495 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 149 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.07 |
| HSL | 350.29º | 0.74% | 0.72% | - |
| HSV(B) | 350.29º | 0.44% | 0.93% | - |
| XYZ | 48.6 | 36.68 | 32.95 | - |
| YUV | 165.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 149 | 0 | 0.44 | 0.37 | 0.07 | 350.29 | 0.74 | 0.72 |
| Hex | ED | 84 | 95 | 0 | 2C | 25 | 7 | 15E | 4A | 48 |
| Octal | 355 | 204 | 225 | 0 | 54 | 45 | 7 | 536 | 112 | 110 |
| Binary | 11101101 | 10000100 | 10010101 | 0 | 101100 | 100101 | 111 | 101011110 | 1001010 | 1001000 |
Color Harmonies of #ED8495
Complementary color
Monochromatic Colors of #ED8495
Black with #ED8495
Text Example
Text Example
White with #ED8495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8495; }
p { color: rgb(237,132,149); }
H1.HeaderClassName
{
color: #ED8495;
}
.AnyTagClassName
{
color: #ED8495;
}
</style>
background-color css
<style>
a { background-color: #ED8495; }
a { background-color: rgb(237,132,149); }
div.DivClassName
{
background-color: #ED8495;
}
.BgClassName
{
background-color: #ED8495;
}
</style>
border-color css
<style>
span { border-color: #ED8495; }
span { border-color: rgb(237,132,149); }
td.TdClassName
{
border-color: #ED8495;
}
.TagClassName
{
border-color: #ED8495;
}
</style>