Shades of Carissma #ED828C
Tints of Carissma #ED828C
RGB
CMYK
RGB Variations
Color information
#ED828C (or 0xED828C) is known color: Carissma. HEX triplet: ED, 82 and 8C. RGB value is (237,130,140). Sum of RGB (Red+Green+Blue) = 237+130+140=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED828C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED828C is #127D73. Grayscale: #A3A3A3. Windows color (decimal): -1211764 or 9208557. OLE color: 9208557.
HSL color Cylindrical-coordinate representation of color #ED828C: hue angle of 354.39º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED828C is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 140 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.07 |
| HSL | 354.39º | 0.75% | 0.72% | - |
| HSV(B) | 354.39º | 0.45% | 0.93% | - |
| XYZ | 47.64 | 35.86 | 29.22 | - |
| YUV | 163.13 | 114.95 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 140 | 0 | 0.45 | 0.41 | 0.07 | 354.39 | 0.75 | 0.72 |
| Hex | ED | 82 | 8C | 0 | 2D | 29 | 7 | 162 | 4B | 48 |
| Octal | 355 | 202 | 214 | 0 | 55 | 51 | 7 | 542 | 113 | 110 |
| Binary | 11101101 | 10000010 | 10001100 | 0 | 101101 | 101001 | 111 | 101100010 | 1001011 | 1001000 |
Color Harmonies of #ED828C
Complementary color
Monochromatic Colors of #ED828C
Black with #ED828C
Text Example
Text Example
White with #ED828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED828C; }
p { color: rgb(237,130,140); }
H1.HeaderClassName
{
color: #ED828C;
}
.AnyTagClassName
{
color: #ED828C;
}
</style>
background-color css
<style>
a { background-color: #ED828C; }
a { background-color: rgb(237,130,140); }
div.DivClassName
{
background-color: #ED828C;
}
.BgClassName
{
background-color: #ED828C;
}
</style>
border-color css
<style>
span { border-color: #ED828C; }
span { border-color: rgb(237,130,140); }
td.TdClassName
{
border-color: #ED828C;
}
.TagClassName
{
border-color: #ED828C;
}
</style>