Shades of Persian Rose #EA269E
Tints of Persian Rose #EA269E
RGB
CMYK
RGB Variations
Color information
#EA269E (or 0xEA269E) is known color: Persian Rose. HEX triplet: EA, 26 and 9E. RGB value is (234,38,158). Sum of RGB (Red+Green+Blue) = 234+38+158=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA269E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA269E is #15D961. Grayscale: #6E6E6E. Windows color (decimal): -1431906 or 10364650. OLE color: 10364650.
HSL color Cylindrical-coordinate representation of color #EA269E: hue angle of 323.27º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA269E is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 158 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.08 |
| HSL | 323.27º | 0.82% | 0.53% | - |
| HSV(B) | 323.27º | 0.84% | 0.92% | - |
| XYZ | 40.8 | 21.35 | 34.32 | - |
| YUV | 110.28 | 154.93 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 158 | 0 | 0.84 | 0.32 | 0.08 | 323.27 | 0.82 | 0.53 |
| Hex | EA | 26 | 9E | 0 | 54 | 20 | 8 | 143 | 52 | 35 |
| Octal | 352 | 46 | 236 | 0 | 124 | 40 | 10 | 503 | 122 | 65 |
| Binary | 11101010 | 100110 | 10011110 | 0 | 1010100 | 100000 | 1000 | 101000011 | 1010010 | 110101 |
Color Harmonies of #EA269E
Complementary color
Monochromatic Colors of #EA269E
Black with #EA269E
Text Example
Text Example
White with #EA269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA269E; }
p { color: rgb(234,38,158); }
H1.HeaderClassName
{
color: #EA269E;
}
.AnyTagClassName
{
color: #EA269E;
}
</style>
background-color css
<style>
a { background-color: #EA269E; }
a { background-color: rgb(234,38,158); }
div.DivClassName
{
background-color: #EA269E;
}
.BgClassName
{
background-color: #EA269E;
}
</style>
border-color css
<style>
span { border-color: #EA269E; }
span { border-color: rgb(234,38,158); }
td.TdClassName
{
border-color: #EA269E;
}
.TagClassName
{
border-color: #EA269E;
}
</style>