Shades of Carissma #ED8088
Tints of Carissma #ED8088
RGB
CMYK
RGB Variations
Color information
#ED8088 (or 0xED8088) is known color: Carissma. HEX triplet: ED, 80 and 88. RGB value is (237,128,136). Sum of RGB (Red+Green+Blue) = 237+128+136=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8088 is #127F77. Grayscale: #A1A1A1. Windows color (decimal): -1212280 or 8945901. OLE color: 8945901.
HSL color Cylindrical-coordinate representation of color #ED8088: hue angle of 355.6º 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 #ED8088 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 136 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.07 |
| HSL | 355.6º | 0.75% | 0.72% | - |
| HSV(B) | 355.6º | 0.46% | 0.93% | - |
| XYZ | 47.09 | 35.22 | 27.61 | - |
| YUV | 161.5 | 113.61 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 136 | 0 | 0.46 | 0.43 | 0.07 | 355.6 | 0.75 | 0.72 |
| Hex | ED | 80 | 88 | 0 | 2E | 2B | 7 | 164 | 4B | 48 |
| Octal | 355 | 200 | 210 | 0 | 56 | 53 | 7 | 544 | 113 | 110 |
| Binary | 11101101 | 10000000 | 10001000 | 0 | 101110 | 101011 | 111 | 101100100 | 1001011 | 1001000 |
Color Harmonies of #ED8088
Complementary color
Monochromatic Colors of #ED8088
Black with #ED8088
Text Example
Text Example
White with #ED8088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8088; }
p { color: rgb(237,128,136); }
H1.HeaderClassName
{
color: #ED8088;
}
.AnyTagClassName
{
color: #ED8088;
}
</style>
background-color css
<style>
a { background-color: #ED8088; }
a { background-color: rgb(237,128,136); }
div.DivClassName
{
background-color: #ED8088;
}
.BgClassName
{
background-color: #ED8088;
}
</style>
border-color css
<style>
span { border-color: #ED8088; }
span { border-color: rgb(237,128,136); }
td.TdClassName
{
border-color: #ED8088;
}
.TagClassName
{
border-color: #ED8088;
}
</style>