Shades of Persian Rose #EB2CA6
Tints of Persian Rose #EB2CA6
RGB
CMYK
RGB Variations
Color information
#EB2CA6 (or 0xEB2CA6) is known color: Persian Rose. HEX triplet: EB, 2C and A6. RGB value is (235,44,166). Sum of RGB (Red+Green+Blue) = 235+44+166=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2CA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2CA6 is #14D359. Grayscale: #727272. Windows color (decimal): -1364826 or 10890475. OLE color: 10890475.
HSL color Cylindrical-coordinate representation of color #EB2CA6: hue angle of 321.68º 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 #EB2CA6 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 44 | 166 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.08 |
| HSL | 321.68º | 0.83% | 0.55% | - |
| HSV(B) | 321.68º | 0.81% | 0.92% | - |
| XYZ | 42.04 | 22.22 | 38.15 | - |
| YUV | 115.02 | 156.78 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 44 | 166 | 0 | 0.81 | 0.29 | 0.08 | 321.68 | 0.83 | 0.55 |
| Hex | EB | 2C | A6 | 0 | 51 | 1D | 8 | 142 | 53 | 37 |
| Octal | 353 | 54 | 246 | 0 | 121 | 35 | 10 | 502 | 123 | 67 |
| Binary | 11101011 | 101100 | 10100110 | 0 | 1010001 | 11101 | 1000 | 101000010 | 1010011 | 110111 |
Color Harmonies of #EB2CA6
Complementary color
Monochromatic Colors of #EB2CA6
Black with #EB2CA6
Text Example
Text Example
White with #EB2CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2CA6; }
p { color: rgb(235,44,166); }
H1.HeaderClassName
{
color: #EB2CA6;
}
.AnyTagClassName
{
color: #EB2CA6;
}
</style>
background-color css
<style>
a { background-color: #EB2CA6; }
a { background-color: rgb(235,44,166); }
div.DivClassName
{
background-color: #EB2CA6;
}
.BgClassName
{
background-color: #EB2CA6;
}
</style>
border-color css
<style>
span { border-color: #EB2CA6; }
span { border-color: rgb(235,44,166); }
td.TdClassName
{
border-color: #EB2CA6;
}
.TagClassName
{
border-color: #EB2CA6;
}
</style>