Shades of Persian Rose #E43DAF
Tints of Persian Rose #E43DAF
RGB
CMYK
RGB Variations
Color information
#E43DAF (or 0xE43DAF) is known color: Persian Rose. HEX triplet: E4, 3D and AF. RGB value is (228,61,175). Sum of RGB (Red+Green+Blue) = 228+61+175=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E43DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E43DAF is #1BC250. Grayscale: #7B7B7B. Windows color (decimal): -1819217 or 11484644. OLE color: 11484644.
HSL color Cylindrical-coordinate representation of color #E43DAF: hue angle of 319.04º 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 #E43DAF is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 61 | 175 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.11 |
| HSL | 319.04º | 0.76% | 0.57% | - |
| HSV(B) | 319.04º | 0.73% | 0.89% | - |
| XYZ | 41.4 | 22.93 | 42.8 | - |
| YUV | 123.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 61 | 175 | 0 | 0.73 | 0.23 | 0.11 | 319.04 | 0.76 | 0.57 |
| Hex | E4 | 3D | AF | 0 | 49 | 17 | B | 13F | 4C | 39 |
| Octal | 344 | 75 | 257 | 0 | 111 | 27 | 13 | 477 | 114 | 71 |
| Binary | 11100100 | 111101 | 10101111 | 0 | 1001001 | 10111 | 1011 | 100111111 | 1001100 | 111001 |
Color Harmonies of #E43DAF
Complementary color
Monochromatic Colors of #E43DAF
Black with #E43DAF
Text Example
Text Example
White with #E43DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43DAF; }
p { color: rgb(228,61,175); }
H1.HeaderClassName
{
color: #E43DAF;
}
.AnyTagClassName
{
color: #E43DAF;
}
</style>
background-color css
<style>
a { background-color: #E43DAF; }
a { background-color: rgb(228,61,175); }
div.DivClassName
{
background-color: #E43DAF;
}
.BgClassName
{
background-color: #E43DAF;
}
</style>
border-color css
<style>
span { border-color: #E43DAF; }
span { border-color: rgb(228,61,175); }
td.TdClassName
{
border-color: #E43DAF;
}
.TagClassName
{
border-color: #E43DAF;
}
</style>