Shades of Carissma #ED769C
Tints of Carissma #ED769C
RGB
CMYK
RGB Variations
Color information
#ED769C (or 0xED769C) is known color: Carissma. HEX triplet: ED, 76 and 9C. RGB value is (237,118,156). Sum of RGB (Red+Green+Blue) = 237+118+156=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED769C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED769C is #128963. Grayscale: #9D9D9D. Windows color (decimal): -1214820 or 10254061. OLE color: 10254061.
HSL color Cylindrical-coordinate representation of color #ED769C: hue angle of 340.84º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED769C is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 156 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.07 |
| HSL | 340.84º | 0.77% | 0.7% | - |
| HSV(B) | 340.84º | 0.5% | 0.93% | - |
| XYZ | 47.4 | 33.36 | 35.39 | - |
| YUV | 157.91 | 126.92 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 156 | 0 | 0.50 | 0.34 | 0.07 | 340.84 | 0.77 | 0.7 |
| Hex | ED | 76 | 9C | 0 | 32 | 22 | 7 | 155 | 4D | 46 |
| Octal | 355 | 166 | 234 | 0 | 62 | 42 | 7 | 525 | 115 | 106 |
| Binary | 11101101 | 1110110 | 10011100 | 0 | 110010 | 100010 | 111 | 101010101 | 1001101 | 1000110 |
Color Harmonies of #ED769C
Complementary color
Monochromatic Colors of #ED769C
Black with #ED769C
Text Example
Text Example
White with #ED769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED769C; }
p { color: rgb(237,118,156); }
H1.HeaderClassName
{
color: #ED769C;
}
.AnyTagClassName
{
color: #ED769C;
}
</style>
background-color css
<style>
a { background-color: #ED769C; }
a { background-color: rgb(237,118,156); }
div.DivClassName
{
background-color: #ED769C;
}
.BgClassName
{
background-color: #ED769C;
}
</style>
border-color css
<style>
span { border-color: #ED769C; }
span { border-color: rgb(237,118,156); }
td.TdClassName
{
border-color: #ED769C;
}
.TagClassName
{
border-color: #ED769C;
}
</style>