Shades of Persian Rose #EA33AD
Tints of Persian Rose #EA33AD
RGB
CMYK
RGB Variations
Color information
#EA33AD (or 0xEA33AD) is known color: Persian Rose. HEX triplet: EA, 33 and AD. RGB value is (234,51,173). Sum of RGB (Red+Green+Blue) = 234+51+173=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA33AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA33AD is #15CC52. Grayscale: #777777. Windows color (decimal): -1428563 or 11351018. OLE color: 11351018.
HSL color Cylindrical-coordinate representation of color #EA33AD: hue angle of 320º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA33AD is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 51 | 173 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.08 |
| HSL | 320º | 0.81% | 0.56% | - |
| HSV(B) | 320º | 0.78% | 0.92% | - |
| XYZ | 42.66 | 22.88 | 41.7 | - |
| YUV | 119.63 | 158.13 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 51 | 173 | 0 | 0.78 | 0.26 | 0.08 | 320 | 0.81 | 0.56 |
| Hex | EA | 33 | AD | 0 | 4E | 1A | 8 | 140 | 51 | 38 |
| Octal | 352 | 63 | 255 | 0 | 116 | 32 | 10 | 500 | 121 | 70 |
| Binary | 11101010 | 110011 | 10101101 | 0 | 1001110 | 11010 | 1000 | 101000000 | 1010001 | 111000 |
Color Harmonies of #EA33AD
Complementary color
Monochromatic Colors of #EA33AD
Black with #EA33AD
Text Example
Text Example
White with #EA33AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA33AD; }
p { color: rgb(234,51,173); }
H1.HeaderClassName
{
color: #EA33AD;
}
.AnyTagClassName
{
color: #EA33AD;
}
</style>
background-color css
<style>
a { background-color: #EA33AD; }
a { background-color: rgb(234,51,173); }
div.DivClassName
{
background-color: #EA33AD;
}
.BgClassName
{
background-color: #EA33AD;
}
</style>
border-color css
<style>
span { border-color: #EA33AD; }
span { border-color: rgb(234,51,173); }
td.TdClassName
{
border-color: #EA33AD;
}
.TagClassName
{
border-color: #EA33AD;
}
</style>