Shades of Persian Rose #E635AC
Tints of Persian Rose #E635AC
RGB
CMYK
RGB Variations
Color information
#E635AC (or 0xE635AC) is known color: Persian Rose. HEX triplet: E6, 35 and AC. RGB value is (230,53,172). Sum of RGB (Red+Green+Blue) = 230+53+172=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 53 (21.09% from 255 or 11.65% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E635AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E635AC is #19CA53. Grayscale: #777777. Windows color (decimal): -1690196 or 11285990. OLE color: 11285990.
HSL color Cylindrical-coordinate representation of color #E635AC: hue angle of 319.66º 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 #E635AC is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 172 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.10 |
| HSL | 319.66º | 0.78% | 0.55% | - |
| HSV(B) | 319.66º | 0.77% | 0.9% | - |
| XYZ | 41.35 | 22.35 | 41.16 | - |
| YUV | 119.49 | 157.64 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 172 | 0 | 0.77 | 0.25 | 0.10 | 319.66 | 0.78 | 0.55 |
| Hex | E6 | 35 | AC | 0 | 4D | 19 | A | 140 | 4E | 37 |
| Octal | 346 | 65 | 254 | 0 | 115 | 31 | 12 | 500 | 116 | 67 |
| Binary | 11100110 | 110101 | 10101100 | 0 | 1001101 | 11001 | 1010 | 101000000 | 1001110 | 110111 |
Color Harmonies of #E635AC
Complementary color
Monochromatic Colors of #E635AC
Black with #E635AC
Text Example
Text Example
White with #E635AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E635AC; }
p { color: rgb(230,53,172); }
H1.HeaderClassName
{
color: #E635AC;
}
.AnyTagClassName
{
color: #E635AC;
}
</style>
background-color css
<style>
a { background-color: #E635AC; }
a { background-color: rgb(230,53,172); }
div.DivClassName
{
background-color: #E635AC;
}
.BgClassName
{
background-color: #E635AC;
}
</style>
border-color css
<style>
span { border-color: #E635AC; }
span { border-color: rgb(230,53,172); }
td.TdClassName
{
border-color: #E635AC;
}
.TagClassName
{
border-color: #E635AC;
}
</style>