Shades of Carissma #ED7FA0
Tints of Carissma #ED7FA0
RGB
CMYK
RGB Variations
Color information
#ED7FA0 (or 0xED7FA0) is known color: Carissma. HEX triplet: ED, 7F and A0. RGB value is (237,127,160). Sum of RGB (Red+Green+Blue) = 237+127+160=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7FA0 is #12805F. Grayscale: #A3A3A3. Windows color (decimal): -1212512 or 10518509. OLE color: 10518509.
HSL color Cylindrical-coordinate representation of color #ED7FA0: hue angle of 342º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED7FA0 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 127 | 160 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.07 |
| HSL | 342º | 0.75% | 0.71% | - |
| HSV(B) | 342º | 0.46% | 0.93% | - |
| XYZ | 48.86 | 35.72 | 37.58 | - |
| YUV | 163.65 | 125.94 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 127 | 160 | 0 | 0.46 | 0.32 | 0.07 | 342 | 0.75 | 0.71 |
| Hex | ED | 7F | A0 | 0 | 2E | 20 | 7 | 156 | 4B | 47 |
| Octal | 355 | 177 | 240 | 0 | 56 | 40 | 7 | 526 | 113 | 107 |
| Binary | 11101101 | 1111111 | 10100000 | 0 | 101110 | 100000 | 111 | 101010110 | 1001011 | 1000111 |
Color Harmonies of #ED7FA0
Complementary color
Monochromatic Colors of #ED7FA0
Black with #ED7FA0
Text Example
Text Example
White with #ED7FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7FA0; }
p { color: rgb(237,127,160); }
H1.HeaderClassName
{
color: #ED7FA0;
}
.AnyTagClassName
{
color: #ED7FA0;
}
</style>
background-color css
<style>
a { background-color: #ED7FA0; }
a { background-color: rgb(237,127,160); }
div.DivClassName
{
background-color: #ED7FA0;
}
.BgClassName
{
background-color: #ED7FA0;
}
</style>
border-color css
<style>
span { border-color: #ED7FA0; }
span { border-color: rgb(237,127,160); }
td.TdClassName
{
border-color: #ED7FA0;
}
.TagClassName
{
border-color: #ED7FA0;
}
</style>