Shades of Carissma #ED7F85
Tints of Carissma #ED7F85
RGB
CMYK
RGB Variations
Color information
#ED7F85 (or 0xED7F85) is known color: Carissma. HEX triplet: ED, 7F and 85. RGB value is (237,127,133). Sum of RGB (Red+Green+Blue) = 237+127+133=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7F85 is #12807A. Grayscale: #A0A0A0. Windows color (decimal): -1212539 or 8749037. OLE color: 8749037.
HSL color Cylindrical-coordinate representation of color #ED7F85: hue angle of 356.73º 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 #ED7F85 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 127 | 133 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.07 |
| HSL | 356.73º | 0.75% | 0.71% | - |
| HSV(B) | 356.73º | 0.46% | 0.93% | - |
| XYZ | 46.75 | 34.88 | 26.46 | - |
| YUV | 160.57 | 112.44 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 127 | 133 | 0 | 0.46 | 0.44 | 0.07 | 356.73 | 0.75 | 0.71 |
| Hex | ED | 7F | 85 | 0 | 2E | 2C | 7 | 165 | 4B | 47 |
| Octal | 355 | 177 | 205 | 0 | 56 | 54 | 7 | 545 | 113 | 107 |
| Binary | 11101101 | 1111111 | 10000101 | 0 | 101110 | 101100 | 111 | 101100101 | 1001011 | 1000111 |
Color Harmonies of #ED7F85
Complementary color
Monochromatic Colors of #ED7F85
Black with #ED7F85
Text Example
Text Example
White with #ED7F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7F85; }
p { color: rgb(237,127,133); }
H1.HeaderClassName
{
color: #ED7F85;
}
.AnyTagClassName
{
color: #ED7F85;
}
</style>
background-color css
<style>
a { background-color: #ED7F85; }
a { background-color: rgb(237,127,133); }
div.DivClassName
{
background-color: #ED7F85;
}
.BgClassName
{
background-color: #ED7F85;
}
</style>
border-color css
<style>
span { border-color: #ED7F85; }
span { border-color: rgb(237,127,133); }
td.TdClassName
{
border-color: #ED7F85;
}
.TagClassName
{
border-color: #ED7F85;
}
</style>