Shades of Carissma #ED8098
Tints of Carissma #ED8098
RGB
CMYK
RGB Variations
Color information
#ED8098 (or 0xED8098) is known color: Carissma. HEX triplet: ED, 80 and 98. RGB value is (237,128,152). Sum of RGB (Red+Green+Blue) = 237+128+152=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8098 is #127F67. Grayscale: #A3A3A3. Windows color (decimal): -1212264 or 9994477. OLE color: 9994477.
HSL color Cylindrical-coordinate representation of color #ED8098: hue angle of 346.79º 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 #ED8098 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 152 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.07 |
| HSL | 346.79º | 0.75% | 0.72% | - |
| HSV(B) | 346.79º | 0.46% | 0.93% | - |
| XYZ | 48.31 | 35.71 | 34.05 | - |
| YUV | 163.33 | 121.61 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 152 | 0 | 0.46 | 0.36 | 0.07 | 346.79 | 0.75 | 0.72 |
| Hex | ED | 80 | 98 | 0 | 2E | 24 | 7 | 15B | 4B | 48 |
| Octal | 355 | 200 | 230 | 0 | 56 | 44 | 7 | 533 | 113 | 110 |
| Binary | 11101101 | 10000000 | 10011000 | 0 | 101110 | 100100 | 111 | 101011011 | 1001011 | 1001000 |
Color Harmonies of #ED8098
Complementary color
Monochromatic Colors of #ED8098
Black with #ED8098
Text Example
Text Example
White with #ED8098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8098; }
p { color: rgb(237,128,152); }
H1.HeaderClassName
{
color: #ED8098;
}
.AnyTagClassName
{
color: #ED8098;
}
</style>
background-color css
<style>
a { background-color: #ED8098; }
a { background-color: rgb(237,128,152); }
div.DivClassName
{
background-color: #ED8098;
}
.BgClassName
{
background-color: #ED8098;
}
</style>
border-color css
<style>
span { border-color: #ED8098; }
span { border-color: rgb(237,128,152); }
td.TdClassName
{
border-color: #ED8098;
}
.TagClassName
{
border-color: #ED8098;
}
</style>