Shades of Carissma #ED7A8A
Tints of Carissma #ED7A8A
RGB
CMYK
RGB Variations
Color information
#ED7A8A (or 0xED7A8A) is known color: Carissma. HEX triplet: ED, 7A and 8A. RGB value is (237,122,138). Sum of RGB (Red+Green+Blue) = 237+122+138=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7A8A is #128575. Grayscale: #9E9E9E. Windows color (decimal): -1213814 or 9075437. OLE color: 9075437.
HSL color Cylindrical-coordinate representation of color #ED7A8A: hue angle of 351.65º 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 #ED7A8A is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 138 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.07 |
| HSL | 351.65º | 0.76% | 0.7% | - |
| HSV(B) | 351.65º | 0.49% | 0.93% | - |
| XYZ | 46.47 | 33.76 | 28.11 | - |
| YUV | 158.21 | 116.6 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 138 | 0 | 0.49 | 0.42 | 0.07 | 351.65 | 0.76 | 0.7 |
| Hex | ED | 7A | 8A | 0 | 31 | 2A | 7 | 160 | 4C | 46 |
| Octal | 355 | 172 | 212 | 0 | 61 | 52 | 7 | 540 | 114 | 106 |
| Binary | 11101101 | 1111010 | 10001010 | 0 | 110001 | 101010 | 111 | 101100000 | 1001100 | 1000110 |
Color Harmonies of #ED7A8A
Complementary color
Monochromatic Colors of #ED7A8A
Black with #ED7A8A
Text Example
Text Example
White with #ED7A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7A8A; }
p { color: rgb(237,122,138); }
H1.HeaderClassName
{
color: #ED7A8A;
}
.AnyTagClassName
{
color: #ED7A8A;
}
</style>
background-color css
<style>
a { background-color: #ED7A8A; }
a { background-color: rgb(237,122,138); }
div.DivClassName
{
background-color: #ED7A8A;
}
.BgClassName
{
background-color: #ED7A8A;
}
</style>
border-color css
<style>
span { border-color: #ED7A8A; }
span { border-color: rgb(237,122,138); }
td.TdClassName
{
border-color: #ED7A8A;
}
.TagClassName
{
border-color: #ED7A8A;
}
</style>