Shades of Carissma #ED7599
Tints of Carissma #ED7599
RGB
CMYK
RGB Variations
Color information
#ED7599 (or 0xED7599) is known color: Carissma. HEX triplet: ED, 75 and 99. RGB value is (237,117,153). Sum of RGB (Red+Green+Blue) = 237+117+153=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7599 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7599 is #128A66. Grayscale: #9C9C9C. Windows color (decimal): -1215079 or 10057197. OLE color: 10057197.
HSL color Cylindrical-coordinate representation of color #ED7599: hue angle of 342º 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 #ED7599 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 153 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.07 |
| HSL | 342º | 0.77% | 0.69% | - |
| HSV(B) | 342º | 0.51% | 0.93% | - |
| XYZ | 47.04 | 33.03 | 34.03 | - |
| YUV | 156.98 | 125.76 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 153 | 0 | 0.51 | 0.35 | 0.07 | 342 | 0.77 | 0.69 |
| Hex | ED | 75 | 99 | 0 | 33 | 23 | 7 | 156 | 4D | 45 |
| Octal | 355 | 165 | 231 | 0 | 63 | 43 | 7 | 526 | 115 | 105 |
| Binary | 11101101 | 1110101 | 10011001 | 0 | 110011 | 100011 | 111 | 101010110 | 1001101 | 1000101 |
Color Harmonies of #ED7599
Complementary color
Monochromatic Colors of #ED7599
Black with #ED7599
Text Example
Text Example
White with #ED7599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7599; }
p { color: rgb(237,117,153); }
H1.HeaderClassName
{
color: #ED7599;
}
.AnyTagClassName
{
color: #ED7599;
}
</style>
background-color css
<style>
a { background-color: #ED7599; }
a { background-color: rgb(237,117,153); }
div.DivClassName
{
background-color: #ED7599;
}
.BgClassName
{
background-color: #ED7599;
}
</style>
border-color css
<style>
span { border-color: #ED7599; }
span { border-color: rgb(237,117,153); }
td.TdClassName
{
border-color: #ED7599;
}
.TagClassName
{
border-color: #ED7599;
}
</style>