Shades of Persian Rose #EA3EAB
Tints of Persian Rose #EA3EAB
RGB
CMYK
RGB Variations
Color information
#EA3EAB (or 0xEA3EAB) is known color: Persian Rose. HEX triplet: EA, 3E and AB. RGB value is (234,62,171). Sum of RGB (Red+Green+Blue) = 234+62+171=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3EAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3EAB is #15C154. Grayscale: #7D7D7D. Windows color (decimal): -1425749 or 11222762. OLE color: 11222762.
HSL color Cylindrical-coordinate representation of color #EA3EAB: hue angle of 321.98º 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 #EA3EAB is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 62 | 171 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.08 |
| HSL | 321.98º | 0.8% | 0.58% | - |
| HSV(B) | 321.98º | 0.74% | 0.92% | - |
| XYZ | 43.01 | 23.88 | 40.87 | - |
| YUV | 125.85 | 153.48 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 62 | 171 | 0 | 0.74 | 0.27 | 0.08 | 321.98 | 0.8 | 0.58 |
| Hex | EA | 3E | AB | 0 | 4A | 1B | 8 | 142 | 50 | 3A |
| Octal | 352 | 76 | 253 | 0 | 112 | 33 | 10 | 502 | 120 | 72 |
| Binary | 11101010 | 111110 | 10101011 | 0 | 1001010 | 11011 | 1000 | 101000010 | 1010000 | 111010 |
Color Harmonies of #EA3EAB
Complementary color
Monochromatic Colors of #EA3EAB
Black with #EA3EAB
Text Example
Text Example
White with #EA3EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3EAB; }
p { color: rgb(234,62,171); }
H1.HeaderClassName
{
color: #EA3EAB;
}
.AnyTagClassName
{
color: #EA3EAB;
}
</style>
background-color css
<style>
a { background-color: #EA3EAB; }
a { background-color: rgb(234,62,171); }
div.DivClassName
{
background-color: #EA3EAB;
}
.BgClassName
{
background-color: #EA3EAB;
}
</style>
border-color css
<style>
span { border-color: #EA3EAB; }
span { border-color: rgb(234,62,171); }
td.TdClassName
{
border-color: #EA3EAB;
}
.TagClassName
{
border-color: #EA3EAB;
}
</style>