Shades of Persian Rose #E13AAC
Tints of Persian Rose #E13AAC
RGB
CMYK
RGB Variations
Color information
#E13AAC (or 0xE13AAC) is known color: Persian Rose. HEX triplet: E1, 3A and AC. RGB value is (225,58,172). Sum of RGB (Red+Green+Blue) = 225+58+172=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E13AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13AAC is #1EC553. Grayscale: #787878. Windows color (decimal): -2016596 or 11287265. OLE color: 11287265.
HSL color Cylindrical-coordinate representation of color #E13AAC: hue angle of 319.04º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13AAC is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 172 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.12 |
| HSL | 319.04º | 0.74% | 0.55% | - |
| HSV(B) | 319.04º | 0.74% | 0.88% | - |
| XYZ | 40.01 | 22.01 | 41.17 | - |
| YUV | 120.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 172 | 0 | 0.74 | 0.24 | 0.12 | 319.04 | 0.74 | 0.55 |
| Hex | E1 | 3A | AC | 0 | 4A | 18 | C | 13F | 4A | 37 |
| Octal | 341 | 72 | 254 | 0 | 112 | 30 | 14 | 477 | 112 | 67 |
| Binary | 11100001 | 111010 | 10101100 | 0 | 1001010 | 11000 | 1100 | 100111111 | 1001010 | 110111 |
Color Harmonies of #E13AAC
Complementary color
Monochromatic Colors of #E13AAC
Black with #E13AAC
Text Example
Text Example
White with #E13AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13AAC; }
p { color: rgb(225,58,172); }
H1.HeaderClassName
{
color: #E13AAC;
}
.AnyTagClassName
{
color: #E13AAC;
}
</style>
background-color css
<style>
a { background-color: #E13AAC; }
a { background-color: rgb(225,58,172); }
div.DivClassName
{
background-color: #E13AAC;
}
.BgClassName
{
background-color: #E13AAC;
}
</style>
border-color css
<style>
span { border-color: #E13AAC; }
span { border-color: rgb(225,58,172); }
td.TdClassName
{
border-color: #E13AAC;
}
.TagClassName
{
border-color: #E13AAC;
}
</style>