Shades of Carissma #ED7B90
Tints of Carissma #ED7B90
RGB
CMYK
RGB Variations
Color information
#ED7B90 (or 0xED7B90) is known color: Carissma. HEX triplet: ED, 7B and 90. RGB value is (237,123,144). Sum of RGB (Red+Green+Blue) = 237+123+144=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7B90 is #12846F. Grayscale: #9F9F9F. Windows color (decimal): -1213552 or 9468909. OLE color: 9468909.
HSL color Cylindrical-coordinate representation of color #ED7B90: hue angle of 348.95º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7B90 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 144 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.07 |
| HSL | 348.95º | 0.76% | 0.71% | - |
| HSV(B) | 348.95º | 0.48% | 0.93% | - |
| XYZ | 47.04 | 34.18 | 30.5 | - |
| YUV | 159.48 | 119.27 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 144 | 0 | 0.48 | 0.39 | 0.07 | 348.95 | 0.76 | 0.71 |
| Hex | ED | 7B | 90 | 0 | 30 | 27 | 7 | 15D | 4C | 47 |
| Octal | 355 | 173 | 220 | 0 | 60 | 47 | 7 | 535 | 114 | 107 |
| Binary | 11101101 | 1111011 | 10010000 | 0 | 110000 | 100111 | 111 | 101011101 | 1001100 | 1000111 |
Color Harmonies of #ED7B90
Complementary color
Monochromatic Colors of #ED7B90
Black with #ED7B90
Text Example
Text Example
White with #ED7B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7B90; }
p { color: rgb(237,123,144); }
H1.HeaderClassName
{
color: #ED7B90;
}
.AnyTagClassName
{
color: #ED7B90;
}
</style>
background-color css
<style>
a { background-color: #ED7B90; }
a { background-color: rgb(237,123,144); }
div.DivClassName
{
background-color: #ED7B90;
}
.BgClassName
{
background-color: #ED7B90;
}
</style>
border-color css
<style>
span { border-color: #ED7B90; }
span { border-color: rgb(237,123,144); }
td.TdClassName
{
border-color: #ED7B90;
}
.TagClassName
{
border-color: #ED7B90;
}
</style>