Shades of Carissma #ED889A
Tints of Carissma #ED889A
RGB
CMYK
RGB Variations
Color information
#ED889A (or 0xED889A) is known color: Carissma. HEX triplet: ED, 88 and 9A. RGB value is (237,136,154). Sum of RGB (Red+Green+Blue) = 237+136+154=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED889A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED889A is #127765. Grayscale: #A8A8A8. Windows color (decimal): -1210214 or 10127597. OLE color: 10127597.
HSL color Cylindrical-coordinate representation of color #ED889A: hue angle of 349.31º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED889A is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 154 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.07 |
| HSL | 349.31º | 0.74% | 0.73% | - |
| HSV(B) | 349.31º | 0.43% | 0.93% | - |
| XYZ | 49.56 | 37.95 | 35.28 | - |
| YUV | 168.25 | 119.96 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 154 | 0 | 0.43 | 0.35 | 0.07 | 349.31 | 0.74 | 0.73 |
| Hex | ED | 88 | 9A | 0 | 2B | 23 | 7 | 15D | 4A | 49 |
| Octal | 355 | 210 | 232 | 0 | 53 | 43 | 7 | 535 | 112 | 111 |
| Binary | 11101101 | 10001000 | 10011010 | 0 | 101011 | 100011 | 111 | 101011101 | 1001010 | 1001001 |
Color Harmonies of #ED889A
Complementary color
Monochromatic Colors of #ED889A
Black with #ED889A
Text Example
Text Example
White with #ED889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED889A; }
p { color: rgb(237,136,154); }
H1.HeaderClassName
{
color: #ED889A;
}
.AnyTagClassName
{
color: #ED889A;
}
</style>
background-color css
<style>
a { background-color: #ED889A; }
a { background-color: rgb(237,136,154); }
div.DivClassName
{
background-color: #ED889A;
}
.BgClassName
{
background-color: #ED889A;
}
</style>
border-color css
<style>
span { border-color: #ED889A; }
span { border-color: rgb(237,136,154); }
td.TdClassName
{
border-color: #ED889A;
}
.TagClassName
{
border-color: #ED889A;
}
</style>