Shades of Carissma #ED8598
Tints of Carissma #ED8598
RGB
CMYK
RGB Variations
Color information
#ED8598 (or 0xED8598) is known color: Carissma. HEX triplet: ED, 85 and 98. RGB value is (237,133,152). Sum of RGB (Red+Green+Blue) = 237+133+152=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8598 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8598 is #127A67. Grayscale: #A6A6A6. Windows color (decimal): -1210984 or 9995757. OLE color: 9995757.
HSL color Cylindrical-coordinate representation of color #ED8598: hue angle of 349.04º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8598 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 152 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.07 |
| HSL | 349.04º | 0.74% | 0.73% | - |
| HSV(B) | 349.04º | 0.44% | 0.93% | - |
| XYZ | 48.98 | 37.05 | 34.27 | - |
| YUV | 166.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 152 | 0 | 0.44 | 0.36 | 0.07 | 349.04 | 0.74 | 0.73 |
| Hex | ED | 85 | 98 | 0 | 2C | 24 | 7 | 15D | 4A | 49 |
| Octal | 355 | 205 | 230 | 0 | 54 | 44 | 7 | 535 | 112 | 111 |
| Binary | 11101101 | 10000101 | 10011000 | 0 | 101100 | 100100 | 111 | 101011101 | 1001010 | 1001001 |
Color Harmonies of #ED8598
Complementary color
Monochromatic Colors of #ED8598
Black with #ED8598
Text Example
Text Example
White with #ED8598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8598; }
p { color: rgb(237,133,152); }
H1.HeaderClassName
{
color: #ED8598;
}
.AnyTagClassName
{
color: #ED8598;
}
</style>
background-color css
<style>
a { background-color: #ED8598; }
a { background-color: rgb(237,133,152); }
div.DivClassName
{
background-color: #ED8598;
}
.BgClassName
{
background-color: #ED8598;
}
</style>
border-color css
<style>
span { border-color: #ED8598; }
span { border-color: rgb(237,133,152); }
td.TdClassName
{
border-color: #ED8598;
}
.TagClassName
{
border-color: #ED8598;
}
</style>