Shades of Carissma #ED8497
Tints of Carissma #ED8497
RGB
CMYK
RGB Variations
Color information
#ED8497 (or 0xED8497) is known color: Carissma. HEX triplet: ED, 84 and 97. RGB value is (237,132,151). Sum of RGB (Red+Green+Blue) = 237+132+151=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8497 is #127B68. Grayscale: #A5A5A5. Windows color (decimal): -1211241 or 9929965. OLE color: 9929965.
HSL color Cylindrical-coordinate representation of color #ED8497: hue angle of 349.14º 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 #ED8497 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 151 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.07 |
| HSL | 349.14º | 0.74% | 0.72% | - |
| HSV(B) | 349.14º | 0.44% | 0.93% | - |
| XYZ | 48.76 | 36.74 | 33.8 | - |
| YUV | 165.56 | 119.79 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 151 | 0 | 0.44 | 0.36 | 0.07 | 349.14 | 0.74 | 0.72 |
| Hex | ED | 84 | 97 | 0 | 2C | 24 | 7 | 15D | 4A | 48 |
| Octal | 355 | 204 | 227 | 0 | 54 | 44 | 7 | 535 | 112 | 110 |
| Binary | 11101101 | 10000100 | 10010111 | 0 | 101100 | 100100 | 111 | 101011101 | 1001010 | 1001000 |
Color Harmonies of #ED8497
Complementary color
Monochromatic Colors of #ED8497
Black with #ED8497
Text Example
Text Example
White with #ED8497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8497; }
p { color: rgb(237,132,151); }
H1.HeaderClassName
{
color: #ED8497;
}
.AnyTagClassName
{
color: #ED8497;
}
</style>
background-color css
<style>
a { background-color: #ED8497; }
a { background-color: rgb(237,132,151); }
div.DivClassName
{
background-color: #ED8497;
}
.BgClassName
{
background-color: #ED8497;
}
</style>
border-color css
<style>
span { border-color: #ED8497; }
span { border-color: rgb(237,132,151); }
td.TdClassName
{
border-color: #ED8497;
}
.TagClassName
{
border-color: #ED8497;
}
</style>