Shades of Carissma #ED858C
Tints of Carissma #ED858C
RGB
CMYK
RGB Variations
Color information
#ED858C (or 0xED858C) is known color: Carissma. HEX triplet: ED, 85 and 8C. RGB value is (237,133,140). Sum of RGB (Red+Green+Blue) = 237+133+140=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED858C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED858C is #127A73. Grayscale: #A4A4A4. Windows color (decimal): -1210996 or 9209325. OLE color: 9209325.
HSL color Cylindrical-coordinate representation of color #ED858C: hue angle of 355.96º 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 #ED858C is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 140 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.07 |
| HSL | 355.96º | 0.74% | 0.73% | - |
| HSV(B) | 355.96º | 0.44% | 0.93% | - |
| XYZ | 48.05 | 36.67 | 29.36 | - |
| YUV | 164.89 | 113.96 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 140 | 0 | 0.44 | 0.41 | 0.07 | 355.96 | 0.74 | 0.73 |
| Hex | ED | 85 | 8C | 0 | 2C | 29 | 7 | 164 | 4A | 49 |
| Octal | 355 | 205 | 214 | 0 | 54 | 51 | 7 | 544 | 112 | 111 |
| Binary | 11101101 | 10000101 | 10001100 | 0 | 101100 | 101001 | 111 | 101100100 | 1001010 | 1001001 |
Color Harmonies of #ED858C
Complementary color
Monochromatic Colors of #ED858C
Black with #ED858C
Text Example
Text Example
White with #ED858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED858C; }
p { color: rgb(237,133,140); }
H1.HeaderClassName
{
color: #ED858C;
}
.AnyTagClassName
{
color: #ED858C;
}
</style>
background-color css
<style>
a { background-color: #ED858C; }
a { background-color: rgb(237,133,140); }
div.DivClassName
{
background-color: #ED858C;
}
.BgClassName
{
background-color: #ED858C;
}
</style>
border-color css
<style>
span { border-color: #ED858C; }
span { border-color: rgb(237,133,140); }
td.TdClassName
{
border-color: #ED858C;
}
.TagClassName
{
border-color: #ED858C;
}
</style>