Shades of Carissma #ED8799
Tints of Carissma #ED8799
RGB
CMYK
RGB Variations
Color information
#ED8799 (or 0xED8799) is known color: Carissma. HEX triplet: ED, 87 and 99. RGB value is (237,135,153). Sum of RGB (Red+Green+Blue) = 237+135+153=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8799 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8799 is #127866. Grayscale: #A7A7A7. Windows color (decimal): -1210471 or 10061805. OLE color: 10061805.
HSL color Cylindrical-coordinate representation of color #ED8799: hue angle of 349.41º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED8799 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 153 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.07 |
| HSL | 349.41º | 0.74% | 0.73% | - |
| HSV(B) | 349.41º | 0.43% | 0.93% | - |
| XYZ | 49.34 | 37.63 | 34.8 | - |
| YUV | 167.55 | 119.79 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 153 | 0 | 0.43 | 0.35 | 0.07 | 349.41 | 0.74 | 0.73 |
| Hex | ED | 87 | 99 | 0 | 2B | 23 | 7 | 15D | 4A | 49 |
| Octal | 355 | 207 | 231 | 0 | 53 | 43 | 7 | 535 | 112 | 111 |
| Binary | 11101101 | 10000111 | 10011001 | 0 | 101011 | 100011 | 111 | 101011101 | 1001010 | 1001001 |
Color Harmonies of #ED8799
Complementary color
Monochromatic Colors of #ED8799
Black with #ED8799
Text Example
Text Example
White with #ED8799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8799; }
p { color: rgb(237,135,153); }
H1.HeaderClassName
{
color: #ED8799;
}
.AnyTagClassName
{
color: #ED8799;
}
</style>
background-color css
<style>
a { background-color: #ED8799; }
a { background-color: rgb(237,135,153); }
div.DivClassName
{
background-color: #ED8799;
}
.BgClassName
{
background-color: #ED8799;
}
</style>
border-color css
<style>
span { border-color: #ED8799; }
span { border-color: rgb(237,135,153); }
td.TdClassName
{
border-color: #ED8799;
}
.TagClassName
{
border-color: #ED8799;
}
</style>