Shades of Persian Rose #ED3AB3
Tints of Persian Rose #ED3AB3
RGB
CMYK
RGB Variations
Color information
#ED3AB3 (or 0xED3AB3) is known color: Persian Rose. HEX triplet: ED, 3A and B3. RGB value is (237,58,179). Sum of RGB (Red+Green+Blue) = 237+58+179=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3AB3 is #12C54C. Grayscale: #7D7D7D. Windows color (decimal): -1230157 or 11746029. OLE color: 11746029.
HSL color Cylindrical-coordinate representation of color #ED3AB3: hue angle of 319.44º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED3AB3 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 58 | 179 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.07 |
| HSL | 319.44º | 0.83% | 0.58% | - |
| HSV(B) | 319.44º | 0.76% | 0.93% | - |
| XYZ | 44.57 | 24.29 | 44.99 | - |
| YUV | 125.32 | 158.3 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 58 | 179 | 0 | 0.76 | 0.24 | 0.07 | 319.44 | 0.83 | 0.58 |
| Hex | ED | 3A | B3 | 0 | 4C | 18 | 7 | 13F | 53 | 3A |
| Octal | 355 | 72 | 263 | 0 | 114 | 30 | 7 | 477 | 123 | 72 |
| Binary | 11101101 | 111010 | 10110011 | 0 | 1001100 | 11000 | 111 | 100111111 | 1010011 | 111010 |
Color Harmonies of #ED3AB3
Complementary color
Monochromatic Colors of #ED3AB3
Black with #ED3AB3
Text Example
Text Example
White with #ED3AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3AB3; }
p { color: rgb(237,58,179); }
H1.HeaderClassName
{
color: #ED3AB3;
}
.AnyTagClassName
{
color: #ED3AB3;
}
</style>
background-color css
<style>
a { background-color: #ED3AB3; }
a { background-color: rgb(237,58,179); }
div.DivClassName
{
background-color: #ED3AB3;
}
.BgClassName
{
background-color: #ED3AB3;
}
</style>
border-color css
<style>
span { border-color: #ED3AB3; }
span { border-color: rgb(237,58,179); }
td.TdClassName
{
border-color: #ED3AB3;
}
.TagClassName
{
border-color: #ED3AB3;
}
</style>