Shades of Persian Rose #ED3BAC
Tints of Persian Rose #ED3BAC
RGB
CMYK
RGB Variations
Color information
#ED3BAC (or 0xED3BAC) is known color: Persian Rose. HEX triplet: ED, 3B and AC. RGB value is (237,59,172). Sum of RGB (Red+Green+Blue) = 237+59+172=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3BAC is #12C453. Grayscale: #7C7C7C. Windows color (decimal): -1229908 or 11287533. OLE color: 11287533.
HSL color Cylindrical-coordinate representation of color #ED3BAC: hue angle of 321.91º 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 #ED3BAC is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 59 | 172 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.07 |
| HSL | 321.91º | 0.83% | 0.58% | - |
| HSV(B) | 321.91º | 0.75% | 0.93% | - |
| XYZ | 43.94 | 24.11 | 41.37 | - |
| YUV | 125.1 | 154.47 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 59 | 172 | 0 | 0.75 | 0.27 | 0.07 | 321.91 | 0.83 | 0.58 |
| Hex | ED | 3B | AC | 0 | 4B | 1B | 7 | 142 | 53 | 3A |
| Octal | 355 | 73 | 254 | 0 | 113 | 33 | 7 | 502 | 123 | 72 |
| Binary | 11101101 | 111011 | 10101100 | 0 | 1001011 | 11011 | 111 | 101000010 | 1010011 | 111010 |
Color Harmonies of #ED3BAC
Complementary color
Monochromatic Colors of #ED3BAC
Black with #ED3BAC
Text Example
Text Example
White with #ED3BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3BAC; }
p { color: rgb(237,59,172); }
H1.HeaderClassName
{
color: #ED3BAC;
}
.AnyTagClassName
{
color: #ED3BAC;
}
</style>
background-color css
<style>
a { background-color: #ED3BAC; }
a { background-color: rgb(237,59,172); }
div.DivClassName
{
background-color: #ED3BAC;
}
.BgClassName
{
background-color: #ED3BAC;
}
</style>
border-color css
<style>
span { border-color: #ED3BAC; }
span { border-color: rgb(237,59,172); }
td.TdClassName
{
border-color: #ED3BAC;
}
.TagClassName
{
border-color: #ED3BAC;
}
</style>