Shades of Persian Rose #EA2FAC
Tints of Persian Rose #EA2FAC
RGB
CMYK
RGB Variations
Color information
#EA2FAC (or 0xEA2FAC) is known color: Persian Rose. HEX triplet: EA, 2F and AC. RGB value is (234,47,172). Sum of RGB (Red+Green+Blue) = 234+47+172=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2FAC is #15D053. Grayscale: #747474. Windows color (decimal): -1429588 or 11284458. OLE color: 11284458.
HSL color Cylindrical-coordinate representation of color #EA2FAC: hue angle of 319.89º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2FAC is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 47 | 172 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.08 |
| HSL | 319.89º | 0.82% | 0.55% | - |
| HSV(B) | 319.89º | 0.8% | 0.92% | - |
| XYZ | 42.39 | 22.5 | 41.14 | - |
| YUV | 117.16 | 158.95 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 47 | 172 | 0 | 0.80 | 0.26 | 0.08 | 319.89 | 0.82 | 0.55 |
| Hex | EA | 2F | AC | 0 | 50 | 1A | 8 | 140 | 52 | 37 |
| Octal | 352 | 57 | 254 | 0 | 120 | 32 | 10 | 500 | 122 | 67 |
| Binary | 11101010 | 101111 | 10101100 | 0 | 1010000 | 11010 | 1000 | 101000000 | 1010010 | 110111 |
Color Harmonies of #EA2FAC
Complementary color
Monochromatic Colors of #EA2FAC
Black with #EA2FAC
Text Example
Text Example
White with #EA2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2FAC; }
p { color: rgb(234,47,172); }
H1.HeaderClassName
{
color: #EA2FAC;
}
.AnyTagClassName
{
color: #EA2FAC;
}
</style>
background-color css
<style>
a { background-color: #EA2FAC; }
a { background-color: rgb(234,47,172); }
div.DivClassName
{
background-color: #EA2FAC;
}
.BgClassName
{
background-color: #EA2FAC;
}
</style>
border-color css
<style>
span { border-color: #EA2FAC; }
span { border-color: rgb(234,47,172); }
td.TdClassName
{
border-color: #EA2FAC;
}
.TagClassName
{
border-color: #EA2FAC;
}
</style>