Shades of Carissma #ED818E
Tints of Carissma #ED818E
RGB
CMYK
RGB Variations
Color information
#ED818E (or 0xED818E) is known color: Carissma. HEX triplet: ED, 81 and 8E. RGB value is (237,129,142). Sum of RGB (Red+Green+Blue) = 237+129+142=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED818E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED818E is #127E71. Grayscale: #A2A2A2. Windows color (decimal): -1212018 or 9339373. OLE color: 9339373.
HSL color Cylindrical-coordinate representation of color #ED818E: hue angle of 352.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 #ED818E is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 142 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.07 |
| HSL | 352.78º | 0.75% | 0.72% | - |
| HSV(B) | 352.78º | 0.46% | 0.93% | - |
| XYZ | 47.66 | 35.66 | 29.96 | - |
| YUV | 162.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 142 | 0 | 0.46 | 0.40 | 0.07 | 352.78 | 0.75 | 0.72 |
| Hex | ED | 81 | 8E | 0 | 2E | 28 | 7 | 161 | 4B | 48 |
| Octal | 355 | 201 | 216 | 0 | 56 | 50 | 7 | 541 | 113 | 110 |
| Binary | 11101101 | 10000001 | 10001110 | 0 | 101110 | 101000 | 111 | 101100001 | 1001011 | 1001000 |
Color Harmonies of #ED818E
Complementary color
Monochromatic Colors of #ED818E
Black with #ED818E
Text Example
Text Example
White with #ED818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED818E; }
p { color: rgb(237,129,142); }
H1.HeaderClassName
{
color: #ED818E;
}
.AnyTagClassName
{
color: #ED818E;
}
</style>
background-color css
<style>
a { background-color: #ED818E; }
a { background-color: rgb(237,129,142); }
div.DivClassName
{
background-color: #ED818E;
}
.BgClassName
{
background-color: #ED818E;
}
</style>
border-color css
<style>
span { border-color: #ED818E; }
span { border-color: rgb(237,129,142); }
td.TdClassName
{
border-color: #ED818E;
}
.TagClassName
{
border-color: #ED818E;
}
</style>