Shades of Carissma #ED8385
Tints of Carissma #ED8385
RGB
CMYK
RGB Variations
Color information
#ED8385 (or 0xED8385) is known color: Carissma. HEX triplet: ED, 83 and 85. RGB value is (237,131,133). Sum of RGB (Red+Green+Blue) = 237+131+133=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8385 is #127C7A. Grayscale: #A3A3A3. Windows color (decimal): -1211515 or 8750061. OLE color: 8750061.
HSL color Cylindrical-coordinate representation of color #ED8385: hue angle of 358.87º 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 #ED8385 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 133 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.07 |
| HSL | 358.87º | 0.75% | 0.72% | - |
| HSV(B) | 358.87º | 0.45% | 0.93% | - |
| XYZ | 47.27 | 35.93 | 26.63 | - |
| YUV | 162.92 | 111.12 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 133 | 0 | 0.45 | 0.44 | 0.07 | 358.87 | 0.75 | 0.72 |
| Hex | ED | 83 | 85 | 0 | 2D | 2C | 7 | 167 | 4B | 48 |
| Octal | 355 | 203 | 205 | 0 | 55 | 54 | 7 | 547 | 113 | 110 |
| Binary | 11101101 | 10000011 | 10000101 | 0 | 101101 | 101100 | 111 | 101100111 | 1001011 | 1001000 |
Color Harmonies of #ED8385
Complementary color
Monochromatic Colors of #ED8385
Black with #ED8385
Text Example
Text Example
White with #ED8385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8385; }
p { color: rgb(237,131,133); }
H1.HeaderClassName
{
color: #ED8385;
}
.AnyTagClassName
{
color: #ED8385;
}
</style>
background-color css
<style>
a { background-color: #ED8385; }
a { background-color: rgb(237,131,133); }
div.DivClassName
{
background-color: #ED8385;
}
.BgClassName
{
background-color: #ED8385;
}
</style>
border-color css
<style>
span { border-color: #ED8385; }
span { border-color: rgb(237,131,133); }
td.TdClassName
{
border-color: #ED8385;
}
.TagClassName
{
border-color: #ED8385;
}
</style>