Shades of Persian Rose #ED30B3
Tints of Persian Rose #ED30B3
RGB
CMYK
RGB Variations
Color information
#ED30B3 (or 0xED30B3) is known color: Persian Rose. HEX triplet: ED, 30 and B3. RGB value is (237,48,179). Sum of RGB (Red+Green+Blue) = 237+48+179=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED30B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED30B3 is #12CF4C. Grayscale: #777777. Windows color (decimal): -1232717 or 11743469. OLE color: 11743469.
HSL color Cylindrical-coordinate representation of color #ED30B3: hue angle of 318.41º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED30B3 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 179 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.07 |
| HSL | 318.41º | 0.84% | 0.56% | - |
| HSV(B) | 318.41º | 0.8% | 0.93% | - |
| XYZ | 44.12 | 23.37 | 44.83 | - |
| YUV | 119.45 | 161.62 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 179 | 0 | 0.80 | 0.24 | 0.07 | 318.41 | 0.84 | 0.56 |
| Hex | ED | 30 | B3 | 0 | 50 | 18 | 7 | 13E | 54 | 38 |
| Octal | 355 | 60 | 263 | 0 | 120 | 30 | 7 | 476 | 124 | 70 |
| Binary | 11101101 | 110000 | 10110011 | 0 | 1010000 | 11000 | 111 | 100111110 | 1010100 | 111000 |
Color Harmonies of #ED30B3
Complementary color
Monochromatic Colors of #ED30B3
Black with #ED30B3
Text Example
Text Example
White with #ED30B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED30B3; }
p { color: rgb(237,48,179); }
H1.HeaderClassName
{
color: #ED30B3;
}
.AnyTagClassName
{
color: #ED30B3;
}
</style>
background-color css
<style>
a { background-color: #ED30B3; }
a { background-color: rgb(237,48,179); }
div.DivClassName
{
background-color: #ED30B3;
}
.BgClassName
{
background-color: #ED30B3;
}
</style>
border-color css
<style>
span { border-color: #ED30B3; }
span { border-color: rgb(237,48,179); }
td.TdClassName
{
border-color: #ED30B3;
}
.TagClassName
{
border-color: #ED30B3;
}
</style>