Shades of Carissma #ED818B
Tints of Carissma #ED818B
RGB
CMYK
RGB Variations
Color information
#ED818B (or 0xED818B) is known color: Carissma. HEX triplet: ED, 81 and 8B. RGB value is (237,129,139). Sum of RGB (Red+Green+Blue) = 237+129+139=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED818B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED818B is #127E74. Grayscale: #A2A2A2. Windows color (decimal): -1212021 or 9142765. OLE color: 9142765.
HSL color Cylindrical-coordinate representation of color #ED818B: hue angle of 354.44º 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 #ED818B is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 139 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.07 |
| HSL | 354.44º | 0.75% | 0.72% | - |
| HSV(B) | 354.44º | 0.46% | 0.93% | - |
| XYZ | 47.44 | 35.57 | 28.79 | - |
| YUV | 162.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 139 | 0 | 0.46 | 0.41 | 0.07 | 354.44 | 0.75 | 0.72 |
| Hex | ED | 81 | 8B | 0 | 2E | 29 | 7 | 162 | 4B | 48 |
| Octal | 355 | 201 | 213 | 0 | 56 | 51 | 7 | 542 | 113 | 110 |
| Binary | 11101101 | 10000001 | 10001011 | 0 | 101110 | 101001 | 111 | 101100010 | 1001011 | 1001000 |
Color Harmonies of #ED818B
Complementary color
Monochromatic Colors of #ED818B
Black with #ED818B
Text Example
Text Example
White with #ED818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED818B; }
p { color: rgb(237,129,139); }
H1.HeaderClassName
{
color: #ED818B;
}
.AnyTagClassName
{
color: #ED818B;
}
</style>
background-color css
<style>
a { background-color: #ED818B; }
a { background-color: rgb(237,129,139); }
div.DivClassName
{
background-color: #ED818B;
}
.BgClassName
{
background-color: #ED818B;
}
</style>
border-color css
<style>
span { border-color: #ED818B; }
span { border-color: rgb(237,129,139); }
td.TdClassName
{
border-color: #ED818B;
}
.TagClassName
{
border-color: #ED818B;
}
</style>