Shades of Carissma #ED879E
Tints of Carissma #ED879E
RGB
CMYK
RGB Variations
Color information
#ED879E (or 0xED879E) is known color: Carissma. HEX triplet: ED, 87 and 9E. RGB value is (237,135,158). Sum of RGB (Red+Green+Blue) = 237+135+158=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED879E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED879E is #127861. Grayscale: #A8A8A8. Windows color (decimal): -1210466 or 10389485. OLE color: 10389485.
HSL color Cylindrical-coordinate representation of color #ED879E: hue angle of 346.47º 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 #ED879E is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 158 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.07 |
| HSL | 346.47º | 0.74% | 0.73% | - |
| HSV(B) | 346.47º | 0.43% | 0.93% | - |
| XYZ | 49.76 | 37.8 | 37.02 | - |
| YUV | 168.12 | 122.29 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 158 | 0 | 0.43 | 0.33 | 0.07 | 346.47 | 0.74 | 0.73 |
| Hex | ED | 87 | 9E | 0 | 2B | 21 | 7 | 15A | 4A | 49 |
| Octal | 355 | 207 | 236 | 0 | 53 | 41 | 7 | 532 | 112 | 111 |
| Binary | 11101101 | 10000111 | 10011110 | 0 | 101011 | 100001 | 111 | 101011010 | 1001010 | 1001001 |
Color Harmonies of #ED879E
Complementary color
Monochromatic Colors of #ED879E
Black with #ED879E
Text Example
Text Example
White with #ED879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED879E; }
p { color: rgb(237,135,158); }
H1.HeaderClassName
{
color: #ED879E;
}
.AnyTagClassName
{
color: #ED879E;
}
</style>
background-color css
<style>
a { background-color: #ED879E; }
a { background-color: rgb(237,135,158); }
div.DivClassName
{
background-color: #ED879E;
}
.BgClassName
{
background-color: #ED879E;
}
</style>
border-color css
<style>
span { border-color: #ED879E; }
span { border-color: rgb(237,135,158); }
td.TdClassName
{
border-color: #ED879E;
}
.TagClassName
{
border-color: #ED879E;
}
</style>