Shades of Persian Rose #EA2DAC
Tints of Persian Rose #EA2DAC
RGB
CMYK
RGB Variations
Color information
#EA2DAC (or 0xEA2DAC) is known color: Persian Rose. HEX triplet: EA, 2D and AC. RGB value is (234,45,172). Sum of RGB (Red+Green+Blue) = 234+45+172=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2DAC is #15D253. Grayscale: #737373. Windows color (decimal): -1430100 or 11283946. OLE color: 11283946.
HSL color Cylindrical-coordinate representation of color #EA2DAC: hue angle of 319.68º 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 #EA2DAC is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 172 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.08 |
| HSL | 319.68º | 0.82% | 0.55% | - |
| HSV(B) | 319.68º | 0.81% | 0.92% | - |
| XYZ | 42.32 | 22.35 | 41.11 | - |
| YUV | 115.99 | 159.62 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 172 | 0 | 0.81 | 0.26 | 0.08 | 319.68 | 0.82 | 0.55 |
| Hex | EA | 2D | AC | 0 | 51 | 1A | 8 | 140 | 52 | 37 |
| Octal | 352 | 55 | 254 | 0 | 121 | 32 | 10 | 500 | 122 | 67 |
| Binary | 11101010 | 101101 | 10101100 | 0 | 1010001 | 11010 | 1000 | 101000000 | 1010010 | 110111 |
Color Harmonies of #EA2DAC
Complementary color
Monochromatic Colors of #EA2DAC
Black with #EA2DAC
Text Example
Text Example
White with #EA2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2DAC; }
p { color: rgb(234,45,172); }
H1.HeaderClassName
{
color: #EA2DAC;
}
.AnyTagClassName
{
color: #EA2DAC;
}
</style>
background-color css
<style>
a { background-color: #EA2DAC; }
a { background-color: rgb(234,45,172); }
div.DivClassName
{
background-color: #EA2DAC;
}
.BgClassName
{
background-color: #EA2DAC;
}
</style>
border-color css
<style>
span { border-color: #EA2DAC; }
span { border-color: rgb(234,45,172); }
td.TdClassName
{
border-color: #EA2DAC;
}
.TagClassName
{
border-color: #EA2DAC;
}
</style>