Shades of Carissma #ED7A91
Tints of Carissma #ED7A91
RGB
CMYK
RGB Variations
Color information
#ED7A91 (or 0xED7A91) is known color: Carissma. HEX triplet: ED, 7A and 91. RGB value is (237,122,145). Sum of RGB (Red+Green+Blue) = 237+122+145=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7A91 is #12856E. Grayscale: #9F9F9F. Windows color (decimal): -1213807 or 9534189. OLE color: 9534189.
HSL color Cylindrical-coordinate representation of color #ED7A91: hue angle of 348º 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 #ED7A91 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 145 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.07 |
| HSL | 348º | 0.76% | 0.7% | - |
| HSV(B) | 348º | 0.49% | 0.93% | - |
| XYZ | 47 | 33.97 | 30.87 | - |
| YUV | 159.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 145 | 0 | 0.49 | 0.39 | 0.07 | 348 | 0.76 | 0.7 |
| Hex | ED | 7A | 91 | 0 | 31 | 27 | 7 | 15C | 4C | 46 |
| Octal | 355 | 172 | 221 | 0 | 61 | 47 | 7 | 534 | 114 | 106 |
| Binary | 11101101 | 1111010 | 10010001 | 0 | 110001 | 100111 | 111 | 101011100 | 1001100 | 1000110 |
Color Harmonies of #ED7A91
Complementary color
Monochromatic Colors of #ED7A91
Black with #ED7A91
Text Example
Text Example
White with #ED7A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7A91; }
p { color: rgb(237,122,145); }
H1.HeaderClassName
{
color: #ED7A91;
}
.AnyTagClassName
{
color: #ED7A91;
}
</style>
background-color css
<style>
a { background-color: #ED7A91; }
a { background-color: rgb(237,122,145); }
div.DivClassName
{
background-color: #ED7A91;
}
.BgClassName
{
background-color: #ED7A91;
}
</style>
border-color css
<style>
span { border-color: #ED7A91; }
span { border-color: rgb(237,122,145); }
td.TdClassName
{
border-color: #ED7A91;
}
.TagClassName
{
border-color: #ED7A91;
}
</style>