Shades of Carissma #ED819B
Tints of Carissma #ED819B
RGB
CMYK
RGB Variations
Color information
#ED819B (or 0xED819B) is known color: Carissma. HEX triplet: ED, 81 and 9B. RGB value is (237,129,155). Sum of RGB (Red+Green+Blue) = 237+129+155=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED819B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED819B is #127E64. Grayscale: #A4A4A4. Windows color (decimal): -1212005 or 10191341. OLE color: 10191341.
HSL color Cylindrical-coordinate representation of color #ED819B: hue angle of 345.56º 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 #ED819B is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 155 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.07 |
| HSL | 345.56º | 0.75% | 0.72% | - |
| HSV(B) | 345.56º | 0.46% | 0.93% | - |
| XYZ | 48.69 | 36.07 | 35.41 | - |
| YUV | 164.26 | 122.78 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 155 | 0 | 0.46 | 0.35 | 0.07 | 345.56 | 0.75 | 0.72 |
| Hex | ED | 81 | 9B | 0 | 2E | 23 | 7 | 15A | 4B | 48 |
| Octal | 355 | 201 | 233 | 0 | 56 | 43 | 7 | 532 | 113 | 110 |
| Binary | 11101101 | 10000001 | 10011011 | 0 | 101110 | 100011 | 111 | 101011010 | 1001011 | 1001000 |
Color Harmonies of #ED819B
Complementary color
Monochromatic Colors of #ED819B
Black with #ED819B
Text Example
Text Example
White with #ED819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED819B; }
p { color: rgb(237,129,155); }
H1.HeaderClassName
{
color: #ED819B;
}
.AnyTagClassName
{
color: #ED819B;
}
</style>
background-color css
<style>
a { background-color: #ED819B; }
a { background-color: rgb(237,129,155); }
div.DivClassName
{
background-color: #ED819B;
}
.BgClassName
{
background-color: #ED819B;
}
</style>
border-color css
<style>
span { border-color: #ED819B; }
span { border-color: rgb(237,129,155); }
td.TdClassName
{
border-color: #ED819B;
}
.TagClassName
{
border-color: #ED819B;
}
</style>