Shades of Persian Rose #EB27A1
Tints of Persian Rose #EB27A1
RGB
CMYK
RGB Variations
Color information
#EB27A1 (or 0xEB27A1) is known color: Persian Rose. HEX triplet: EB, 27 and A1. RGB value is (235,39,161). Sum of RGB (Red+Green+Blue) = 235+39+161=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 39 (15.62% from 255 or 8.97% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB27A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB27A1 is #14D85E. Grayscale: #6F6F6F. Windows color (decimal): -1366111 or 10561515. OLE color: 10561515.
HSL color Cylindrical-coordinate representation of color #EB27A1: hue angle of 322.65º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB27A1 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 161 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.08 |
| HSL | 322.65º | 0.83% | 0.54% | - |
| HSV(B) | 322.65º | 0.83% | 0.92% | - |
| XYZ | 41.42 | 21.69 | 35.72 | - |
| YUV | 111.51 | 155.93 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 161 | 0 | 0.83 | 0.31 | 0.08 | 322.65 | 0.83 | 0.54 |
| Hex | EB | 27 | A1 | 0 | 53 | 1F | 8 | 143 | 53 | 36 |
| Octal | 353 | 47 | 241 | 0 | 123 | 37 | 10 | 503 | 123 | 66 |
| Binary | 11101011 | 100111 | 10100001 | 0 | 1010011 | 11111 | 1000 | 101000011 | 1010011 | 110110 |
Color Harmonies of #EB27A1
Complementary color
Monochromatic Colors of #EB27A1
Black with #EB27A1
Text Example
Text Example
White with #EB27A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB27A1; }
p { color: rgb(235,39,161); }
H1.HeaderClassName
{
color: #EB27A1;
}
.AnyTagClassName
{
color: #EB27A1;
}
</style>
background-color css
<style>
a { background-color: #EB27A1; }
a { background-color: rgb(235,39,161); }
div.DivClassName
{
background-color: #EB27A1;
}
.BgClassName
{
background-color: #EB27A1;
}
</style>
border-color css
<style>
span { border-color: #EB27A1; }
span { border-color: rgb(235,39,161); }
td.TdClassName
{
border-color: #EB27A1;
}
.TagClassName
{
border-color: #EB27A1;
}
</style>