Shades of Carissma #ED869E
Tints of Carissma #ED869E
RGB
CMYK
RGB Variations
Color information
#ED869E (or 0xED869E) is known color: Carissma. HEX triplet: ED, 86 and 9E. RGB value is (237,134,158). Sum of RGB (Red+Green+Blue) = 237+134+158=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED869E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED869E is #127961. Grayscale: #A7A7A7. Windows color (decimal): -1210722 or 10389229. OLE color: 10389229.
HSL color Cylindrical-coordinate representation of color #ED869E: hue angle of 346.02º 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 #ED869E is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 158 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.07 |
| HSL | 346.02º | 0.74% | 0.73% | - |
| HSV(B) | 346.02º | 0.43% | 0.93% | - |
| XYZ | 49.62 | 37.52 | 36.98 | - |
| YUV | 167.53 | 122.62 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 158 | 0 | 0.43 | 0.33 | 0.07 | 346.02 | 0.74 | 0.73 |
| Hex | ED | 86 | 9E | 0 | 2B | 21 | 7 | 15A | 4A | 49 |
| Octal | 355 | 206 | 236 | 0 | 53 | 41 | 7 | 532 | 112 | 111 |
| Binary | 11101101 | 10000110 | 10011110 | 0 | 101011 | 100001 | 111 | 101011010 | 1001010 | 1001001 |
Color Harmonies of #ED869E
Complementary color
Monochromatic Colors of #ED869E
Black with #ED869E
Text Example
Text Example
White with #ED869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED869E; }
p { color: rgb(237,134,158); }
H1.HeaderClassName
{
color: #ED869E;
}
.AnyTagClassName
{
color: #ED869E;
}
</style>
background-color css
<style>
a { background-color: #ED869E; }
a { background-color: rgb(237,134,158); }
div.DivClassName
{
background-color: #ED869E;
}
.BgClassName
{
background-color: #ED869E;
}
</style>
border-color css
<style>
span { border-color: #ED869E; }
span { border-color: rgb(237,134,158); }
td.TdClassName
{
border-color: #ED869E;
}
.TagClassName
{
border-color: #ED869E;
}
</style>