Shades of Persian Rose #ED3BAF
Tints of Persian Rose #ED3BAF
RGB
CMYK
RGB Variations
Color information
#ED3BAF (or 0xED3BAF) is known color: Persian Rose. HEX triplet: ED, 3B and AF. RGB value is (237,59,175). Sum of RGB (Red+Green+Blue) = 237+59+175=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3BAF is #12C450. Grayscale: #7D7D7D. Windows color (decimal): -1229905 or 11484141. OLE color: 11484141.
HSL color Cylindrical-coordinate representation of color #ED3BAF: hue angle of 320.9º 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 #ED3BAF is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 59 | 175 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.07 |
| HSL | 320.9º | 0.83% | 0.58% | - |
| HSV(B) | 320.9º | 0.75% | 0.93% | - |
| XYZ | 44.23 | 24.23 | 42.9 | - |
| YUV | 125.45 | 155.97 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 59 | 175 | 0 | 0.75 | 0.26 | 0.07 | 320.9 | 0.83 | 0.58 |
| Hex | ED | 3B | AF | 0 | 4B | 1A | 7 | 141 | 53 | 3A |
| Octal | 355 | 73 | 257 | 0 | 113 | 32 | 7 | 501 | 123 | 72 |
| Binary | 11101101 | 111011 | 10101111 | 0 | 1001011 | 11010 | 111 | 101000001 | 1010011 | 111010 |
Color Harmonies of #ED3BAF
Complementary color
Monochromatic Colors of #ED3BAF
Black with #ED3BAF
Text Example
Text Example
White with #ED3BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3BAF; }
p { color: rgb(237,59,175); }
H1.HeaderClassName
{
color: #ED3BAF;
}
.AnyTagClassName
{
color: #ED3BAF;
}
</style>
background-color css
<style>
a { background-color: #ED3BAF; }
a { background-color: rgb(237,59,175); }
div.DivClassName
{
background-color: #ED3BAF;
}
.BgClassName
{
background-color: #ED3BAF;
}
</style>
border-color css
<style>
span { border-color: #ED3BAF; }
span { border-color: rgb(237,59,175); }
td.TdClassName
{
border-color: #ED3BAF;
}
.TagClassName
{
border-color: #ED3BAF;
}
</style>