Shades of Carissma #ED7F8C
Tints of Carissma #ED7F8C
RGB
CMYK
RGB Variations
Color information
#ED7F8C (or 0xED7F8C) is known color: Carissma. HEX triplet: ED, 7F and 8C. RGB value is (237,127,140). Sum of RGB (Red+Green+Blue) = 237+127+140=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7F8C is #128073. Grayscale: #A1A1A1. Windows color (decimal): -1212532 or 9207789. OLE color: 9207789.
HSL color Cylindrical-coordinate representation of color #ED7F8C: hue angle of 352.91º 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 #ED7F8C is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 127 | 140 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.07 |
| HSL | 352.91º | 0.75% | 0.71% | - |
| HSV(B) | 352.91º | 0.46% | 0.93% | - |
| XYZ | 47.25 | 35.08 | 29.09 | - |
| YUV | 161.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 127 | 140 | 0 | 0.46 | 0.41 | 0.07 | 352.91 | 0.75 | 0.71 |
| Hex | ED | 7F | 8C | 0 | 2E | 29 | 7 | 161 | 4B | 47 |
| Octal | 355 | 177 | 214 | 0 | 56 | 51 | 7 | 541 | 113 | 107 |
| Binary | 11101101 | 1111111 | 10001100 | 0 | 101110 | 101001 | 111 | 101100001 | 1001011 | 1000111 |
Color Harmonies of #ED7F8C
Complementary color
Monochromatic Colors of #ED7F8C
Black with #ED7F8C
Text Example
Text Example
White with #ED7F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7F8C; }
p { color: rgb(237,127,140); }
H1.HeaderClassName
{
color: #ED7F8C;
}
.AnyTagClassName
{
color: #ED7F8C;
}
</style>
background-color css
<style>
a { background-color: #ED7F8C; }
a { background-color: rgb(237,127,140); }
div.DivClassName
{
background-color: #ED7F8C;
}
.BgClassName
{
background-color: #ED7F8C;
}
</style>
border-color css
<style>
span { border-color: #ED7F8C; }
span { border-color: rgb(237,127,140); }
td.TdClassName
{
border-color: #ED7F8C;
}
.TagClassName
{
border-color: #ED7F8C;
}
</style>