Shades of Persian Rose #E630B0
Tints of Persian Rose #E630B0
RGB
CMYK
RGB Variations
Color information
#E630B0 (or 0xE630B0) is known color: Persian Rose. HEX triplet: E6, 30 and B0. RGB value is (230,48,176). Sum of RGB (Red+Green+Blue) = 230+48+176=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E630B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E630B0 is #19CF4F. Grayscale: #747474. Windows color (decimal): -1691472 or 11546854. OLE color: 11546854.
HSL color Cylindrical-coordinate representation of color #E630B0: hue angle of 317.8º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E630B0 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 176 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.10 |
| HSL | 317.8º | 0.78% | 0.55% | - |
| HSV(B) | 317.8º | 0.79% | 0.9% | - |
| XYZ | 41.53 | 22.07 | 43.15 | - |
| YUV | 117.01 | 161.3 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 176 | 0 | 0.79 | 0.23 | 0.10 | 317.8 | 0.78 | 0.55 |
| Hex | E6 | 30 | B0 | 0 | 4F | 17 | A | 13E | 4E | 37 |
| Octal | 346 | 60 | 260 | 0 | 117 | 27 | 12 | 476 | 116 | 67 |
| Binary | 11100110 | 110000 | 10110000 | 0 | 1001111 | 10111 | 1010 | 100111110 | 1001110 | 110111 |
Color Harmonies of #E630B0
Complementary color
Monochromatic Colors of #E630B0
Black with #E630B0
Text Example
Text Example
White with #E630B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E630B0; }
p { color: rgb(230,48,176); }
H1.HeaderClassName
{
color: #E630B0;
}
.AnyTagClassName
{
color: #E630B0;
}
</style>
background-color css
<style>
a { background-color: #E630B0; }
a { background-color: rgb(230,48,176); }
div.DivClassName
{
background-color: #E630B0;
}
.BgClassName
{
background-color: #E630B0;
}
</style>
border-color css
<style>
span { border-color: #E630B0; }
span { border-color: rgb(230,48,176); }
td.TdClassName
{
border-color: #E630B0;
}
.TagClassName
{
border-color: #E630B0;
}
</style>