Shades of Persian Rose #ED3CB1
Tints of Persian Rose #ED3CB1
RGB
CMYK
RGB Variations
Color information
#ED3CB1 (or 0xED3CB1) is known color: Persian Rose. HEX triplet: ED, 3C and B1. RGB value is (237,60,177). Sum of RGB (Red+Green+Blue) = 237+60+177=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3CB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3CB1 is #12C34E. Grayscale: #7D7D7D. Windows color (decimal): -1229647 or 11615469. OLE color: 11615469.
HSL color Cylindrical-coordinate representation of color #ED3CB1: hue angle of 320.34º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED3CB1 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 60 | 177 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.07 |
| HSL | 320.34º | 0.83% | 0.58% | - |
| HSV(B) | 320.34º | 0.75% | 0.93% | - |
| XYZ | 44.48 | 24.41 | 43.96 | - |
| YUV | 126.26 | 156.64 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 60 | 177 | 0 | 0.75 | 0.25 | 0.07 | 320.34 | 0.83 | 0.58 |
| Hex | ED | 3C | B1 | 0 | 4B | 19 | 7 | 140 | 53 | 3A |
| Octal | 355 | 74 | 261 | 0 | 113 | 31 | 7 | 500 | 123 | 72 |
| Binary | 11101101 | 111100 | 10110001 | 0 | 1001011 | 11001 | 111 | 101000000 | 1010011 | 111010 |
Color Harmonies of #ED3CB1
Complementary color
Monochromatic Colors of #ED3CB1
Black with #ED3CB1
Text Example
Text Example
White with #ED3CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3CB1; }
p { color: rgb(237,60,177); }
H1.HeaderClassName
{
color: #ED3CB1;
}
.AnyTagClassName
{
color: #ED3CB1;
}
</style>
background-color css
<style>
a { background-color: #ED3CB1; }
a { background-color: rgb(237,60,177); }
div.DivClassName
{
background-color: #ED3CB1;
}
.BgClassName
{
background-color: #ED3CB1;
}
</style>
border-color css
<style>
span { border-color: #ED3CB1; }
span { border-color: rgb(237,60,177); }
td.TdClassName
{
border-color: #ED3CB1;
}
.TagClassName
{
border-color: #ED3CB1;
}
</style>