Shades of Persian Rose #EA3EB0
Tints of Persian Rose #EA3EB0
RGB
CMYK
RGB Variations
Color information
#EA3EB0 (or 0xEA3EB0) is known color: Persian Rose. HEX triplet: EA, 3E and B0. RGB value is (234,62,176). Sum of RGB (Red+Green+Blue) = 234+62+176=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3EB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3EB0 is #15C14F. Grayscale: #7E7E7E. Windows color (decimal): -1425744 or 11550442. OLE color: 11550442.
HSL color Cylindrical-coordinate representation of color #EA3EB0: hue angle of 320.23º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA3EB0 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 62 | 176 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.08 |
| HSL | 320.23º | 0.8% | 0.58% | - |
| HSV(B) | 320.23º | 0.74% | 0.92% | - |
| XYZ | 43.49 | 24.07 | 43.43 | - |
| YUV | 126.42 | 155.98 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 62 | 176 | 0 | 0.74 | 0.25 | 0.08 | 320.23 | 0.8 | 0.58 |
| Hex | EA | 3E | B0 | 0 | 4A | 19 | 8 | 140 | 50 | 3A |
| Octal | 352 | 76 | 260 | 0 | 112 | 31 | 10 | 500 | 120 | 72 |
| Binary | 11101010 | 111110 | 10110000 | 0 | 1001010 | 11001 | 1000 | 101000000 | 1010000 | 111010 |
Color Harmonies of #EA3EB0
Complementary color
Monochromatic Colors of #EA3EB0
Black with #EA3EB0
Text Example
Text Example
White with #EA3EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3EB0; }
p { color: rgb(234,62,176); }
H1.HeaderClassName
{
color: #EA3EB0;
}
.AnyTagClassName
{
color: #EA3EB0;
}
</style>
background-color css
<style>
a { background-color: #EA3EB0; }
a { background-color: rgb(234,62,176); }
div.DivClassName
{
background-color: #EA3EB0;
}
.BgClassName
{
background-color: #EA3EB0;
}
</style>
border-color css
<style>
span { border-color: #EA3EB0; }
span { border-color: rgb(234,62,176); }
td.TdClassName
{
border-color: #EA3EB0;
}
.TagClassName
{
border-color: #EA3EB0;
}
</style>