Shades of Persian Rose #E636AD
Tints of Persian Rose #E636AD
RGB
CMYK
RGB Variations
Color information
#E636AD (or 0xE636AD) is known color: Persian Rose. HEX triplet: E6, 36 and AD. RGB value is (230,54,173). Sum of RGB (Red+Green+Blue) = 230+54+173=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E636AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E636AD is #19C952. Grayscale: #777777. Windows color (decimal): -1689939 or 11351782. OLE color: 11351782.
HSL color Cylindrical-coordinate representation of color #E636AD: hue angle of 319.43º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E636AD is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 54 | 173 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.10 |
| HSL | 319.43º | 0.78% | 0.56% | - |
| HSV(B) | 319.43º | 0.77% | 0.9% | - |
| XYZ | 41.5 | 22.48 | 41.69 | - |
| YUV | 120.19 | 157.81 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 54 | 173 | 0 | 0.77 | 0.25 | 0.10 | 319.43 | 0.78 | 0.56 |
| Hex | E6 | 36 | AD | 0 | 4D | 19 | A | 13F | 4E | 38 |
| Octal | 346 | 66 | 255 | 0 | 115 | 31 | 12 | 477 | 116 | 70 |
| Binary | 11100110 | 110110 | 10101101 | 0 | 1001101 | 11001 | 1010 | 100111111 | 1001110 | 111000 |
Color Harmonies of #E636AD
Complementary color
Monochromatic Colors of #E636AD
Black with #E636AD
Text Example
Text Example
White with #E636AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E636AD; }
p { color: rgb(230,54,173); }
H1.HeaderClassName
{
color: #E636AD;
}
.AnyTagClassName
{
color: #E636AD;
}
</style>
background-color css
<style>
a { background-color: #E636AD; }
a { background-color: rgb(230,54,173); }
div.DivClassName
{
background-color: #E636AD;
}
.BgClassName
{
background-color: #E636AD;
}
</style>
border-color css
<style>
span { border-color: #E636AD; }
span { border-color: rgb(230,54,173); }
td.TdClassName
{
border-color: #E636AD;
}
.TagClassName
{
border-color: #E636AD;
}
</style>