Shades of Carissma #ED7A89
Tints of Carissma #ED7A89
RGB
CMYK
RGB Variations
Color information
#ED7A89 (or 0xED7A89) is known color: Carissma. HEX triplet: ED, 7A and 89. RGB value is (237,122,137). Sum of RGB (Red+Green+Blue) = 237+122+137=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7A89 is #128576. Grayscale: #9E9E9E. Windows color (decimal): -1213815 or 9009901. OLE color: 9009901.
HSL color Cylindrical-coordinate representation of color #ED7A89: hue angle of 352.17º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7A89 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 137 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.07 |
| HSL | 352.17º | 0.76% | 0.7% | - |
| HSV(B) | 352.17º | 0.49% | 0.93% | - |
| XYZ | 46.4 | 33.73 | 27.73 | - |
| YUV | 158.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 137 | 0 | 0.49 | 0.42 | 0.07 | 352.17 | 0.76 | 0.7 |
| Hex | ED | 7A | 89 | 0 | 31 | 2A | 7 | 160 | 4C | 46 |
| Octal | 355 | 172 | 211 | 0 | 61 | 52 | 7 | 540 | 114 | 106 |
| Binary | 11101101 | 1111010 | 10001001 | 0 | 110001 | 101010 | 111 | 101100000 | 1001100 | 1000110 |
Color Harmonies of #ED7A89
Complementary color
Monochromatic Colors of #ED7A89
Black with #ED7A89
Text Example
Text Example
White with #ED7A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7A89; }
p { color: rgb(237,122,137); }
H1.HeaderClassName
{
color: #ED7A89;
}
.AnyTagClassName
{
color: #ED7A89;
}
</style>
background-color css
<style>
a { background-color: #ED7A89; }
a { background-color: rgb(237,122,137); }
div.DivClassName
{
background-color: #ED7A89;
}
.BgClassName
{
background-color: #ED7A89;
}
</style>
border-color css
<style>
span { border-color: #ED7A89; }
span { border-color: rgb(237,122,137); }
td.TdClassName
{
border-color: #ED7A89;
}
.TagClassName
{
border-color: #ED7A89;
}
</style>