Shades of Persian Rose #EA2DAD
Tints of Persian Rose #EA2DAD
RGB
CMYK
RGB Variations
Color information
#EA2DAD (or 0xEA2DAD) is known color: Persian Rose. HEX triplet: EA, 2D and AD. RGB value is (234,45,173). Sum of RGB (Red+Green+Blue) = 234+45+173=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2DAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2DAD is #15D252. Grayscale: #737373. Windows color (decimal): -1430099 or 11349482. OLE color: 11349482.
HSL color Cylindrical-coordinate representation of color #EA2DAD: hue angle of 319.37º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2DAD is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 173 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.08 |
| HSL | 319.37º | 0.82% | 0.55% | - |
| HSV(B) | 319.37º | 0.81% | 0.92% | - |
| XYZ | 42.41 | 22.39 | 41.62 | - |
| YUV | 116.1 | 160.12 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 173 | 0 | 0.81 | 0.26 | 0.08 | 319.37 | 0.82 | 0.55 |
| Hex | EA | 2D | AD | 0 | 51 | 1A | 8 | 13F | 52 | 37 |
| Octal | 352 | 55 | 255 | 0 | 121 | 32 | 10 | 477 | 122 | 67 |
| Binary | 11101010 | 101101 | 10101101 | 0 | 1010001 | 11010 | 1000 | 100111111 | 1010010 | 110111 |
Color Harmonies of #EA2DAD
Complementary color
Monochromatic Colors of #EA2DAD
Black with #EA2DAD
Text Example
Text Example
White with #EA2DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2DAD; }
p { color: rgb(234,45,173); }
H1.HeaderClassName
{
color: #EA2DAD;
}
.AnyTagClassName
{
color: #EA2DAD;
}
</style>
background-color css
<style>
a { background-color: #EA2DAD; }
a { background-color: rgb(234,45,173); }
div.DivClassName
{
background-color: #EA2DAD;
}
.BgClassName
{
background-color: #EA2DAD;
}
</style>
border-color css
<style>
span { border-color: #EA2DAD; }
span { border-color: rgb(234,45,173); }
td.TdClassName
{
border-color: #EA2DAD;
}
.TagClassName
{
border-color: #EA2DAD;
}
</style>