Shades of Persian Rose #EA36B2
Tints of Persian Rose #EA36B2
RGB
CMYK
RGB Variations
Color information
#EA36B2 (or 0xEA36B2) is known color: Persian Rose. HEX triplet: EA, 36 and B2. RGB value is (234,54,178). Sum of RGB (Red+Green+Blue) = 234+54+178=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 54 (21.48% from 255 or 11.59% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA36B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA36B2 is #15C94D. Grayscale: #797979. Windows color (decimal): -1427790 or 11679466. OLE color: 11679466.
HSL color Cylindrical-coordinate representation of color #EA36B2: hue angle of 318.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 #EA36B2 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 54 | 178 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.08 |
| HSL | 318.67º | 0.81% | 0.56% | - |
| HSV(B) | 318.67º | 0.77% | 0.92% | - |
| XYZ | 43.29 | 23.35 | 44.34 | - |
| YUV | 121.96 | 159.63 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 54 | 178 | 0 | 0.77 | 0.24 | 0.08 | 318.67 | 0.81 | 0.56 |
| Hex | EA | 36 | B2 | 0 | 4D | 18 | 8 | 13F | 51 | 38 |
| Octal | 352 | 66 | 262 | 0 | 115 | 30 | 10 | 477 | 121 | 70 |
| Binary | 11101010 | 110110 | 10110010 | 0 | 1001101 | 11000 | 1000 | 100111111 | 1010001 | 111000 |
Color Harmonies of #EA36B2
Complementary color
Monochromatic Colors of #EA36B2
Black with #EA36B2
Text Example
Text Example
White with #EA36B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA36B2; }
p { color: rgb(234,54,178); }
H1.HeaderClassName
{
color: #EA36B2;
}
.AnyTagClassName
{
color: #EA36B2;
}
</style>
background-color css
<style>
a { background-color: #EA36B2; }
a { background-color: rgb(234,54,178); }
div.DivClassName
{
background-color: #EA36B2;
}
.BgClassName
{
background-color: #EA36B2;
}
</style>
border-color css
<style>
span { border-color: #EA36B2; }
span { border-color: rgb(234,54,178); }
td.TdClassName
{
border-color: #EA36B2;
}
.TagClassName
{
border-color: #EA36B2;
}
</style>