Shades of Persian Rose #E434AC
Tints of Persian Rose #E434AC
RGB
CMYK
RGB Variations
Color information
#E434AC (or 0xE434AC) is known color: Persian Rose. HEX triplet: E4, 34 and AC. RGB value is (228,52,172). Sum of RGB (Red+Green+Blue) = 228+52+172=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E434AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E434AC is #1BCB53. Grayscale: #757575. Windows color (decimal): -1821524 or 11285732. OLE color: 11285732.
HSL color Cylindrical-coordinate representation of color #E434AC: hue angle of 319.09º degrees, saturation: 0.77, 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 #E434AC is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 52 | 172 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.11 |
| HSL | 319.09º | 0.77% | 0.55% | - |
| HSV(B) | 319.09º | 0.77% | 0.89% | - |
| XYZ | 40.67 | 21.93 | 41.12 | - |
| YUV | 118.3 | 158.31 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 52 | 172 | 0 | 0.77 | 0.25 | 0.11 | 319.09 | 0.77 | 0.55 |
| Hex | E4 | 34 | AC | 0 | 4D | 19 | B | 13F | 4D | 37 |
| Octal | 344 | 64 | 254 | 0 | 115 | 31 | 13 | 477 | 115 | 67 |
| Binary | 11100100 | 110100 | 10101100 | 0 | 1001101 | 11001 | 1011 | 100111111 | 1001101 | 110111 |
Color Harmonies of #E434AC
Complementary color
Monochromatic Colors of #E434AC
Black with #E434AC
Text Example
Text Example
White with #E434AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E434AC; }
p { color: rgb(228,52,172); }
H1.HeaderClassName
{
color: #E434AC;
}
.AnyTagClassName
{
color: #E434AC;
}
</style>
background-color css
<style>
a { background-color: #E434AC; }
a { background-color: rgb(228,52,172); }
div.DivClassName
{
background-color: #E434AC;
}
.BgClassName
{
background-color: #E434AC;
}
</style>
border-color css
<style>
span { border-color: #E434AC; }
span { border-color: rgb(228,52,172); }
td.TdClassName
{
border-color: #E434AC;
}
.TagClassName
{
border-color: #E434AC;
}
</style>