Shades of Carissma #ED7399
Tints of Carissma #ED7399
RGB
CMYK
RGB Variations
Color information
#ED7399 (or 0xED7399) is known color: Carissma. HEX triplet: ED, 73 and 99. RGB value is (237,115,153). Sum of RGB (Red+Green+Blue) = 237+115+153=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7399 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7399 is #128C66. Grayscale: #9B9B9B. Windows color (decimal): -1215591 or 10056685. OLE color: 10056685.
HSL color Cylindrical-coordinate representation of color #ED7399: hue angle of 341.31º 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 #ED7399 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 153 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.07 |
| HSL | 341.31º | 0.77% | 0.69% | - |
| HSV(B) | 341.31º | 0.51% | 0.93% | - |
| XYZ | 46.81 | 32.57 | 33.96 | - |
| YUV | 155.81 | 126.42 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 153 | 0 | 0.51 | 0.35 | 0.07 | 341.31 | 0.77 | 0.69 |
| Hex | ED | 73 | 99 | 0 | 33 | 23 | 7 | 155 | 4D | 45 |
| Octal | 355 | 163 | 231 | 0 | 63 | 43 | 7 | 525 | 115 | 105 |
| Binary | 11101101 | 1110011 | 10011001 | 0 | 110011 | 100011 | 111 | 101010101 | 1001101 | 1000101 |
Color Harmonies of #ED7399
Complementary color
Monochromatic Colors of #ED7399
Black with #ED7399
Text Example
Text Example
White with #ED7399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7399; }
p { color: rgb(237,115,153); }
H1.HeaderClassName
{
color: #ED7399;
}
.AnyTagClassName
{
color: #ED7399;
}
</style>
background-color css
<style>
a { background-color: #ED7399; }
a { background-color: rgb(237,115,153); }
div.DivClassName
{
background-color: #ED7399;
}
.BgClassName
{
background-color: #ED7399;
}
</style>
border-color css
<style>
span { border-color: #ED7399; }
span { border-color: rgb(237,115,153); }
td.TdClassName
{
border-color: #ED7399;
}
.TagClassName
{
border-color: #ED7399;
}
</style>