Shades of Carissma #ED879B
Tints of Carissma #ED879B
RGB
CMYK
RGB Variations
Color information
#ED879B (or 0xED879B) is known color: Carissma. HEX triplet: ED, 87 and 9B. RGB value is (237,135,155). Sum of RGB (Red+Green+Blue) = 237+135+155=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED879B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED879B is #127864. Grayscale: #A7A7A7. Windows color (decimal): -1210469 or 10192877. OLE color: 10192877.
HSL color Cylindrical-coordinate representation of color #ED879B: hue angle of 348.24º 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 #ED879B is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 155 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.07 |
| HSL | 348.24º | 0.74% | 0.73% | - |
| HSV(B) | 348.24º | 0.43% | 0.93% | - |
| XYZ | 49.51 | 37.7 | 35.68 | - |
| YUV | 167.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 155 | 0 | 0.43 | 0.35 | 0.07 | 348.24 | 0.74 | 0.73 |
| Hex | ED | 87 | 9B | 0 | 2B | 23 | 7 | 15C | 4A | 49 |
| Octal | 355 | 207 | 233 | 0 | 53 | 43 | 7 | 534 | 112 | 111 |
| Binary | 11101101 | 10000111 | 10011011 | 0 | 101011 | 100011 | 111 | 101011100 | 1001010 | 1001001 |
Color Harmonies of #ED879B
Complementary color
Monochromatic Colors of #ED879B
Black with #ED879B
Text Example
Text Example
White with #ED879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED879B; }
p { color: rgb(237,135,155); }
H1.HeaderClassName
{
color: #ED879B;
}
.AnyTagClassName
{
color: #ED879B;
}
</style>
background-color css
<style>
a { background-color: #ED879B; }
a { background-color: rgb(237,135,155); }
div.DivClassName
{
background-color: #ED879B;
}
.BgClassName
{
background-color: #ED879B;
}
</style>
border-color css
<style>
span { border-color: #ED879B; }
span { border-color: rgb(237,135,155); }
td.TdClassName
{
border-color: #ED879B;
}
.TagClassName
{
border-color: #ED879B;
}
</style>