Shades of Carissma #ED739C
Tints of Carissma #ED739C
RGB
CMYK
RGB Variations
Color information
#ED739C (or 0xED739C) is known color: Carissma. HEX triplet: ED, 73 and 9C. RGB value is (237,115,156). Sum of RGB (Red+Green+Blue) = 237+115+156=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED739C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED739C is #128C63. Grayscale: #9C9C9C. Windows color (decimal): -1215588 or 10253293. OLE color: 10253293.
HSL color Cylindrical-coordinate representation of color #ED739C: hue angle of 339.84º 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 #ED739C is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 156 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.07 |
| HSL | 339.84º | 0.77% | 0.69% | - |
| HSV(B) | 339.84º | 0.51% | 0.93% | - |
| XYZ | 47.06 | 32.67 | 35.28 | - |
| YUV | 156.15 | 127.92 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 156 | 0 | 0.51 | 0.34 | 0.07 | 339.84 | 0.77 | 0.69 |
| Hex | ED | 73 | 9C | 0 | 33 | 22 | 7 | 154 | 4D | 45 |
| Octal | 355 | 163 | 234 | 0 | 63 | 42 | 7 | 524 | 115 | 105 |
| Binary | 11101101 | 1110011 | 10011100 | 0 | 110011 | 100010 | 111 | 101010100 | 1001101 | 1000101 |
Color Harmonies of #ED739C
Complementary color
Monochromatic Colors of #ED739C
Black with #ED739C
Text Example
Text Example
White with #ED739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED739C; }
p { color: rgb(237,115,156); }
H1.HeaderClassName
{
color: #ED739C;
}
.AnyTagClassName
{
color: #ED739C;
}
</style>
background-color css
<style>
a { background-color: #ED739C; }
a { background-color: rgb(237,115,156); }
div.DivClassName
{
background-color: #ED739C;
}
.BgClassName
{
background-color: #ED739C;
}
</style>
border-color css
<style>
span { border-color: #ED739C; }
span { border-color: rgb(237,115,156); }
td.TdClassName
{
border-color: #ED739C;
}
.TagClassName
{
border-color: #ED739C;
}
</style>