Shades of Carissma #ED889B
Tints of Carissma #ED889B
RGB
CMYK
RGB Variations
Color information
#ED889B (or 0xED889B) is known color: Carissma. HEX triplet: ED, 88 and 9B. RGB value is (237,136,155). Sum of RGB (Red+Green+Blue) = 237+136+155=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED889B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED889B is #127764. Grayscale: #A8A8A8. Windows color (decimal): -1210213 or 10193133. OLE color: 10193133.
HSL color Cylindrical-coordinate representation of color #ED889B: hue angle of 348.71º 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 #ED889B is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 155 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.07 |
| HSL | 348.71º | 0.74% | 0.73% | - |
| HSV(B) | 348.71º | 0.43% | 0.93% | - |
| XYZ | 49.65 | 37.98 | 35.72 | - |
| YUV | 168.37 | 120.46 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 155 | 0 | 0.43 | 0.35 | 0.07 | 348.71 | 0.74 | 0.73 |
| Hex | ED | 88 | 9B | 0 | 2B | 23 | 7 | 15D | 4A | 49 |
| Octal | 355 | 210 | 233 | 0 | 53 | 43 | 7 | 535 | 112 | 111 |
| Binary | 11101101 | 10001000 | 10011011 | 0 | 101011 | 100011 | 111 | 101011101 | 1001010 | 1001001 |
Color Harmonies of #ED889B
Complementary color
Monochromatic Colors of #ED889B
Black with #ED889B
Text Example
Text Example
White with #ED889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED889B; }
p { color: rgb(237,136,155); }
H1.HeaderClassName
{
color: #ED889B;
}
.AnyTagClassName
{
color: #ED889B;
}
</style>
background-color css
<style>
a { background-color: #ED889B; }
a { background-color: rgb(237,136,155); }
div.DivClassName
{
background-color: #ED889B;
}
.BgClassName
{
background-color: #ED889B;
}
</style>
border-color css
<style>
span { border-color: #ED889B; }
span { border-color: rgb(237,136,155); }
td.TdClassName
{
border-color: #ED889B;
}
.TagClassName
{
border-color: #ED889B;
}
</style>