Shades of Cupid #EDB0C3
Tints of Cupid #EDB0C3
RGB
CMYK
RGB Variations
Color information
#EDB0C3 (or 0xEDB0C3) is known color: Cupid. HEX triplet: ED, B0 and C3. RGB value is (237,176,195). Sum of RGB (Red+Green+Blue) = 237+176+195=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0C3 is #124F3C. Grayscale: #C4C4C4. Windows color (decimal): -1199933 or 12824813. OLE color: 12824813.
HSL color Cylindrical-coordinate representation of color #EDB0C3: hue angle of 341.31º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB0C3 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 195 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.07 |
| HSL | 341.31º | 0.63% | 0.81% | - |
| HSV(B) | 341.31º | 0.26% | 0.93% | - |
| XYZ | 60.3 | 53 | 58.68 | - |
| YUV | 196.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 195 | 0 | 0.26 | 0.18 | 0.07 | 341.31 | 0.63 | 0.81 |
| Hex | ED | B0 | C3 | 0 | 1A | 12 | 7 | 155 | 3F | 51 |
| Octal | 355 | 260 | 303 | 0 | 32 | 22 | 7 | 525 | 77 | 121 |
| Binary | 11101101 | 10110000 | 11000011 | 0 | 11010 | 10010 | 111 | 101010101 | 111111 | 1010001 |
Color Harmonies of #EDB0C3
Complementary color
Monochromatic Colors of #EDB0C3
Black with #EDB0C3
Text Example
Text Example
White with #EDB0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0C3; }
p { color: rgb(237,176,195); }
H1.HeaderClassName
{
color: #EDB0C3;
}
.AnyTagClassName
{
color: #EDB0C3;
}
</style>
background-color css
<style>
a { background-color: #EDB0C3; }
a { background-color: rgb(237,176,195); }
div.DivClassName
{
background-color: #EDB0C3;
}
.BgClassName
{
background-color: #EDB0C3;
}
</style>
border-color css
<style>
span { border-color: #EDB0C3; }
span { border-color: rgb(237,176,195); }
td.TdClassName
{
border-color: #EDB0C3;
}
.TagClassName
{
border-color: #EDB0C3;
}
</style>