Shades of Carissma #ED81A0
Tints of Carissma #ED81A0
RGB
CMYK
RGB Variations
Color information
#ED81A0 (or 0xED81A0) is known color: Carissma. HEX triplet: ED, 81 and A0. RGB value is (237,129,160). Sum of RGB (Red+Green+Blue) = 237+129+160=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED81A0 is #127E5F. Grayscale: #A4A4A4. Windows color (decimal): -1212000 or 10519021. OLE color: 10519021.
HSL color Cylindrical-coordinate representation of color #ED81A0: hue angle of 342.78º 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 #ED81A0 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 160 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.07 |
| HSL | 342.78º | 0.75% | 0.72% | - |
| HSV(B) | 342.78º | 0.46% | 0.93% | - |
| XYZ | 49.12 | 36.24 | 37.66 | - |
| YUV | 164.83 | 125.28 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 160 | 0 | 0.46 | 0.32 | 0.07 | 342.78 | 0.75 | 0.72 |
| Hex | ED | 81 | A0 | 0 | 2E | 20 | 7 | 157 | 4B | 48 |
| Octal | 355 | 201 | 240 | 0 | 56 | 40 | 7 | 527 | 113 | 110 |
| Binary | 11101101 | 10000001 | 10100000 | 0 | 101110 | 100000 | 111 | 101010111 | 1001011 | 1001000 |
Color Harmonies of #ED81A0
Complementary color
Monochromatic Colors of #ED81A0
Black with #ED81A0
Text Example
Text Example
White with #ED81A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED81A0; }
p { color: rgb(237,129,160); }
H1.HeaderClassName
{
color: #ED81A0;
}
.AnyTagClassName
{
color: #ED81A0;
}
</style>
background-color css
<style>
a { background-color: #ED81A0; }
a { background-color: rgb(237,129,160); }
div.DivClassName
{
background-color: #ED81A0;
}
.BgClassName
{
background-color: #ED81A0;
}
</style>
border-color css
<style>
span { border-color: #ED81A0; }
span { border-color: rgb(237,129,160); }
td.TdClassName
{
border-color: #ED81A0;
}
.TagClassName
{
border-color: #ED81A0;
}
</style>