Shades of Carissma #ED8395
Tints of Carissma #ED8395
RGB
CMYK
RGB Variations
Color information
#ED8395 (or 0xED8395) is known color: Carissma. HEX triplet: ED, 83 and 95. RGB value is (237,131,149). Sum of RGB (Red+Green+Blue) = 237+131+149=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8395 is #127C6A. Grayscale: #A4A4A4. Windows color (decimal): -1211499 or 9798637. OLE color: 9798637.
HSL color Cylindrical-coordinate representation of color #ED8395: hue angle of 349.81º 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 #ED8395 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 149 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.07 |
| HSL | 349.81º | 0.75% | 0.72% | - |
| HSV(B) | 349.81º | 0.45% | 0.93% | - |
| XYZ | 48.47 | 36.41 | 32.91 | - |
| YUV | 164.75 | 119.12 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 149 | 0 | 0.45 | 0.37 | 0.07 | 349.81 | 0.75 | 0.72 |
| Hex | ED | 83 | 95 | 0 | 2D | 25 | 7 | 15E | 4B | 48 |
| Octal | 355 | 203 | 225 | 0 | 55 | 45 | 7 | 536 | 113 | 110 |
| Binary | 11101101 | 10000011 | 10010101 | 0 | 101101 | 100101 | 111 | 101011110 | 1001011 | 1001000 |
Color Harmonies of #ED8395
Complementary color
Monochromatic Colors of #ED8395
Black with #ED8395
Text Example
Text Example
White with #ED8395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8395; }
p { color: rgb(237,131,149); }
H1.HeaderClassName
{
color: #ED8395;
}
.AnyTagClassName
{
color: #ED8395;
}
</style>
background-color css
<style>
a { background-color: #ED8395; }
a { background-color: rgb(237,131,149); }
div.DivClassName
{
background-color: #ED8395;
}
.BgClassName
{
background-color: #ED8395;
}
</style>
border-color css
<style>
span { border-color: #ED8395; }
span { border-color: rgb(237,131,149); }
td.TdClassName
{
border-color: #ED8395;
}
.TagClassName
{
border-color: #ED8395;
}
</style>