Shades of Carissma #ED8699
Tints of Carissma #ED8699
RGB
CMYK
RGB Variations
Color information
#ED8699 (or 0xED8699) is known color: Carissma. HEX triplet: ED, 86 and 99. RGB value is (237,134,153). Sum of RGB (Red+Green+Blue) = 237+134+153=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8699 is #127966. Grayscale: #A6A6A6. Windows color (decimal): -1210727 or 10061549. OLE color: 10061549.
HSL color Cylindrical-coordinate representation of color #ED8699: hue angle of 348.93º 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 #ED8699 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 153 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.07 |
| HSL | 348.93º | 0.74% | 0.73% | - |
| HSV(B) | 348.93º | 0.43% | 0.93% | - |
| XYZ | 49.2 | 37.35 | 34.75 | - |
| YUV | 166.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 153 | 0 | 0.43 | 0.35 | 0.07 | 348.93 | 0.74 | 0.73 |
| Hex | ED | 86 | 99 | 0 | 2B | 23 | 7 | 15D | 4A | 49 |
| Octal | 355 | 206 | 231 | 0 | 53 | 43 | 7 | 535 | 112 | 111 |
| Binary | 11101101 | 10000110 | 10011001 | 0 | 101011 | 100011 | 111 | 101011101 | 1001010 | 1001001 |
Color Harmonies of #ED8699
Complementary color
Monochromatic Colors of #ED8699
Black with #ED8699
Text Example
Text Example
White with #ED8699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8699; }
p { color: rgb(237,134,153); }
H1.HeaderClassName
{
color: #ED8699;
}
.AnyTagClassName
{
color: #ED8699;
}
</style>
background-color css
<style>
a { background-color: #ED8699; }
a { background-color: rgb(237,134,153); }
div.DivClassName
{
background-color: #ED8699;
}
.BgClassName
{
background-color: #ED8699;
}
</style>
border-color css
<style>
span { border-color: #ED8699; }
span { border-color: rgb(237,134,153); }
td.TdClassName
{
border-color: #ED8699;
}
.TagClassName
{
border-color: #ED8699;
}
</style>