Shades of Carissma #ED819F
Tints of Carissma #ED819F
RGB
CMYK
RGB Variations
Color information
#ED819F (or 0xED819F) is known color: Carissma. HEX triplet: ED, 81 and 9F. RGB value is (237,129,159). Sum of RGB (Red+Green+Blue) = 237+129+159=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED819F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED819F is #127E60. Grayscale: #A4A4A4. Windows color (decimal): -1212001 or 10453485. OLE color: 10453485.
HSL color Cylindrical-coordinate representation of color #ED819F: hue angle of 343.33º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED819F is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 159 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.07 |
| HSL | 343.33º | 0.75% | 0.72% | - |
| HSV(B) | 343.33º | 0.46% | 0.93% | - |
| XYZ | 49.03 | 36.21 | 37.21 | - |
| YUV | 164.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 159 | 0 | 0.46 | 0.33 | 0.07 | 343.33 | 0.75 | 0.72 |
| Hex | ED | 81 | 9F | 0 | 2E | 21 | 7 | 157 | 4B | 48 |
| Octal | 355 | 201 | 237 | 0 | 56 | 41 | 7 | 527 | 113 | 110 |
| Binary | 11101101 | 10000001 | 10011111 | 0 | 101110 | 100001 | 111 | 101010111 | 1001011 | 1001000 |
Color Harmonies of #ED819F
Complementary color
Monochromatic Colors of #ED819F
Black with #ED819F
Text Example
Text Example
White with #ED819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED819F; }
p { color: rgb(237,129,159); }
H1.HeaderClassName
{
color: #ED819F;
}
.AnyTagClassName
{
color: #ED819F;
}
</style>
background-color css
<style>
a { background-color: #ED819F; }
a { background-color: rgb(237,129,159); }
div.DivClassName
{
background-color: #ED819F;
}
.BgClassName
{
background-color: #ED819F;
}
</style>
border-color css
<style>
span { border-color: #ED819F; }
span { border-color: rgb(237,129,159); }
td.TdClassName
{
border-color: #ED819F;
}
.TagClassName
{
border-color: #ED819F;
}
</style>