Shades of Carissma #ED8390
Tints of Carissma #ED8390
RGB
CMYK
RGB Variations
Color information
#ED8390 (or 0xED8390) is known color: Carissma. HEX triplet: ED, 83 and 90. RGB value is (237,131,144). Sum of RGB (Red+Green+Blue) = 237+131+144=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8390 is #127C6F. Grayscale: #A4A4A4. Windows color (decimal): -1211504 or 9470957. OLE color: 9470957.
HSL color Cylindrical-coordinate representation of color #ED8390: hue angle of 352.64º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED8390 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 144 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.07 |
| HSL | 352.64º | 0.75% | 0.72% | - |
| HSV(B) | 352.64º | 0.45% | 0.93% | - |
| XYZ | 48.08 | 36.25 | 30.85 | - |
| YUV | 164.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 144 | 0 | 0.45 | 0.39 | 0.07 | 352.64 | 0.75 | 0.72 |
| Hex | ED | 83 | 90 | 0 | 2D | 27 | 7 | 161 | 4B | 48 |
| Octal | 355 | 203 | 220 | 0 | 55 | 47 | 7 | 541 | 113 | 110 |
| Binary | 11101101 | 10000011 | 10010000 | 0 | 101101 | 100111 | 111 | 101100001 | 1001011 | 1001000 |
Color Harmonies of #ED8390
Complementary color
Monochromatic Colors of #ED8390
Black with #ED8390
Text Example
Text Example
White with #ED8390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8390; }
p { color: rgb(237,131,144); }
H1.HeaderClassName
{
color: #ED8390;
}
.AnyTagClassName
{
color: #ED8390;
}
</style>
background-color css
<style>
a { background-color: #ED8390; }
a { background-color: rgb(237,131,144); }
div.DivClassName
{
background-color: #ED8390;
}
.BgClassName
{
background-color: #ED8390;
}
</style>
border-color css
<style>
span { border-color: #ED8390; }
span { border-color: rgb(237,131,144); }
td.TdClassName
{
border-color: #ED8390;
}
.TagClassName
{
border-color: #ED8390;
}
</style>