Shades of Persian Rose #EE34AF
Tints of Persian Rose #EE34AF
RGB
CMYK
RGB Variations
Color information
#EE34AF (or 0xEE34AF) is known color: Persian Rose. HEX triplet: EE, 34 and AF. RGB value is (238,52,175). Sum of RGB (Red+Green+Blue) = 238+52+175=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE34AF is #11CB50. Grayscale: #797979. Windows color (decimal): -1166161 or 11482350. OLE color: 11482350.
HSL color Cylindrical-coordinate representation of color #EE34AF: hue angle of 320.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE34AF is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 175 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.07 |
| HSL | 320.32º | 0.85% | 0.57% | - |
| HSV(B) | 320.32º | 0.78% | 0.93% | - |
| XYZ | 44.23 | 23.73 | 42.81 | - |
| YUV | 121.64 | 158.12 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 175 | 0 | 0.78 | 0.26 | 0.07 | 320.32 | 0.85 | 0.57 |
| Hex | EE | 34 | AF | 0 | 4E | 1A | 7 | 140 | 55 | 39 |
| Octal | 356 | 64 | 257 | 0 | 116 | 32 | 7 | 500 | 125 | 71 |
| Binary | 11101110 | 110100 | 10101111 | 0 | 1001110 | 11010 | 111 | 101000000 | 1010101 | 111001 |
Color Harmonies of #EE34AF
Complementary color
Monochromatic Colors of #EE34AF
Black with #EE34AF
Text Example
Text Example
White with #EE34AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE34AF; }
p { color: rgb(238,52,175); }
H1.HeaderClassName
{
color: #EE34AF;
}
.AnyTagClassName
{
color: #EE34AF;
}
</style>
background-color css
<style>
a { background-color: #EE34AF; }
a { background-color: rgb(238,52,175); }
div.DivClassName
{
background-color: #EE34AF;
}
.BgClassName
{
background-color: #EE34AF;
}
</style>
border-color css
<style>
span { border-color: #EE34AF; }
span { border-color: rgb(238,52,175); }
td.TdClassName
{
border-color: #EE34AF;
}
.TagClassName
{
border-color: #EE34AF;
}
</style>