Shades of Persian Rose #ED2FAC
Tints of Persian Rose #ED2FAC
RGB
CMYK
RGB Variations
Color information
#ED2FAC (or 0xED2FAC) is known color: Persian Rose. HEX triplet: ED, 2F and AC. RGB value is (237,47,172). Sum of RGB (Red+Green+Blue) = 237+47+172=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2FAC is #12D053. Grayscale: #757575. Windows color (decimal): -1232980 or 11284461. OLE color: 11284461.
HSL color Cylindrical-coordinate representation of color #ED2FAC: hue angle of 320.53º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED2FAC is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 47 | 172 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.07 |
| HSL | 320.53º | 0.84% | 0.56% | - |
| HSV(B) | 320.53º | 0.8% | 0.93% | - |
| XYZ | 43.39 | 23.02 | 41.19 | - |
| YUV | 118.06 | 158.45 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 47 | 172 | 0 | 0.80 | 0.27 | 0.07 | 320.53 | 0.84 | 0.56 |
| Hex | ED | 2F | AC | 0 | 50 | 1B | 7 | 141 | 54 | 38 |
| Octal | 355 | 57 | 254 | 0 | 120 | 33 | 7 | 501 | 124 | 70 |
| Binary | 11101101 | 101111 | 10101100 | 0 | 1010000 | 11011 | 111 | 101000001 | 1010100 | 111000 |
Color Harmonies of #ED2FAC
Complementary color
Monochromatic Colors of #ED2FAC
Black with #ED2FAC
Text Example
Text Example
White with #ED2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2FAC; }
p { color: rgb(237,47,172); }
H1.HeaderClassName
{
color: #ED2FAC;
}
.AnyTagClassName
{
color: #ED2FAC;
}
</style>
background-color css
<style>
a { background-color: #ED2FAC; }
a { background-color: rgb(237,47,172); }
div.DivClassName
{
background-color: #ED2FAC;
}
.BgClassName
{
background-color: #ED2FAC;
}
</style>
border-color css
<style>
span { border-color: #ED2FAC; }
span { border-color: rgb(237,47,172); }
td.TdClassName
{
border-color: #ED2FAC;
}
.TagClassName
{
border-color: #ED2FAC;
}
</style>