Shades of Carissma #ED7A8B
Tints of Carissma #ED7A8B
RGB
CMYK
RGB Variations
Color information
#ED7A8B (or 0xED7A8B) is known color: Carissma. HEX triplet: ED, 7A and 8B. RGB value is (237,122,139). Sum of RGB (Red+Green+Blue) = 237+122+139=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7A8B is #128574. Grayscale: #9E9E9E. Windows color (decimal): -1213813 or 9140973. OLE color: 9140973.
HSL color Cylindrical-coordinate representation of color #ED7A8B: hue angle of 351.13º 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 #ED7A8B is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 139 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.07 |
| HSL | 351.13º | 0.76% | 0.7% | - |
| HSV(B) | 351.13º | 0.49% | 0.93% | - |
| XYZ | 46.54 | 33.79 | 28.49 | - |
| YUV | 158.32 | 117.1 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 139 | 0 | 0.49 | 0.41 | 0.07 | 351.13 | 0.76 | 0.7 |
| Hex | ED | 7A | 8B | 0 | 31 | 29 | 7 | 15F | 4C | 46 |
| Octal | 355 | 172 | 213 | 0 | 61 | 51 | 7 | 537 | 114 | 106 |
| Binary | 11101101 | 1111010 | 10001011 | 0 | 110001 | 101001 | 111 | 101011111 | 1001100 | 1000110 |
Color Harmonies of #ED7A8B
Complementary color
Monochromatic Colors of #ED7A8B
Black with #ED7A8B
Text Example
Text Example
White with #ED7A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7A8B; }
p { color: rgb(237,122,139); }
H1.HeaderClassName
{
color: #ED7A8B;
}
.AnyTagClassName
{
color: #ED7A8B;
}
</style>
background-color css
<style>
a { background-color: #ED7A8B; }
a { background-color: rgb(237,122,139); }
div.DivClassName
{
background-color: #ED7A8B;
}
.BgClassName
{
background-color: #ED7A8B;
}
</style>
border-color css
<style>
span { border-color: #ED7A8B; }
span { border-color: rgb(237,122,139); }
td.TdClassName
{
border-color: #ED7A8B;
}
.TagClassName
{
border-color: #ED7A8B;
}
</style>