Shades of Carissma #ED859F
Tints of Carissma #ED859F
RGB
CMYK
RGB Variations
Color information
#ED859F (or 0xED859F) is known color: Carissma. HEX triplet: ED, 85 and 9F. RGB value is (237,133,159). Sum of RGB (Red+Green+Blue) = 237+133+159=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED859F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED859F is #127A60. Grayscale: #A7A7A7. Windows color (decimal): -1210977 or 10454509. OLE color: 10454509.
HSL color Cylindrical-coordinate representation of color #ED859F: hue angle of 345º 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 #ED859F is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 159 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.07 |
| HSL | 345º | 0.74% | 0.73% | - |
| HSV(B) | 345º | 0.44% | 0.93% | - |
| XYZ | 49.57 | 37.28 | 37.38 | - |
| YUV | 167.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 159 | 0 | 0.44 | 0.33 | 0.07 | 345 | 0.74 | 0.73 |
| Hex | ED | 85 | 9F | 0 | 2C | 21 | 7 | 159 | 4A | 49 |
| Octal | 355 | 205 | 237 | 0 | 54 | 41 | 7 | 531 | 112 | 111 |
| Binary | 11101101 | 10000101 | 10011111 | 0 | 101100 | 100001 | 111 | 101011001 | 1001010 | 1001001 |
Color Harmonies of #ED859F
Complementary color
Monochromatic Colors of #ED859F
Black with #ED859F
Text Example
Text Example
White with #ED859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED859F; }
p { color: rgb(237,133,159); }
H1.HeaderClassName
{
color: #ED859F;
}
.AnyTagClassName
{
color: #ED859F;
}
</style>
background-color css
<style>
a { background-color: #ED859F; }
a { background-color: rgb(237,133,159); }
div.DivClassName
{
background-color: #ED859F;
}
.BgClassName
{
background-color: #ED859F;
}
</style>
border-color css
<style>
span { border-color: #ED859F; }
span { border-color: rgb(237,133,159); }
td.TdClassName
{
border-color: #ED859F;
}
.TagClassName
{
border-color: #ED859F;
}
</style>