Shades of Persian Rose #E62FB2
Tints of Persian Rose #E62FB2
RGB
CMYK
RGB Variations
Color information
#E62FB2 (or 0xE62FB2) is known color: Persian Rose. HEX triplet: E6, 2F and B2. RGB value is (230,47,178). Sum of RGB (Red+Green+Blue) = 230+47+178=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E62FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62FB2 is #19D04D. Grayscale: #747474. Windows color (decimal): -1691726 or 11677670. OLE color: 11677670.
HSL color Cylindrical-coordinate representation of color #E62FB2: hue angle of 317.05º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62FB2 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 47 | 178 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.10 |
| HSL | 317.05º | 0.79% | 0.54% | - |
| HSV(B) | 317.05º | 0.8% | 0.9% | - |
| XYZ | 41.69 | 22.07 | 44.18 | - |
| YUV | 116.65 | 162.63 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 47 | 178 | 0 | 0.80 | 0.23 | 0.10 | 317.05 | 0.79 | 0.54 |
| Hex | E6 | 2F | B2 | 0 | 50 | 17 | A | 13D | 4F | 36 |
| Octal | 346 | 57 | 262 | 0 | 120 | 27 | 12 | 475 | 117 | 66 |
| Binary | 11100110 | 101111 | 10110010 | 0 | 1010000 | 10111 | 1010 | 100111101 | 1001111 | 110110 |
Color Harmonies of #E62FB2
Complementary color
Monochromatic Colors of #E62FB2
Black with #E62FB2
Text Example
Text Example
White with #E62FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62FB2; }
p { color: rgb(230,47,178); }
H1.HeaderClassName
{
color: #E62FB2;
}
.AnyTagClassName
{
color: #E62FB2;
}
</style>
background-color css
<style>
a { background-color: #E62FB2; }
a { background-color: rgb(230,47,178); }
div.DivClassName
{
background-color: #E62FB2;
}
.BgClassName
{
background-color: #E62FB2;
}
</style>
border-color css
<style>
span { border-color: #E62FB2; }
span { border-color: rgb(230,47,178); }
td.TdClassName
{
border-color: #E62FB2;
}
.TagClassName
{
border-color: #E62FB2;
}
</style>