Shades of Persian Rose #EA41AF
Tints of Persian Rose #EA41AF
RGB
CMYK
RGB Variations
Color information
#EA41AF (or 0xEA41AF) is known color: Persian Rose. HEX triplet: EA, 41 and AF. RGB value is (234,65,175). Sum of RGB (Red+Green+Blue) = 234+65+175=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA41AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA41AF is #15BE50. Grayscale: #7F7F7F. Windows color (decimal): -1424977 or 11485674. OLE color: 11485674.
HSL color Cylindrical-coordinate representation of color #EA41AF: hue angle of 320.95º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA41AF is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 175 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.08 |
| HSL | 320.95º | 0.8% | 0.59% | - |
| HSV(B) | 320.95º | 0.72% | 0.92% | - |
| XYZ | 43.56 | 24.37 | 42.97 | - |
| YUV | 128.07 | 154.49 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 175 | 0 | 0.72 | 0.25 | 0.08 | 320.95 | 0.8 | 0.59 |
| Hex | EA | 41 | AF | 0 | 48 | 19 | 8 | 141 | 50 | 3B |
| Octal | 352 | 101 | 257 | 0 | 110 | 31 | 10 | 501 | 120 | 73 |
| Binary | 11101010 | 1000001 | 10101111 | 0 | 1001000 | 11001 | 1000 | 101000001 | 1010000 | 111011 |
Color Harmonies of #EA41AF
Complementary color
Monochromatic Colors of #EA41AF
Black with #EA41AF
Text Example
Text Example
White with #EA41AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA41AF; }
p { color: rgb(234,65,175); }
H1.HeaderClassName
{
color: #EA41AF;
}
.AnyTagClassName
{
color: #EA41AF;
}
</style>
background-color css
<style>
a { background-color: #EA41AF; }
a { background-color: rgb(234,65,175); }
div.DivClassName
{
background-color: #EA41AF;
}
.BgClassName
{
background-color: #EA41AF;
}
</style>
border-color css
<style>
span { border-color: #EA41AF; }
span { border-color: rgb(234,65,175); }
td.TdClassName
{
border-color: #EA41AF;
}
.TagClassName
{
border-color: #EA41AF;
}
</style>