Shades of Carissma #ED8285
Tints of Carissma #ED8285
RGB
CMYK
RGB Variations
Color information
#ED8285 (or 0xED8285) is known color: Carissma. HEX triplet: ED, 82 and 85. RGB value is (237,130,133). Sum of RGB (Red+Green+Blue) = 237+130+133=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8285 is #127D7A. Grayscale: #A2A2A2. Windows color (decimal): -1211771 or 8749805. OLE color: 8749805.
HSL color Cylindrical-coordinate representation of color #ED8285: hue angle of 358.32º 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 #ED8285 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 133 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.07 |
| HSL | 358.32º | 0.75% | 0.72% | - |
| HSV(B) | 358.32º | 0.45% | 0.93% | - |
| XYZ | 47.14 | 35.66 | 26.59 | - |
| YUV | 162.34 | 111.45 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 133 | 0 | 0.45 | 0.44 | 0.07 | 358.32 | 0.75 | 0.72 |
| Hex | ED | 82 | 85 | 0 | 2D | 2C | 7 | 166 | 4B | 48 |
| Octal | 355 | 202 | 205 | 0 | 55 | 54 | 7 | 546 | 113 | 110 |
| Binary | 11101101 | 10000010 | 10000101 | 0 | 101101 | 101100 | 111 | 101100110 | 1001011 | 1001000 |
Color Harmonies of #ED8285
Complementary color
Monochromatic Colors of #ED8285
Black with #ED8285
Text Example
Text Example
White with #ED8285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8285; }
p { color: rgb(237,130,133); }
H1.HeaderClassName
{
color: #ED8285;
}
.AnyTagClassName
{
color: #ED8285;
}
</style>
background-color css
<style>
a { background-color: #ED8285; }
a { background-color: rgb(237,130,133); }
div.DivClassName
{
background-color: #ED8285;
}
.BgClassName
{
background-color: #ED8285;
}
</style>
border-color css
<style>
span { border-color: #ED8285; }
span { border-color: rgb(237,130,133); }
td.TdClassName
{
border-color: #ED8285;
}
.TagClassName
{
border-color: #ED8285;
}
</style>