Shades of Persian Rose #EA2F9F
Tints of Persian Rose #EA2F9F
RGB
CMYK
RGB Variations
Color information
#EA2F9F (or 0xEA2F9F) is known color: Persian Rose. HEX triplet: EA, 2F and 9F. RGB value is (234,47,159). Sum of RGB (Red+Green+Blue) = 234+47+159=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2F9F is #15D060. Grayscale: #737373. Windows color (decimal): -1429601 or 10432490. OLE color: 10432490.
HSL color Cylindrical-coordinate representation of color #EA2F9F: hue angle of 324.06º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2F9F is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 47 | 159 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.08 |
| HSL | 324.06º | 0.82% | 0.55% | - |
| HSV(B) | 324.06º | 0.8% | 0.92% | - |
| XYZ | 41.21 | 22.03 | 34.88 | - |
| YUV | 115.68 | 152.45 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 47 | 159 | 0 | 0.80 | 0.32 | 0.08 | 324.06 | 0.82 | 0.55 |
| Hex | EA | 2F | 9F | 0 | 50 | 20 | 8 | 144 | 52 | 37 |
| Octal | 352 | 57 | 237 | 0 | 120 | 40 | 10 | 504 | 122 | 67 |
| Binary | 11101010 | 101111 | 10011111 | 0 | 1010000 | 100000 | 1000 | 101000100 | 1010010 | 110111 |
Color Harmonies of #EA2F9F
Complementary color
Monochromatic Colors of #EA2F9F
Black with #EA2F9F
Text Example
Text Example
White with #EA2F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2F9F; }
p { color: rgb(234,47,159); }
H1.HeaderClassName
{
color: #EA2F9F;
}
.AnyTagClassName
{
color: #EA2F9F;
}
</style>
background-color css
<style>
a { background-color: #EA2F9F; }
a { background-color: rgb(234,47,159); }
div.DivClassName
{
background-color: #EA2F9F;
}
.BgClassName
{
background-color: #EA2F9F;
}
</style>
border-color css
<style>
span { border-color: #EA2F9F; }
span { border-color: rgb(234,47,159); }
td.TdClassName
{
border-color: #EA2F9F;
}
.TagClassName
{
border-color: #EA2F9F;
}
</style>