Shades of Carissma #ED839E
Tints of Carissma #ED839E
RGB
CMYK
RGB Variations
Color information
#ED839E (or 0xED839E) is known color: Carissma. HEX triplet: ED, 83 and 9E. RGB value is (237,131,158). Sum of RGB (Red+Green+Blue) = 237+131+158=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED839E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED839E is #127C61. Grayscale: #A5A5A5. Windows color (decimal): -1211490 or 10388461. OLE color: 10388461.
HSL color Cylindrical-coordinate representation of color #ED839E: hue angle of 344.72º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED839E is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 158 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.07 |
| HSL | 344.72º | 0.75% | 0.72% | - |
| HSV(B) | 344.72º | 0.45% | 0.93% | - |
| XYZ | 49.21 | 36.71 | 36.84 | - |
| YUV | 165.77 | 123.62 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 158 | 0 | 0.45 | 0.33 | 0.07 | 344.72 | 0.75 | 0.72 |
| Hex | ED | 83 | 9E | 0 | 2D | 21 | 7 | 159 | 4B | 48 |
| Octal | 355 | 203 | 236 | 0 | 55 | 41 | 7 | 531 | 113 | 110 |
| Binary | 11101101 | 10000011 | 10011110 | 0 | 101101 | 100001 | 111 | 101011001 | 1001011 | 1001000 |
Color Harmonies of #ED839E
Complementary color
Monochromatic Colors of #ED839E
Black with #ED839E
Text Example
Text Example
White with #ED839E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED839E; }
p { color: rgb(237,131,158); }
H1.HeaderClassName
{
color: #ED839E;
}
.AnyTagClassName
{
color: #ED839E;
}
</style>
background-color css
<style>
a { background-color: #ED839E; }
a { background-color: rgb(237,131,158); }
div.DivClassName
{
background-color: #ED839E;
}
.BgClassName
{
background-color: #ED839E;
}
</style>
border-color css
<style>
span { border-color: #ED839E; }
span { border-color: rgb(237,131,158); }
td.TdClassName
{
border-color: #ED839E;
}
.TagClassName
{
border-color: #ED839E;
}
</style>