Shades of Carissma #ED8297
Tints of Carissma #ED8297
RGB
CMYK
RGB Variations
Color information
#ED8297 (or 0xED8297) is known color: Carissma. HEX triplet: ED, 82 and 97. RGB value is (237,130,151). Sum of RGB (Red+Green+Blue) = 237+130+151=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8297 is #127D68. Grayscale: #A4A4A4. Windows color (decimal): -1211753 or 9929453. OLE color: 9929453.
HSL color Cylindrical-coordinate representation of color #ED8297: hue angle of 348.22º 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 #ED8297 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 151 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.07 |
| HSL | 348.22º | 0.75% | 0.72% | - |
| HSV(B) | 348.22º | 0.45% | 0.93% | - |
| XYZ | 48.49 | 36.2 | 33.71 | - |
| YUV | 164.39 | 120.45 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 151 | 0 | 0.45 | 0.36 | 0.07 | 348.22 | 0.75 | 0.72 |
| Hex | ED | 82 | 97 | 0 | 2D | 24 | 7 | 15C | 4B | 48 |
| Octal | 355 | 202 | 227 | 0 | 55 | 44 | 7 | 534 | 113 | 110 |
| Binary | 11101101 | 10000010 | 10010111 | 0 | 101101 | 100100 | 111 | 101011100 | 1001011 | 1001000 |
Color Harmonies of #ED8297
Complementary color
Monochromatic Colors of #ED8297
Black with #ED8297
Text Example
Text Example
White with #ED8297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8297; }
p { color: rgb(237,130,151); }
H1.HeaderClassName
{
color: #ED8297;
}
.AnyTagClassName
{
color: #ED8297;
}
</style>
background-color css
<style>
a { background-color: #ED8297; }
a { background-color: rgb(237,130,151); }
div.DivClassName
{
background-color: #ED8297;
}
.BgClassName
{
background-color: #ED8297;
}
</style>
border-color css
<style>
span { border-color: #ED8297; }
span { border-color: rgb(237,130,151); }
td.TdClassName
{
border-color: #ED8297;
}
.TagClassName
{
border-color: #ED8297;
}
</style>