Shades of Persian Rose #E621A5
Tints of Persian Rose #E621A5
RGB
CMYK
RGB Variations
Color information
#E621A5 (or 0xE621A5) is known color: Persian Rose. HEX triplet: E6, 21 and A5. RGB value is (230,33,165). Sum of RGB (Red+Green+Blue) = 230+33+165=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E621A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E621A5 is #19DE5A. Grayscale: #6A6A6A. Windows color (decimal): -1695323 or 10822118. OLE color: 10822118.
HSL color Cylindrical-coordinate representation of color #E621A5: hue angle of 319.8º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E621A5 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 165 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.10 |
| HSL | 319.8º | 0.8% | 0.52% | - |
| HSV(B) | 319.8º | 0.86% | 0.9% | - |
| XYZ | 39.97 | 20.63 | 37.47 | - |
| YUV | 106.95 | 160.77 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 165 | 0 | 0.86 | 0.28 | 0.10 | 319.8 | 0.8 | 0.52 |
| Hex | E6 | 21 | A5 | 0 | 56 | 1C | A | 140 | 50 | 34 |
| Octal | 346 | 41 | 245 | 0 | 126 | 34 | 12 | 500 | 120 | 64 |
| Binary | 11100110 | 100001 | 10100101 | 0 | 1010110 | 11100 | 1010 | 101000000 | 1010000 | 110100 |
Color Harmonies of #E621A5
Complementary color
Monochromatic Colors of #E621A5
Black with #E621A5
Text Example
Text Example
White with #E621A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E621A5; }
p { color: rgb(230,33,165); }
H1.HeaderClassName
{
color: #E621A5;
}
.AnyTagClassName
{
color: #E621A5;
}
</style>
background-color css
<style>
a { background-color: #E621A5; }
a { background-color: rgb(230,33,165); }
div.DivClassName
{
background-color: #E621A5;
}
.BgClassName
{
background-color: #E621A5;
}
</style>
border-color css
<style>
span { border-color: #E621A5; }
span { border-color: rgb(230,33,165); }
td.TdClassName
{
border-color: #E621A5;
}
.TagClassName
{
border-color: #E621A5;
}
</style>