Shades of Carissma #ED8097
Tints of Carissma #ED8097
RGB
CMYK
RGB Variations
Color information
#ED8097 (or 0xED8097) is known color: Carissma. HEX triplet: ED, 80 and 97. RGB value is (237,128,151). Sum of RGB (Red+Green+Blue) = 237+128+151=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8097 is #127F68. Grayscale: #A3A3A3. Windows color (decimal): -1212265 or 9928941. OLE color: 9928941.
HSL color Cylindrical-coordinate representation of color #ED8097: hue angle of 347.34º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED8097 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 151 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.07 |
| HSL | 347.34º | 0.75% | 0.72% | - |
| HSV(B) | 347.34º | 0.46% | 0.93% | - |
| XYZ | 48.23 | 35.68 | 33.62 | - |
| YUV | 163.21 | 121.11 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 151 | 0 | 0.46 | 0.36 | 0.07 | 347.34 | 0.75 | 0.72 |
| Hex | ED | 80 | 97 | 0 | 2E | 24 | 7 | 15B | 4B | 48 |
| Octal | 355 | 200 | 227 | 0 | 56 | 44 | 7 | 533 | 113 | 110 |
| Binary | 11101101 | 10000000 | 10010111 | 0 | 101110 | 100100 | 111 | 101011011 | 1001011 | 1001000 |
Color Harmonies of #ED8097
Complementary color
Monochromatic Colors of #ED8097
Black with #ED8097
Text Example
Text Example
White with #ED8097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8097; }
p { color: rgb(237,128,151); }
H1.HeaderClassName
{
color: #ED8097;
}
.AnyTagClassName
{
color: #ED8097;
}
</style>
background-color css
<style>
a { background-color: #ED8097; }
a { background-color: rgb(237,128,151); }
div.DivClassName
{
background-color: #ED8097;
}
.BgClassName
{
background-color: #ED8097;
}
</style>
border-color css
<style>
span { border-color: #ED8097; }
span { border-color: rgb(237,128,151); }
td.TdClassName
{
border-color: #ED8097;
}
.TagClassName
{
border-color: #ED8097;
}
</style>