Shades of Persian Rose #E234AF
Tints of Persian Rose #E234AF
RGB
CMYK
RGB Variations
Color information
#E234AF (or 0xE234AF) is known color: Persian Rose. HEX triplet: E2, 34 and AF. RGB value is (226,52,175). Sum of RGB (Red+Green+Blue) = 226+52+175=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E234AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E234AF is #1DCB50. Grayscale: #757575. Windows color (decimal): -1952593 or 11482338. OLE color: 11482338.
HSL color Cylindrical-coordinate representation of color #E234AF: hue angle of 317.59º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E234AF is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 52 | 175 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.11 |
| HSL | 317.59º | 0.75% | 0.55% | - |
| HSV(B) | 317.59º | 0.77% | 0.89% | - |
| XYZ | 40.33 | 21.72 | 42.62 | - |
| YUV | 118.05 | 160.15 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 52 | 175 | 0 | 0.77 | 0.23 | 0.11 | 317.59 | 0.75 | 0.55 |
| Hex | E2 | 34 | AF | 0 | 4D | 17 | B | 13E | 4B | 37 |
| Octal | 342 | 64 | 257 | 0 | 115 | 27 | 13 | 476 | 113 | 67 |
| Binary | 11100010 | 110100 | 10101111 | 0 | 1001101 | 10111 | 1011 | 100111110 | 1001011 | 110111 |
Color Harmonies of #E234AF
Complementary color
Monochromatic Colors of #E234AF
Black with #E234AF
Text Example
Text Example
White with #E234AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E234AF; }
p { color: rgb(226,52,175); }
H1.HeaderClassName
{
color: #E234AF;
}
.AnyTagClassName
{
color: #E234AF;
}
</style>
background-color css
<style>
a { background-color: #E234AF; }
a { background-color: rgb(226,52,175); }
div.DivClassName
{
background-color: #E234AF;
}
.BgClassName
{
background-color: #E234AF;
}
</style>
border-color css
<style>
span { border-color: #E234AF; }
span { border-color: rgb(226,52,175); }
td.TdClassName
{
border-color: #E234AF;
}
.TagClassName
{
border-color: #E234AF;
}
</style>