Shades of Persian Rose #EA3BB1
Tints of Persian Rose #EA3BB1
RGB
CMYK
RGB Variations
Color information
#EA3BB1 (or 0xEA3BB1) is known color: Persian Rose. HEX triplet: EA, 3B and B1. RGB value is (234,59,177). Sum of RGB (Red+Green+Blue) = 234+59+177=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3BB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3BB1 is #15C44E. Grayscale: #7C7C7C. Windows color (decimal): -1426511 or 11615210. OLE color: 11615210.
HSL color Cylindrical-coordinate representation of color #EA3BB1: hue angle of 319.54º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA3BB1 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 59 | 177 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.08 |
| HSL | 319.54º | 0.81% | 0.57% | - |
| HSV(B) | 319.54º | 0.75% | 0.92% | - |
| XYZ | 43.43 | 23.79 | 43.9 | - |
| YUV | 124.78 | 157.48 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 59 | 177 | 0 | 0.75 | 0.24 | 0.08 | 319.54 | 0.81 | 0.57 |
| Hex | EA | 3B | B1 | 0 | 4B | 18 | 8 | 140 | 51 | 39 |
| Octal | 352 | 73 | 261 | 0 | 113 | 30 | 10 | 500 | 121 | 71 |
| Binary | 11101010 | 111011 | 10110001 | 0 | 1001011 | 11000 | 1000 | 101000000 | 1010001 | 111001 |
Color Harmonies of #EA3BB1
Complementary color
Monochromatic Colors of #EA3BB1
Black with #EA3BB1
Text Example
Text Example
White with #EA3BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3BB1; }
p { color: rgb(234,59,177); }
H1.HeaderClassName
{
color: #EA3BB1;
}
.AnyTagClassName
{
color: #EA3BB1;
}
</style>
background-color css
<style>
a { background-color: #EA3BB1; }
a { background-color: rgb(234,59,177); }
div.DivClassName
{
background-color: #EA3BB1;
}
.BgClassName
{
background-color: #EA3BB1;
}
</style>
border-color css
<style>
span { border-color: #EA3BB1; }
span { border-color: rgb(234,59,177); }
td.TdClassName
{
border-color: #EA3BB1;
}
.TagClassName
{
border-color: #EA3BB1;
}
</style>