Shades of Carissma #ED858E
Tints of Carissma #ED858E
RGB
CMYK
RGB Variations
Color information
#ED858E (or 0xED858E) is known color: Carissma. HEX triplet: ED, 85 and 8E. RGB value is (237,133,142). Sum of RGB (Red+Green+Blue) = 237+133+142=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED858E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED858E is #127A71. Grayscale: #A5A5A5. Windows color (decimal): -1210994 or 9340397. OLE color: 9340397.
HSL color Cylindrical-coordinate representation of color #ED858E: hue angle of 354.81º 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 #ED858E is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 142 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.07 |
| HSL | 354.81º | 0.74% | 0.73% | - |
| HSV(B) | 354.81º | 0.44% | 0.93% | - |
| XYZ | 48.2 | 36.73 | 30.14 | - |
| YUV | 165.12 | 114.96 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 142 | 0 | 0.44 | 0.40 | 0.07 | 354.81 | 0.74 | 0.73 |
| Hex | ED | 85 | 8E | 0 | 2C | 28 | 7 | 163 | 4A | 49 |
| Octal | 355 | 205 | 216 | 0 | 54 | 50 | 7 | 543 | 112 | 111 |
| Binary | 11101101 | 10000101 | 10001110 | 0 | 101100 | 101000 | 111 | 101100011 | 1001010 | 1001001 |
Color Harmonies of #ED858E
Complementary color
Monochromatic Colors of #ED858E
Black with #ED858E
Text Example
Text Example
White with #ED858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED858E; }
p { color: rgb(237,133,142); }
H1.HeaderClassName
{
color: #ED858E;
}
.AnyTagClassName
{
color: #ED858E;
}
</style>
background-color css
<style>
a { background-color: #ED858E; }
a { background-color: rgb(237,133,142); }
div.DivClassName
{
background-color: #ED858E;
}
.BgClassName
{
background-color: #ED858E;
}
</style>
border-color css
<style>
span { border-color: #ED858E; }
span { border-color: rgb(237,133,142); }
td.TdClassName
{
border-color: #ED858E;
}
.TagClassName
{
border-color: #ED858E;
}
</style>