Shades of Carissma #ED808C
Tints of Carissma #ED808C
RGB
CMYK
RGB Variations
Color information
#ED808C (or 0xED808C) is known color: Carissma. HEX triplet: ED, 80 and 8C. RGB value is (237,128,140). Sum of RGB (Red+Green+Blue) = 237+128+140=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED808C is #127F73. Grayscale: #A2A2A2. Windows color (decimal): -1212276 or 9208045. OLE color: 9208045.
HSL color Cylindrical-coordinate representation of color #ED808C: hue angle of 353.39º 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 #ED808C is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 140 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.07 |
| HSL | 353.39º | 0.75% | 0.72% | - |
| HSV(B) | 353.39º | 0.46% | 0.93% | - |
| XYZ | 47.38 | 35.34 | 29.13 | - |
| YUV | 161.96 | 115.61 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 140 | 0 | 0.46 | 0.41 | 0.07 | 353.39 | 0.75 | 0.72 |
| Hex | ED | 80 | 8C | 0 | 2E | 29 | 7 | 161 | 4B | 48 |
| Octal | 355 | 200 | 214 | 0 | 56 | 51 | 7 | 541 | 113 | 110 |
| Binary | 11101101 | 10000000 | 10001100 | 0 | 101110 | 101001 | 111 | 101100001 | 1001011 | 1001000 |
Color Harmonies of #ED808C
Complementary color
Monochromatic Colors of #ED808C
Black with #ED808C
Text Example
Text Example
White with #ED808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED808C; }
p { color: rgb(237,128,140); }
H1.HeaderClassName
{
color: #ED808C;
}
.AnyTagClassName
{
color: #ED808C;
}
</style>
background-color css
<style>
a { background-color: #ED808C; }
a { background-color: rgb(237,128,140); }
div.DivClassName
{
background-color: #ED808C;
}
.BgClassName
{
background-color: #ED808C;
}
</style>
border-color css
<style>
span { border-color: #ED808C; }
span { border-color: rgb(237,128,140); }
td.TdClassName
{
border-color: #ED808C;
}
.TagClassName
{
border-color: #ED808C;
}
</style>