Shades of Persian Rose #EA30B0
Tints of Persian Rose #EA30B0
RGB
CMYK
RGB Variations
Color information
#EA30B0 (or 0xEA30B0) is known color: Persian Rose. HEX triplet: EA, 30 and B0. RGB value is (234,48,176). Sum of RGB (Red+Green+Blue) = 234+48+176=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA30B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA30B0 is #15CF4F. Grayscale: #757575. Windows color (decimal): -1429328 or 11546858. OLE color: 11546858.
HSL color Cylindrical-coordinate representation of color #EA30B0: hue angle of 318.71º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA30B0 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 176 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.08 |
| HSL | 318.71º | 0.82% | 0.55% | - |
| HSV(B) | 318.71º | 0.79% | 0.92% | - |
| XYZ | 42.83 | 22.74 | 43.21 | - |
| YUV | 118.21 | 160.62 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 176 | 0 | 0.79 | 0.25 | 0.08 | 318.71 | 0.82 | 0.55 |
| Hex | EA | 30 | B0 | 0 | 4F | 19 | 8 | 13F | 52 | 37 |
| Octal | 352 | 60 | 260 | 0 | 117 | 31 | 10 | 477 | 122 | 67 |
| Binary | 11101010 | 110000 | 10110000 | 0 | 1001111 | 11001 | 1000 | 100111111 | 1010010 | 110111 |
Color Harmonies of #EA30B0
Complementary color
Monochromatic Colors of #EA30B0
Black with #EA30B0
Text Example
Text Example
White with #EA30B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA30B0; }
p { color: rgb(234,48,176); }
H1.HeaderClassName
{
color: #EA30B0;
}
.AnyTagClassName
{
color: #EA30B0;
}
</style>
background-color css
<style>
a { background-color: #EA30B0; }
a { background-color: rgb(234,48,176); }
div.DivClassName
{
background-color: #EA30B0;
}
.BgClassName
{
background-color: #EA30B0;
}
</style>
border-color css
<style>
span { border-color: #EA30B0; }
span { border-color: rgb(234,48,176); }
td.TdClassName
{
border-color: #EA30B0;
}
.TagClassName
{
border-color: #EA30B0;
}
</style>