Shades of Persian Rose #EB2DAE
Tints of Persian Rose #EB2DAE
RGB
CMYK
RGB Variations
Color information
#EB2DAE (or 0xEB2DAE) is known color: Persian Rose. HEX triplet: EB, 2D and AE. RGB value is (235,45,174). Sum of RGB (Red+Green+Blue) = 235+45+174=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 45 (17.97% from 255 or 9.91% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2DAE is #14D251. Grayscale: #747474. Windows color (decimal): -1364562 or 11415019. OLE color: 11415019.
HSL color Cylindrical-coordinate representation of color #EB2DAE: hue angle of 319.26º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2DAE is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 174 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.08 |
| HSL | 319.26º | 0.83% | 0.55% | - |
| HSV(B) | 319.26º | 0.81% | 0.92% | - |
| XYZ | 42.84 | 22.59 | 42.15 | - |
| YUV | 116.52 | 160.45 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 174 | 0 | 0.81 | 0.26 | 0.08 | 319.26 | 0.83 | 0.55 |
| Hex | EB | 2D | AE | 0 | 51 | 1A | 8 | 13F | 53 | 37 |
| Octal | 353 | 55 | 256 | 0 | 121 | 32 | 10 | 477 | 123 | 67 |
| Binary | 11101011 | 101101 | 10101110 | 0 | 1010001 | 11010 | 1000 | 100111111 | 1010011 | 110111 |
Color Harmonies of #EB2DAE
Complementary color
Monochromatic Colors of #EB2DAE
Black with #EB2DAE
Text Example
Text Example
White with #EB2DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2DAE; }
p { color: rgb(235,45,174); }
H1.HeaderClassName
{
color: #EB2DAE;
}
.AnyTagClassName
{
color: #EB2DAE;
}
</style>
background-color css
<style>
a { background-color: #EB2DAE; }
a { background-color: rgb(235,45,174); }
div.DivClassName
{
background-color: #EB2DAE;
}
.BgClassName
{
background-color: #EB2DAE;
}
</style>
border-color css
<style>
span { border-color: #EB2DAE; }
span { border-color: rgb(235,45,174); }
td.TdClassName
{
border-color: #EB2DAE;
}
.TagClassName
{
border-color: #EB2DAE;
}
</style>