Shades of Carissma #ED7595
Tints of Carissma #ED7595
RGB
CMYK
RGB Variations
Color information
#ED7595 (or 0xED7595) is known color: Carissma. HEX triplet: ED, 75 and 95. RGB value is (237,117,149). Sum of RGB (Red+Green+Blue) = 237+117+149=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7595 is #128A6A. Grayscale: #9C9C9C. Windows color (decimal): -1215083 or 9795053. OLE color: 9795053.
HSL color Cylindrical-coordinate representation of color #ED7595: hue angle of 344º 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 #ED7595 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 149 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.07 |
| HSL | 344º | 0.77% | 0.69% | - |
| HSV(B) | 344º | 0.51% | 0.93% | - |
| XYZ | 46.71 | 32.9 | 32.32 | - |
| YUV | 156.53 | 123.76 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 149 | 0 | 0.51 | 0.37 | 0.07 | 344 | 0.77 | 0.69 |
| Hex | ED | 75 | 95 | 0 | 33 | 25 | 7 | 158 | 4D | 45 |
| Octal | 355 | 165 | 225 | 0 | 63 | 45 | 7 | 530 | 115 | 105 |
| Binary | 11101101 | 1110101 | 10010101 | 0 | 110011 | 100101 | 111 | 101011000 | 1001101 | 1000101 |
Color Harmonies of #ED7595
Complementary color
Monochromatic Colors of #ED7595
Black with #ED7595
Text Example
Text Example
White with #ED7595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7595; }
p { color: rgb(237,117,149); }
H1.HeaderClassName
{
color: #ED7595;
}
.AnyTagClassName
{
color: #ED7595;
}
</style>
background-color css
<style>
a { background-color: #ED7595; }
a { background-color: rgb(237,117,149); }
div.DivClassName
{
background-color: #ED7595;
}
.BgClassName
{
background-color: #ED7595;
}
</style>
border-color css
<style>
span { border-color: #ED7595; }
span { border-color: rgb(237,117,149); }
td.TdClassName
{
border-color: #ED7595;
}
.TagClassName
{
border-color: #ED7595;
}
</style>