Shades of Persian Rose #EA30AC
Tints of Persian Rose #EA30AC
RGB
CMYK
RGB Variations
Color information
#EA30AC (or 0xEA30AC) is known color: Persian Rose. HEX triplet: EA, 30 and AC. RGB value is (234,48,172). Sum of RGB (Red+Green+Blue) = 234+48+172=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA30AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA30AC is #15CF53. Grayscale: #757575. Windows color (decimal): -1429332 or 11284714. OLE color: 11284714.
HSL color Cylindrical-coordinate representation of color #EA30AC: hue angle of 320º 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 #EA30AC is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 172 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.08 |
| HSL | 320º | 0.82% | 0.55% | - |
| HSV(B) | 320º | 0.79% | 0.92% | - |
| XYZ | 42.44 | 22.58 | 41.15 | - |
| YUV | 117.75 | 158.62 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 172 | 0 | 0.79 | 0.26 | 0.08 | 320 | 0.82 | 0.55 |
| Hex | EA | 30 | AC | 0 | 4F | 1A | 8 | 140 | 52 | 37 |
| Octal | 352 | 60 | 254 | 0 | 117 | 32 | 10 | 500 | 122 | 67 |
| Binary | 11101010 | 110000 | 10101100 | 0 | 1001111 | 11010 | 1000 | 101000000 | 1010010 | 110111 |
Color Harmonies of #EA30AC
Complementary color
Monochromatic Colors of #EA30AC
Black with #EA30AC
Text Example
Text Example
White with #EA30AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA30AC; }
p { color: rgb(234,48,172); }
H1.HeaderClassName
{
color: #EA30AC;
}
.AnyTagClassName
{
color: #EA30AC;
}
</style>
background-color css
<style>
a { background-color: #EA30AC; }
a { background-color: rgb(234,48,172); }
div.DivClassName
{
background-color: #EA30AC;
}
.BgClassName
{
background-color: #EA30AC;
}
</style>
border-color css
<style>
span { border-color: #EA30AC; }
span { border-color: rgb(234,48,172); }
td.TdClassName
{
border-color: #EA30AC;
}
.TagClassName
{
border-color: #EA30AC;
}
</style>