Shades of Carissma #ED7B92
Tints of Carissma #ED7B92
RGB
CMYK
RGB Variations
Color information
#ED7B92 (or 0xED7B92) is known color: Carissma. HEX triplet: ED, 7B and 92. RGB value is (237,123,146). Sum of RGB (Red+Green+Blue) = 237+123+146=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7B92 is #12846D. Grayscale: #9F9F9F. Windows color (decimal): -1213550 or 9599981. OLE color: 9599981.
HSL color Cylindrical-coordinate representation of color #ED7B92: hue angle of 347.89º 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 #ED7B92 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 146 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.07 |
| HSL | 347.89º | 0.76% | 0.71% | - |
| HSV(B) | 347.89º | 0.48% | 0.93% | - |
| XYZ | 47.2 | 34.25 | 31.32 | - |
| YUV | 159.71 | 120.27 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 146 | 0 | 0.48 | 0.38 | 0.07 | 347.89 | 0.76 | 0.71 |
| Hex | ED | 7B | 92 | 0 | 30 | 26 | 7 | 15C | 4C | 47 |
| Octal | 355 | 173 | 222 | 0 | 60 | 46 | 7 | 534 | 114 | 107 |
| Binary | 11101101 | 1111011 | 10010010 | 0 | 110000 | 100110 | 111 | 101011100 | 1001100 | 1000111 |
Color Harmonies of #ED7B92
Complementary color
Monochromatic Colors of #ED7B92
Black with #ED7B92
Text Example
Text Example
White with #ED7B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7B92; }
p { color: rgb(237,123,146); }
H1.HeaderClassName
{
color: #ED7B92;
}
.AnyTagClassName
{
color: #ED7B92;
}
</style>
background-color css
<style>
a { background-color: #ED7B92; }
a { background-color: rgb(237,123,146); }
div.DivClassName
{
background-color: #ED7B92;
}
.BgClassName
{
background-color: #ED7B92;
}
</style>
border-color css
<style>
span { border-color: #ED7B92; }
span { border-color: rgb(237,123,146); }
td.TdClassName
{
border-color: #ED7B92;
}
.TagClassName
{
border-color: #ED7B92;
}
</style>