Shades of Persian Rose #E43CAD
Tints of Persian Rose #E43CAD
RGB
CMYK
RGB Variations
Color information
#E43CAD (or 0xE43CAD) is known color: Persian Rose. HEX triplet: E4, 3C and AD. RGB value is (228,60,173). Sum of RGB (Red+Green+Blue) = 228+60+173=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E43CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E43CAD is #1BC352. Grayscale: #7A7A7A. Windows color (decimal): -1819475 or 11353316. OLE color: 11353316.
HSL color Cylindrical-coordinate representation of color #E43CAD: hue angle of 319.64º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E43CAD is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 60 | 173 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.11 |
| HSL | 319.64º | 0.76% | 0.56% | - |
| HSV(B) | 319.64º | 0.74% | 0.89% | - |
| XYZ | 41.15 | 22.74 | 41.76 | - |
| YUV | 123.11 | 156.16 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 60 | 173 | 0 | 0.74 | 0.24 | 0.11 | 319.64 | 0.76 | 0.56 |
| Hex | E4 | 3C | AD | 0 | 4A | 18 | B | 140 | 4C | 38 |
| Octal | 344 | 74 | 255 | 0 | 112 | 30 | 13 | 500 | 114 | 70 |
| Binary | 11100100 | 111100 | 10101101 | 0 | 1001010 | 11000 | 1011 | 101000000 | 1001100 | 111000 |
Color Harmonies of #E43CAD
Complementary color
Monochromatic Colors of #E43CAD
Black with #E43CAD
Text Example
Text Example
White with #E43CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43CAD; }
p { color: rgb(228,60,173); }
H1.HeaderClassName
{
color: #E43CAD;
}
.AnyTagClassName
{
color: #E43CAD;
}
</style>
background-color css
<style>
a { background-color: #E43CAD; }
a { background-color: rgb(228,60,173); }
div.DivClassName
{
background-color: #E43CAD;
}
.BgClassName
{
background-color: #E43CAD;
}
</style>
border-color css
<style>
span { border-color: #E43CAD; }
span { border-color: rgb(228,60,173); }
td.TdClassName
{
border-color: #E43CAD;
}
.TagClassName
{
border-color: #E43CAD;
}
</style>