Shades of Carissma #ED7A93
Tints of Carissma #ED7A93
RGB
CMYK
RGB Variations
Color information
#ED7A93 (or 0xED7A93) is known color: Carissma. HEX triplet: ED, 7A and 93. RGB value is (237,122,147). Sum of RGB (Red+Green+Blue) = 237+122+147=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7A93 is #12856C. Grayscale: #9F9F9F. Windows color (decimal): -1213805 or 9665261. OLE color: 9665261.
HSL color Cylindrical-coordinate representation of color #ED7A93: hue angle of 346.96º 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 #ED7A93 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 147 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.07 |
| HSL | 346.96º | 0.76% | 0.7% | - |
| HSV(B) | 346.96º | 0.49% | 0.93% | - |
| XYZ | 47.15 | 34.03 | 31.69 | - |
| YUV | 159.24 | 121.1 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 147 | 0 | 0.49 | 0.38 | 0.07 | 346.96 | 0.76 | 0.7 |
| Hex | ED | 7A | 93 | 0 | 31 | 26 | 7 | 15B | 4C | 46 |
| Octal | 355 | 172 | 223 | 0 | 61 | 46 | 7 | 533 | 114 | 106 |
| Binary | 11101101 | 1111010 | 10010011 | 0 | 110001 | 100110 | 111 | 101011011 | 1001100 | 1000110 |
Color Harmonies of #ED7A93
Complementary color
Monochromatic Colors of #ED7A93
Black with #ED7A93
Text Example
Text Example
White with #ED7A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7A93; }
p { color: rgb(237,122,147); }
H1.HeaderClassName
{
color: #ED7A93;
}
.AnyTagClassName
{
color: #ED7A93;
}
</style>
background-color css
<style>
a { background-color: #ED7A93; }
a { background-color: rgb(237,122,147); }
div.DivClassName
{
background-color: #ED7A93;
}
.BgClassName
{
background-color: #ED7A93;
}
</style>
border-color css
<style>
span { border-color: #ED7A93; }
span { border-color: rgb(237,122,147); }
td.TdClassName
{
border-color: #ED7A93;
}
.TagClassName
{
border-color: #ED7A93;
}
</style>