Shades of Persian Rose #E632A4
Tints of Persian Rose #E632A4
RGB
CMYK
RGB Variations
Color information
#E632A4 (or 0xE632A4) is known color: Persian Rose. HEX triplet: E6, 32 and A4. RGB value is (230,50,164). Sum of RGB (Red+Green+Blue) = 230+50+164=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E632A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E632A4 is #19CD5B. Grayscale: #747474. Windows color (decimal): -1690972 or 10760934. OLE color: 10760934.
HSL color Cylindrical-coordinate representation of color #E632A4: hue angle of 322º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E632A4 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 164 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.10 |
| HSL | 322º | 0.78% | 0.55% | - |
| HSV(B) | 322º | 0.78% | 0.9% | - |
| XYZ | 40.47 | 21.78 | 37.19 | - |
| YUV | 116.82 | 154.63 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 164 | 0 | 0.78 | 0.29 | 0.10 | 322 | 0.78 | 0.55 |
| Hex | E6 | 32 | A4 | 0 | 4E | 1D | A | 142 | 4E | 37 |
| Octal | 346 | 62 | 244 | 0 | 116 | 35 | 12 | 502 | 116 | 67 |
| Binary | 11100110 | 110010 | 10100100 | 0 | 1001110 | 11101 | 1010 | 101000010 | 1001110 | 110111 |
Color Harmonies of #E632A4
Complementary color
Monochromatic Colors of #E632A4
Black with #E632A4
Text Example
Text Example
White with #E632A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E632A4; }
p { color: rgb(230,50,164); }
H1.HeaderClassName
{
color: #E632A4;
}
.AnyTagClassName
{
color: #E632A4;
}
</style>
background-color css
<style>
a { background-color: #E632A4; }
a { background-color: rgb(230,50,164); }
div.DivClassName
{
background-color: #E632A4;
}
.BgClassName
{
background-color: #E632A4;
}
</style>
border-color css
<style>
span { border-color: #E632A4; }
span { border-color: rgb(230,50,164); }
td.TdClassName
{
border-color: #E632A4;
}
.TagClassName
{
border-color: #E632A4;
}
</style>