Shades of Carissma #ED8384
Tints of Carissma #ED8384
RGB
CMYK
RGB Variations
Color information
#ED8384 (or 0xED8384) is known color: Carissma. HEX triplet: ED, 83 and 84. RGB value is (237,131,132). Sum of RGB (Red+Green+Blue) = 237+131+132=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8384 is #127C7B. Grayscale: #A2A2A2. Windows color (decimal): -1211516 or 8684525. OLE color: 8684525.
HSL color Cylindrical-coordinate representation of color #ED8384: hue angle of 359.43º 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 #ED8384 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 132 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.07 |
| HSL | 359.43º | 0.75% | 0.72% | - |
| HSV(B) | 359.43º | 0.45% | 0.93% | - |
| XYZ | 47.21 | 35.9 | 26.27 | - |
| YUV | 162.81 | 110.62 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 132 | 0 | 0.45 | 0.44 | 0.07 | 359.43 | 0.75 | 0.72 |
| Hex | ED | 83 | 84 | 0 | 2D | 2C | 7 | 167 | 4B | 48 |
| Octal | 355 | 203 | 204 | 0 | 55 | 54 | 7 | 547 | 113 | 110 |
| Binary | 11101101 | 10000011 | 10000100 | 0 | 101101 | 101100 | 111 | 101100111 | 1001011 | 1001000 |
Color Harmonies of #ED8384
Complementary color
Monochromatic Colors of #ED8384
Black with #ED8384
Text Example
Text Example
White with #ED8384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8384; }
p { color: rgb(237,131,132); }
H1.HeaderClassName
{
color: #ED8384;
}
.AnyTagClassName
{
color: #ED8384;
}
</style>
background-color css
<style>
a { background-color: #ED8384; }
a { background-color: rgb(237,131,132); }
div.DivClassName
{
background-color: #ED8384;
}
.BgClassName
{
background-color: #ED8384;
}
</style>
border-color css
<style>
span { border-color: #ED8384; }
span { border-color: rgb(237,131,132); }
td.TdClassName
{
border-color: #ED8384;
}
.TagClassName
{
border-color: #ED8384;
}
</style>