Shades of Persian Rose #FF2EAD
Tints of Persian Rose #FF2EAD
RGB
CMYK
RGB Variations
Color information
#FF2EAD (or 0xFF2EAD) is known color: Persian Rose. HEX triplet: FF, 2E and AD. RGB value is (255,46,173). Sum of RGB (Red+Green+Blue) = 255+46+173=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 46 (18.36% from 255 or 9.70% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2EAD is #00D152. Grayscale: #7A7A7A. Windows color (decimal): -53587 or 11349759. OLE color: 11349759.
HSL color Cylindrical-coordinate representation of color #FF2EAD: hue angle of 323.54º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2EAD is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 173 | - |
| CMYK | 0 | 0.82 | 0.32 | 0 |
| HSL | 323.54º | 1% | 0.59% | - |
| HSV(B) | 323.54º | 0.82% | 1% | - |
| XYZ | 49.76 | 26.23 | 41.98 | - |
| YUV | 122.97 | 156.24 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 173 | 0 | 0.82 | 0.32 | 0 | 323.54 | 1 | 0.59 |
| Hex | FF | 2E | AD | 0 | 52 | 20 | 0 | 144 | 64 | 3B |
| Octal | 377 | 56 | 255 | 0 | 122 | 40 | 0 | 504 | 144 | 73 |
| Binary | 11111111 | 101110 | 10101101 | 0 | 1010010 | 100000 | 0 | 101000100 | 1100100 | 111011 |
Color Harmonies of #FF2EAD
Complementary color
Monochromatic Colors of #FF2EAD
Black with #FF2EAD
Text Example
Text Example
White with #FF2EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2EAD; }
p { color: rgb(255,46,173); }
H1.HeaderClassName
{
color: #FF2EAD;
}
.AnyTagClassName
{
color: #FF2EAD;
}
</style>
background-color css
<style>
a { background-color: #FF2EAD; }
a { background-color: rgb(255,46,173); }
div.DivClassName
{
background-color: #FF2EAD;
}
.BgClassName
{
background-color: #FF2EAD;
}
</style>
border-color css
<style>
span { border-color: #FF2EAD; }
span { border-color: rgb(255,46,173); }
td.TdClassName
{
border-color: #FF2EAD;
}
.TagClassName
{
border-color: #FF2EAD;
}
</style>