Shades of Carissma #ED809A
Tints of Carissma #ED809A
RGB
CMYK
RGB Variations
Color information
#ED809A (or 0xED809A) is known color: Carissma. HEX triplet: ED, 80 and 9A. RGB value is (237,128,154). Sum of RGB (Red+Green+Blue) = 237+128+154=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED809A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED809A is #127F65. Grayscale: #A3A3A3. Windows color (decimal): -1212262 or 10125549. OLE color: 10125549.
HSL color Cylindrical-coordinate representation of color #ED809A: hue angle of 345.69º 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 #ED809A is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 154 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.07 |
| HSL | 345.69º | 0.75% | 0.72% | - |
| HSV(B) | 345.69º | 0.46% | 0.93% | - |
| XYZ | 48.48 | 35.78 | 34.92 | - |
| YUV | 163.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 154 | 0 | 0.46 | 0.35 | 0.07 | 345.69 | 0.75 | 0.72 |
| Hex | ED | 80 | 9A | 0 | 2E | 23 | 7 | 15A | 4B | 48 |
| Octal | 355 | 200 | 232 | 0 | 56 | 43 | 7 | 532 | 113 | 110 |
| Binary | 11101101 | 10000000 | 10011010 | 0 | 101110 | 100011 | 111 | 101011010 | 1001011 | 1001000 |
Color Harmonies of #ED809A
Complementary color
Monochromatic Colors of #ED809A
Black with #ED809A
Text Example
Text Example
White with #ED809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED809A; }
p { color: rgb(237,128,154); }
H1.HeaderClassName
{
color: #ED809A;
}
.AnyTagClassName
{
color: #ED809A;
}
</style>
background-color css
<style>
a { background-color: #ED809A; }
a { background-color: rgb(237,128,154); }
div.DivClassName
{
background-color: #ED809A;
}
.BgClassName
{
background-color: #ED809A;
}
</style>
border-color css
<style>
span { border-color: #ED809A; }
span { border-color: rgb(237,128,154); }
td.TdClassName
{
border-color: #ED809A;
}
.TagClassName
{
border-color: #ED809A;
}
</style>