Shades of Persian Rose #E43DAA
Tints of Persian Rose #E43DAA
RGB
CMYK
RGB Variations
Color information
#E43DAA (or 0xE43DAA) is known color: Persian Rose. HEX triplet: E4, 3D and AA. RGB value is (228,61,170). Sum of RGB (Red+Green+Blue) = 228+61+170=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E43DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E43DAA is #1BC255. Grayscale: #7B7B7B. Windows color (decimal): -1819222 or 11156964. OLE color: 11156964.
HSL color Cylindrical-coordinate representation of color #E43DAA: hue angle of 320.84º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E43DAA is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 61 | 170 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.11 |
| HSL | 320.84º | 0.76% | 0.57% | - |
| HSV(B) | 320.84º | 0.73% | 0.89% | - |
| XYZ | 40.92 | 22.73 | 40.26 | - |
| YUV | 123.36 | 154.33 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 61 | 170 | 0 | 0.73 | 0.25 | 0.11 | 320.84 | 0.76 | 0.57 |
| Hex | E4 | 3D | AA | 0 | 49 | 19 | B | 141 | 4C | 39 |
| Octal | 344 | 75 | 252 | 0 | 111 | 31 | 13 | 501 | 114 | 71 |
| Binary | 11100100 | 111101 | 10101010 | 0 | 1001001 | 11001 | 1011 | 101000001 | 1001100 | 111001 |
Color Harmonies of #E43DAA
Complementary color
Monochromatic Colors of #E43DAA
Black with #E43DAA
Text Example
Text Example
White with #E43DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43DAA; }
p { color: rgb(228,61,170); }
H1.HeaderClassName
{
color: #E43DAA;
}
.AnyTagClassName
{
color: #E43DAA;
}
</style>
background-color css
<style>
a { background-color: #E43DAA; }
a { background-color: rgb(228,61,170); }
div.DivClassName
{
background-color: #E43DAA;
}
.BgClassName
{
background-color: #E43DAA;
}
</style>
border-color css
<style>
span { border-color: #E43DAA; }
span { border-color: rgb(228,61,170); }
td.TdClassName
{
border-color: #E43DAA;
}
.TagClassName
{
border-color: #E43DAA;
}
</style>