Shades of Carissma #ED8588
Tints of Carissma #ED8588
RGB
CMYK
RGB Variations
Color information
#ED8588 (or 0xED8588) is known color: Carissma. HEX triplet: ED, 85 and 88. RGB value is (237,133,136). Sum of RGB (Red+Green+Blue) = 237+133+136=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8588 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8588 is #127A77. Grayscale: #A4A4A4. Windows color (decimal): -1211000 or 8947181. OLE color: 8947181.
HSL color Cylindrical-coordinate representation of color #ED8588: hue angle of 358.27º 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 #ED8588 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 136 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.07 |
| HSL | 358.27º | 0.74% | 0.73% | - |
| HSV(B) | 358.27º | 0.44% | 0.93% | - |
| XYZ | 47.76 | 36.56 | 27.83 | - |
| YUV | 164.44 | 111.96 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 136 | 0 | 0.44 | 0.43 | 0.07 | 358.27 | 0.74 | 0.73 |
| Hex | ED | 85 | 88 | 0 | 2C | 2B | 7 | 166 | 4A | 49 |
| Octal | 355 | 205 | 210 | 0 | 54 | 53 | 7 | 546 | 112 | 111 |
| Binary | 11101101 | 10000101 | 10001000 | 0 | 101100 | 101011 | 111 | 101100110 | 1001010 | 1001001 |
Color Harmonies of #ED8588
Complementary color
Monochromatic Colors of #ED8588
Black with #ED8588
Text Example
Text Example
White with #ED8588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8588; }
p { color: rgb(237,133,136); }
H1.HeaderClassName
{
color: #ED8588;
}
.AnyTagClassName
{
color: #ED8588;
}
</style>
background-color css
<style>
a { background-color: #ED8588; }
a { background-color: rgb(237,133,136); }
div.DivClassName
{
background-color: #ED8588;
}
.BgClassName
{
background-color: #ED8588;
}
</style>
border-color css
<style>
span { border-color: #ED8588; }
span { border-color: rgb(237,133,136); }
td.TdClassName
{
border-color: #ED8588;
}
.TagClassName
{
border-color: #ED8588;
}
</style>