Shades of Persian Rose #EA3DAB
Tints of Persian Rose #EA3DAB
RGB
CMYK
RGB Variations
Color information
#EA3DAB (or 0xEA3DAB) is known color: Persian Rose. HEX triplet: EA, 3D and AB. RGB value is (234,61,171). Sum of RGB (Red+Green+Blue) = 234+61+171=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3DAB is #15C254. Grayscale: #7D7D7D. Windows color (decimal): -1426005 or 11222506. OLE color: 11222506.
HSL color Cylindrical-coordinate representation of color #EA3DAB: hue angle of 321.85º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA3DAB is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 61 | 171 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.08 |
| HSL | 321.85º | 0.8% | 0.58% | - |
| HSV(B) | 321.85º | 0.74% | 0.92% | - |
| XYZ | 42.95 | 23.77 | 40.85 | - |
| YUV | 125.27 | 153.81 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 61 | 171 | 0 | 0.74 | 0.27 | 0.08 | 321.85 | 0.8 | 0.58 |
| Hex | EA | 3D | AB | 0 | 4A | 1B | 8 | 142 | 50 | 3A |
| Octal | 352 | 75 | 253 | 0 | 112 | 33 | 10 | 502 | 120 | 72 |
| Binary | 11101010 | 111101 | 10101011 | 0 | 1001010 | 11011 | 1000 | 101000010 | 1010000 | 111010 |
Color Harmonies of #EA3DAB
Complementary color
Monochromatic Colors of #EA3DAB
Black with #EA3DAB
Text Example
Text Example
White with #EA3DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3DAB; }
p { color: rgb(234,61,171); }
H1.HeaderClassName
{
color: #EA3DAB;
}
.AnyTagClassName
{
color: #EA3DAB;
}
</style>
background-color css
<style>
a { background-color: #EA3DAB; }
a { background-color: rgb(234,61,171); }
div.DivClassName
{
background-color: #EA3DAB;
}
.BgClassName
{
background-color: #EA3DAB;
}
</style>
border-color css
<style>
span { border-color: #EA3DAB; }
span { border-color: rgb(234,61,171); }
td.TdClassName
{
border-color: #EA3DAB;
}
.TagClassName
{
border-color: #EA3DAB;
}
</style>