Shades of Carissma #ED8594
Tints of Carissma #ED8594
RGB
CMYK
RGB Variations
Color information
#ED8594 (or 0xED8594) is known color: Carissma. HEX triplet: ED, 85 and 94. RGB value is (237,133,148). Sum of RGB (Red+Green+Blue) = 237+133+148=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8594 is #127A6B. Grayscale: #A5A5A5. Windows color (decimal): -1210988 or 9733613. OLE color: 9733613.
HSL color Cylindrical-coordinate representation of color #ED8594: hue angle of 351.35º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8594 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 148 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.07 |
| HSL | 351.35º | 0.74% | 0.73% | - |
| HSV(B) | 351.35º | 0.44% | 0.93% | - |
| XYZ | 48.66 | 36.92 | 32.58 | - |
| YUV | 165.81 | 117.96 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 148 | 0 | 0.44 | 0.38 | 0.07 | 351.35 | 0.74 | 0.73 |
| Hex | ED | 85 | 94 | 0 | 2C | 26 | 7 | 15F | 4A | 49 |
| Octal | 355 | 205 | 224 | 0 | 54 | 46 | 7 | 537 | 112 | 111 |
| Binary | 11101101 | 10000101 | 10010100 | 0 | 101100 | 100110 | 111 | 101011111 | 1001010 | 1001001 |
Color Harmonies of #ED8594
Complementary color
Monochromatic Colors of #ED8594
Black with #ED8594
Text Example
Text Example
White with #ED8594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8594; }
p { color: rgb(237,133,148); }
H1.HeaderClassName
{
color: #ED8594;
}
.AnyTagClassName
{
color: #ED8594;
}
</style>
background-color css
<style>
a { background-color: #ED8594; }
a { background-color: rgb(237,133,148); }
div.DivClassName
{
background-color: #ED8594;
}
.BgClassName
{
background-color: #ED8594;
}
</style>
border-color css
<style>
span { border-color: #ED8594; }
span { border-color: rgb(237,133,148); }
td.TdClassName
{
border-color: #ED8594;
}
.TagClassName
{
border-color: #ED8594;
}
</style>