Shades of Persian Rose #E234B2
Tints of Persian Rose #E234B2
RGB
CMYK
RGB Variations
Color information
#E234B2 (or 0xE234B2) is known color: Persian Rose. HEX triplet: E2, 34 and B2. RGB value is (226,52,178). Sum of RGB (Red+Green+Blue) = 226+52+178=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E234B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E234B2 is #1DCB4D. Grayscale: #767676. Windows color (decimal): -1952590 or 11678946. OLE color: 11678946.
HSL color Cylindrical-coordinate representation of color #E234B2: hue angle of 316.55º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E234B2 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 52 | 178 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.11 |
| HSL | 316.55º | 0.75% | 0.55% | - |
| HSV(B) | 316.55º | 0.77% | 0.89% | - |
| XYZ | 40.63 | 21.84 | 44.19 | - |
| YUV | 118.39 | 161.65 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 52 | 178 | 0 | 0.77 | 0.21 | 0.11 | 316.55 | 0.75 | 0.55 |
| Hex | E2 | 34 | B2 | 0 | 4D | 15 | B | 13D | 4B | 37 |
| Octal | 342 | 64 | 262 | 0 | 115 | 25 | 13 | 475 | 113 | 67 |
| Binary | 11100010 | 110100 | 10110010 | 0 | 1001101 | 10101 | 1011 | 100111101 | 1001011 | 110111 |
Color Harmonies of #E234B2
Complementary color
Monochromatic Colors of #E234B2
Black with #E234B2
Text Example
Text Example
White with #E234B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E234B2; }
p { color: rgb(226,52,178); }
H1.HeaderClassName
{
color: #E234B2;
}
.AnyTagClassName
{
color: #E234B2;
}
</style>
background-color css
<style>
a { background-color: #E234B2; }
a { background-color: rgb(226,52,178); }
div.DivClassName
{
background-color: #E234B2;
}
.BgClassName
{
background-color: #E234B2;
}
</style>
border-color css
<style>
span { border-color: #E234B2; }
span { border-color: rgb(226,52,178); }
td.TdClassName
{
border-color: #E234B2;
}
.TagClassName
{
border-color: #E234B2;
}
</style>