Shades of Persian Rose #E434AE
Tints of Persian Rose #E434AE
RGB
CMYK
RGB Variations
Color information
#E434AE (or 0xE434AE) is known color: Persian Rose. HEX triplet: E4, 34 and AE. RGB value is (228,52,174). Sum of RGB (Red+Green+Blue) = 228+52+174=454 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.22% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 228 - color contains mainly: red. Hex color #E434AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E434AE is #1BCB51. Grayscale: #767676. Windows color (decimal): -1821522 or 11416804. OLE color: 11416804.
HSL color Cylindrical-coordinate representation of color #E434AE: hue angle of 318.41º 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 #E434AE is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 52 | 174 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.11 |
| HSL | 318.41º | 0.77% | 0.55% | - |
| HSV(B) | 318.41º | 0.77% | 0.89% | - |
| XYZ | 40.86 | 22.01 | 42.14 | - |
| YUV | 118.53 | 159.31 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 52 | 174 | 0 | 0.77 | 0.24 | 0.11 | 318.41 | 0.77 | 0.55 |
| Hex | E4 | 34 | AE | 0 | 4D | 18 | B | 13E | 4D | 37 |
| Octal | 344 | 64 | 256 | 0 | 115 | 30 | 13 | 476 | 115 | 67 |
| Binary | 11100100 | 110100 | 10101110 | 0 | 1001101 | 11000 | 1011 | 100111110 | 1001101 | 110111 |
Color Harmonies of #E434AE
Complementary color
Monochromatic Colors of #E434AE
Black with #E434AE
Text Example
Text Example
White with #E434AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E434AE; }
p { color: rgb(228,52,174); }
H1.HeaderClassName
{
color: #E434AE;
}
.AnyTagClassName
{
color: #E434AE;
}
</style>
background-color css
<style>
a { background-color: #E434AE; }
a { background-color: rgb(228,52,174); }
div.DivClassName
{
background-color: #E434AE;
}
.BgClassName
{
background-color: #E434AE;
}
</style>
border-color css
<style>
span { border-color: #E434AE; }
span { border-color: rgb(228,52,174); }
td.TdClassName
{
border-color: #E434AE;
}
.TagClassName
{
border-color: #E434AE;
}
</style>