Shades of Persian Rose #EA41B2
Tints of Persian Rose #EA41B2
RGB
CMYK
RGB Variations
Color information
#EA41B2 (or 0xEA41B2) is known color: Persian Rose. HEX triplet: EA, 41 and B2. RGB value is (234,65,178). Sum of RGB (Red+Green+Blue) = 234+65+178=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA41B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA41B2 is #15BE4D. Grayscale: #808080. Windows color (decimal): -1424974 or 11682282. OLE color: 11682282.
HSL color Cylindrical-coordinate representation of color #EA41B2: hue angle of 319.88º 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 #EA41B2 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 178 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.08 |
| HSL | 319.88º | 0.8% | 0.59% | - |
| HSV(B) | 319.88º | 0.72% | 0.92% | - |
| XYZ | 43.86 | 24.49 | 44.53 | - |
| YUV | 128.41 | 155.99 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 178 | 0 | 0.72 | 0.24 | 0.08 | 319.88 | 0.8 | 0.59 |
| Hex | EA | 41 | B2 | 0 | 48 | 18 | 8 | 140 | 50 | 3B |
| Octal | 352 | 101 | 262 | 0 | 110 | 30 | 10 | 500 | 120 | 73 |
| Binary | 11101010 | 1000001 | 10110010 | 0 | 1001000 | 11000 | 1000 | 101000000 | 1010000 | 111011 |
Color Harmonies of #EA41B2
Complementary color
Monochromatic Colors of #EA41B2
Black with #EA41B2
Text Example
Text Example
White with #EA41B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA41B2; }
p { color: rgb(234,65,178); }
H1.HeaderClassName
{
color: #EA41B2;
}
.AnyTagClassName
{
color: #EA41B2;
}
</style>
background-color css
<style>
a { background-color: #EA41B2; }
a { background-color: rgb(234,65,178); }
div.DivClassName
{
background-color: #EA41B2;
}
.BgClassName
{
background-color: #EA41B2;
}
</style>
border-color css
<style>
span { border-color: #EA41B2; }
span { border-color: rgb(234,65,178); }
td.TdClassName
{
border-color: #EA41B2;
}
.TagClassName
{
border-color: #EA41B2;
}
</style>