Shades of Persian Rose #E630AC
Tints of Persian Rose #E630AC
RGB
CMYK
RGB Variations
Color information
#E630AC (or 0xE630AC) is known color: Persian Rose. HEX triplet: E6, 30 and AC. RGB value is (230,48,172). Sum of RGB (Red+Green+Blue) = 230+48+172=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E630AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E630AC is #19CF53. Grayscale: #747474. Windows color (decimal): -1691476 or 11284710. OLE color: 11284710.
HSL color Cylindrical-coordinate representation of color #E630AC: hue angle of 319.12º 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 #E630AC is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 172 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.10 |
| HSL | 319.12º | 0.78% | 0.55% | - |
| HSV(B) | 319.12º | 0.79% | 0.9% | - |
| XYZ | 41.14 | 21.92 | 41.09 | - |
| YUV | 116.55 | 159.3 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 172 | 0 | 0.79 | 0.25 | 0.10 | 319.12 | 0.78 | 0.55 |
| Hex | E6 | 30 | AC | 0 | 4F | 19 | A | 13F | 4E | 37 |
| Octal | 346 | 60 | 254 | 0 | 117 | 31 | 12 | 477 | 116 | 67 |
| Binary | 11100110 | 110000 | 10101100 | 0 | 1001111 | 11001 | 1010 | 100111111 | 1001110 | 110111 |
Color Harmonies of #E630AC
Complementary color
Monochromatic Colors of #E630AC
Black with #E630AC
Text Example
Text Example
White with #E630AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E630AC; }
p { color: rgb(230,48,172); }
H1.HeaderClassName
{
color: #E630AC;
}
.AnyTagClassName
{
color: #E630AC;
}
</style>
background-color css
<style>
a { background-color: #E630AC; }
a { background-color: rgb(230,48,172); }
div.DivClassName
{
background-color: #E630AC;
}
.BgClassName
{
background-color: #E630AC;
}
</style>
border-color css
<style>
span { border-color: #E630AC; }
span { border-color: rgb(230,48,172); }
td.TdClassName
{
border-color: #E630AC;
}
.TagClassName
{
border-color: #E630AC;
}
</style>