Shades of Persian Rose #EA3FAC
Tints of Persian Rose #EA3FAC
RGB
CMYK
RGB Variations
Color information
#EA3FAC (or 0xEA3FAC) is known color: Persian Rose. HEX triplet: EA, 3F and AC. RGB value is (234,63,172). Sum of RGB (Red+Green+Blue) = 234+63+172=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3FAC is #15C053. Grayscale: #7E7E7E. Windows color (decimal): -1425492 or 11288554. OLE color: 11288554.
HSL color Cylindrical-coordinate representation of color #EA3FAC: hue angle of 321.75º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA3FAC is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 63 | 172 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.08 |
| HSL | 321.75º | 0.8% | 0.58% | - |
| HSV(B) | 321.75º | 0.73% | 0.92% | - |
| XYZ | 43.16 | 24.03 | 41.39 | - |
| YUV | 126.56 | 153.65 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 63 | 172 | 0 | 0.73 | 0.26 | 0.08 | 321.75 | 0.8 | 0.58 |
| Hex | EA | 3F | AC | 0 | 49 | 1A | 8 | 142 | 50 | 3A |
| Octal | 352 | 77 | 254 | 0 | 111 | 32 | 10 | 502 | 120 | 72 |
| Binary | 11101010 | 111111 | 10101100 | 0 | 1001001 | 11010 | 1000 | 101000010 | 1010000 | 111010 |
Color Harmonies of #EA3FAC
Complementary color
Monochromatic Colors of #EA3FAC
Black with #EA3FAC
Text Example
Text Example
White with #EA3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3FAC; }
p { color: rgb(234,63,172); }
H1.HeaderClassName
{
color: #EA3FAC;
}
.AnyTagClassName
{
color: #EA3FAC;
}
</style>
background-color css
<style>
a { background-color: #EA3FAC; }
a { background-color: rgb(234,63,172); }
div.DivClassName
{
background-color: #EA3FAC;
}
.BgClassName
{
background-color: #EA3FAC;
}
</style>
border-color css
<style>
span { border-color: #EA3FAC; }
span { border-color: rgb(234,63,172); }
td.TdClassName
{
border-color: #EA3FAC;
}
.TagClassName
{
border-color: #EA3FAC;
}
</style>