Shades of Persian Rose #E234B3
Tints of Persian Rose #E234B3
RGB
CMYK
RGB Variations
Color information
#E234B3 (or 0xE234B3) is known color: Persian Rose. HEX triplet: E2, 34 and B3. RGB value is (226,52,179). Sum of RGB (Red+Green+Blue) = 226+52+179=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E234B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E234B3 is #1DCB4C. Grayscale: #767676. Windows color (decimal): -1952589 or 11744482. OLE color: 11744482.
HSL color Cylindrical-coordinate representation of color #E234B3: hue angle of 316.21º 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 #E234B3 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 52 | 179 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.11 |
| HSL | 316.21º | 0.75% | 0.55% | - |
| HSV(B) | 316.21º | 0.77% | 0.89% | - |
| XYZ | 40.73 | 21.88 | 44.72 | - |
| YUV | 118.5 | 162.15 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 52 | 179 | 0 | 0.77 | 0.21 | 0.11 | 316.21 | 0.75 | 0.55 |
| Hex | E2 | 34 | B3 | 0 | 4D | 15 | B | 13C | 4B | 37 |
| Octal | 342 | 64 | 263 | 0 | 115 | 25 | 13 | 474 | 113 | 67 |
| Binary | 11100010 | 110100 | 10110011 | 0 | 1001101 | 10101 | 1011 | 100111100 | 1001011 | 110111 |
Color Harmonies of #E234B3
Complementary color
Monochromatic Colors of #E234B3
Black with #E234B3
Text Example
Text Example
White with #E234B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E234B3; }
p { color: rgb(226,52,179); }
H1.HeaderClassName
{
color: #E234B3;
}
.AnyTagClassName
{
color: #E234B3;
}
</style>
background-color css
<style>
a { background-color: #E234B3; }
a { background-color: rgb(226,52,179); }
div.DivClassName
{
background-color: #E234B3;
}
.BgClassName
{
background-color: #E234B3;
}
</style>
border-color css
<style>
span { border-color: #E234B3; }
span { border-color: rgb(226,52,179); }
td.TdClassName
{
border-color: #E234B3;
}
.TagClassName
{
border-color: #E234B3;
}
</style>