Shades of Persian Rose #E635B0
Tints of Persian Rose #E635B0
RGB
CMYK
RGB Variations
Color information
#E635B0 (or 0xE635B0) is known color: Persian Rose. HEX triplet: E6, 35 and B0. RGB value is (230,53,176). Sum of RGB (Red+Green+Blue) = 230+53+176=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E635B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E635B0 is #19CA4F. Grayscale: #777777. Windows color (decimal): -1690192 or 11548134. OLE color: 11548134.
HSL color Cylindrical-coordinate representation of color #E635B0: hue angle of 318.31º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E635B0 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 176 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.10 |
| HSL | 318.31º | 0.78% | 0.55% | - |
| HSV(B) | 318.31º | 0.77% | 0.9% | - |
| XYZ | 41.74 | 22.5 | 43.22 | - |
| YUV | 119.95 | 159.64 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 176 | 0 | 0.77 | 0.23 | 0.10 | 318.31 | 0.78 | 0.55 |
| Hex | E6 | 35 | B0 | 0 | 4D | 17 | A | 13E | 4E | 37 |
| Octal | 346 | 65 | 260 | 0 | 115 | 27 | 12 | 476 | 116 | 67 |
| Binary | 11100110 | 110101 | 10110000 | 0 | 1001101 | 10111 | 1010 | 100111110 | 1001110 | 110111 |
Color Harmonies of #E635B0
Complementary color
Monochromatic Colors of #E635B0
Black with #E635B0
Text Example
Text Example
White with #E635B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E635B0; }
p { color: rgb(230,53,176); }
H1.HeaderClassName
{
color: #E635B0;
}
.AnyTagClassName
{
color: #E635B0;
}
</style>
background-color css
<style>
a { background-color: #E635B0; }
a { background-color: rgb(230,53,176); }
div.DivClassName
{
background-color: #E635B0;
}
.BgClassName
{
background-color: #E635B0;
}
</style>
border-color css
<style>
span { border-color: #E635B0; }
span { border-color: rgb(230,53,176); }
td.TdClassName
{
border-color: #E635B0;
}
.TagClassName
{
border-color: #E635B0;
}
</style>