Shades of Carissma #ED819A
Tints of Carissma #ED819A
RGB
CMYK
RGB Variations
Color information
#ED819A (or 0xED819A) is known color: Carissma. HEX triplet: ED, 81 and 9A. RGB value is (237,129,154). Sum of RGB (Red+Green+Blue) = 237+129+154=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED819A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED819A is #127E65. Grayscale: #A4A4A4. Windows color (decimal): -1212006 or 10125805. OLE color: 10125805.
HSL color Cylindrical-coordinate representation of color #ED819A: hue angle of 346.11º 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 #ED819A is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 154 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.07 |
| HSL | 346.11º | 0.75% | 0.72% | - |
| HSV(B) | 346.11º | 0.46% | 0.93% | - |
| XYZ | 48.61 | 36.04 | 34.97 | - |
| YUV | 164.14 | 122.28 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 154 | 0 | 0.46 | 0.35 | 0.07 | 346.11 | 0.75 | 0.72 |
| Hex | ED | 81 | 9A | 0 | 2E | 23 | 7 | 15A | 4B | 48 |
| Octal | 355 | 201 | 232 | 0 | 56 | 43 | 7 | 532 | 113 | 110 |
| Binary | 11101101 | 10000001 | 10011010 | 0 | 101110 | 100011 | 111 | 101011010 | 1001011 | 1001000 |
Color Harmonies of #ED819A
Complementary color
Monochromatic Colors of #ED819A
Black with #ED819A
Text Example
Text Example
White with #ED819A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED819A; }
p { color: rgb(237,129,154); }
H1.HeaderClassName
{
color: #ED819A;
}
.AnyTagClassName
{
color: #ED819A;
}
</style>
background-color css
<style>
a { background-color: #ED819A; }
a { background-color: rgb(237,129,154); }
div.DivClassName
{
background-color: #ED819A;
}
.BgClassName
{
background-color: #ED819A;
}
</style>
border-color css
<style>
span { border-color: #ED819A; }
span { border-color: rgb(237,129,154); }
td.TdClassName
{
border-color: #ED819A;
}
.TagClassName
{
border-color: #ED819A;
}
</style>