Shades of Carissma #ED759C
Tints of Carissma #ED759C
RGB
CMYK
RGB Variations
Color information
#ED759C (or 0xED759C) is known color: Carissma. HEX triplet: ED, 75 and 9C. RGB value is (237,117,156). Sum of RGB (Red+Green+Blue) = 237+117+156=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED759C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED759C is #128A63. Grayscale: #9D9D9D. Windows color (decimal): -1215076 or 10253805. OLE color: 10253805.
HSL color Cylindrical-coordinate representation of color #ED759C: hue angle of 340.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED759C is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 156 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.07 |
| HSL | 340.5º | 0.77% | 0.69% | - |
| HSV(B) | 340.5º | 0.51% | 0.93% | - |
| XYZ | 47.29 | 33.13 | 35.35 | - |
| YUV | 157.33 | 127.26 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 156 | 0 | 0.51 | 0.34 | 0.07 | 340.5 | 0.77 | 0.69 |
| Hex | ED | 75 | 9C | 0 | 33 | 22 | 7 | 154 | 4D | 45 |
| Octal | 355 | 165 | 234 | 0 | 63 | 42 | 7 | 524 | 115 | 105 |
| Binary | 11101101 | 1110101 | 10011100 | 0 | 110011 | 100010 | 111 | 101010100 | 1001101 | 1000101 |
Color Harmonies of #ED759C
Complementary color
Monochromatic Colors of #ED759C
Black with #ED759C
Text Example
Text Example
White with #ED759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED759C; }
p { color: rgb(237,117,156); }
H1.HeaderClassName
{
color: #ED759C;
}
.AnyTagClassName
{
color: #ED759C;
}
</style>
background-color css
<style>
a { background-color: #ED759C; }
a { background-color: rgb(237,117,156); }
div.DivClassName
{
background-color: #ED759C;
}
.BgClassName
{
background-color: #ED759C;
}
</style>
border-color css
<style>
span { border-color: #ED759C; }
span { border-color: rgb(237,117,156); }
td.TdClassName
{
border-color: #ED759C;
}
.TagClassName
{
border-color: #ED759C;
}
</style>