Shades of Persian Rose #EA36AC
Tints of Persian Rose #EA36AC
RGB
CMYK
RGB Variations
Color information
#EA36AC (or 0xEA36AC) is known color: Persian Rose. HEX triplet: EA, 36 and AC. RGB value is (234,54,172). Sum of RGB (Red+Green+Blue) = 234+54+172=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA36AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA36AC is #15C953. Grayscale: #787878. Windows color (decimal): -1427796 or 11286250. OLE color: 11286250.
HSL color Cylindrical-coordinate representation of color #EA36AC: hue angle of 320.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA36AC is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 54 | 172 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.08 |
| HSL | 320.67º | 0.81% | 0.56% | - |
| HSV(B) | 320.67º | 0.77% | 0.92% | - |
| XYZ | 42.7 | 23.11 | 41.24 | - |
| YUV | 121.27 | 156.63 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 54 | 172 | 0 | 0.77 | 0.26 | 0.08 | 320.67 | 0.81 | 0.56 |
| Hex | EA | 36 | AC | 0 | 4D | 1A | 8 | 141 | 51 | 38 |
| Octal | 352 | 66 | 254 | 0 | 115 | 32 | 10 | 501 | 121 | 70 |
| Binary | 11101010 | 110110 | 10101100 | 0 | 1001101 | 11010 | 1000 | 101000001 | 1010001 | 111000 |
Color Harmonies of #EA36AC
Complementary color
Monochromatic Colors of #EA36AC
Black with #EA36AC
Text Example
Text Example
White with #EA36AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA36AC; }
p { color: rgb(234,54,172); }
H1.HeaderClassName
{
color: #EA36AC;
}
.AnyTagClassName
{
color: #EA36AC;
}
</style>
background-color css
<style>
a { background-color: #EA36AC; }
a { background-color: rgb(234,54,172); }
div.DivClassName
{
background-color: #EA36AC;
}
.BgClassName
{
background-color: #EA36AC;
}
</style>
border-color css
<style>
span { border-color: #EA36AC; }
span { border-color: rgb(234,54,172); }
td.TdClassName
{
border-color: #EA36AC;
}
.TagClassName
{
border-color: #EA36AC;
}
</style>