Shades of Persian Rose #EA279D
Tints of Persian Rose #EA279D
RGB
CMYK
RGB Variations
Color information
#EA279D (or 0xEA279D) is known color: Persian Rose. HEX triplet: EA, 27 and 9D. RGB value is (234,39,157). Sum of RGB (Red+Green+Blue) = 234+39+157=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA279D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA279D is #15D862. Grayscale: #6E6E6E. Windows color (decimal): -1431651 or 10299370. OLE color: 10299370.
HSL color Cylindrical-coordinate representation of color #EA279D: hue angle of 323.69º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA279D is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 157 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.08 |
| HSL | 323.69º | 0.82% | 0.54% | - |
| HSV(B) | 323.69º | 0.83% | 0.92% | - |
| XYZ | 40.74 | 21.38 | 33.88 | - |
| YUV | 110.76 | 154.1 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 157 | 0 | 0.83 | 0.33 | 0.08 | 323.69 | 0.82 | 0.54 |
| Hex | EA | 27 | 9D | 0 | 53 | 21 | 8 | 144 | 52 | 36 |
| Octal | 352 | 47 | 235 | 0 | 123 | 41 | 10 | 504 | 122 | 66 |
| Binary | 11101010 | 100111 | 10011101 | 0 | 1010011 | 100001 | 1000 | 101000100 | 1010010 | 110110 |
Color Harmonies of #EA279D
Complementary color
Monochromatic Colors of #EA279D
Black with #EA279D
Text Example
Text Example
White with #EA279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA279D; }
p { color: rgb(234,39,157); }
H1.HeaderClassName
{
color: #EA279D;
}
.AnyTagClassName
{
color: #EA279D;
}
</style>
background-color css
<style>
a { background-color: #EA279D; }
a { background-color: rgb(234,39,157); }
div.DivClassName
{
background-color: #EA279D;
}
.BgClassName
{
background-color: #EA279D;
}
</style>
border-color css
<style>
span { border-color: #EA279D; }
span { border-color: rgb(234,39,157); }
td.TdClassName
{
border-color: #EA279D;
}
.TagClassName
{
border-color: #EA279D;
}
</style>