Shades of Persian Rose #E632B0
Tints of Persian Rose #E632B0
RGB
CMYK
RGB Variations
Color information
#E632B0 (or 0xE632B0) is known color: Persian Rose. HEX triplet: E6, 32 and B0. RGB value is (230,50,176). Sum of RGB (Red+Green+Blue) = 230+50+176=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E632B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E632B0 is #19CD4F. Grayscale: #757575. Windows color (decimal): -1690960 or 11547366. OLE color: 11547366.
HSL color Cylindrical-coordinate representation of color #E632B0: hue angle of 318º 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 #E632B0 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 176 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.10 |
| HSL | 318º | 0.78% | 0.55% | - |
| HSV(B) | 318º | 0.78% | 0.9% | - |
| XYZ | 41.61 | 22.24 | 43.17 | - |
| YUV | 118.18 | 160.63 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 176 | 0 | 0.78 | 0.23 | 0.10 | 318 | 0.78 | 0.55 |
| Hex | E6 | 32 | B0 | 0 | 4E | 17 | A | 13E | 4E | 37 |
| Octal | 346 | 62 | 260 | 0 | 116 | 27 | 12 | 476 | 116 | 67 |
| Binary | 11100110 | 110010 | 10110000 | 0 | 1001110 | 10111 | 1010 | 100111110 | 1001110 | 110111 |
Color Harmonies of #E632B0
Complementary color
Monochromatic Colors of #E632B0
Black with #E632B0
Text Example
Text Example
White with #E632B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E632B0; }
p { color: rgb(230,50,176); }
H1.HeaderClassName
{
color: #E632B0;
}
.AnyTagClassName
{
color: #E632B0;
}
</style>
background-color css
<style>
a { background-color: #E632B0; }
a { background-color: rgb(230,50,176); }
div.DivClassName
{
background-color: #E632B0;
}
.BgClassName
{
background-color: #E632B0;
}
</style>
border-color css
<style>
span { border-color: #E632B0; }
span { border-color: rgb(230,50,176); }
td.TdClassName
{
border-color: #E632B0;
}
.TagClassName
{
border-color: #E632B0;
}
</style>