Shades of Persian Rose #EB269D
Tints of Persian Rose #EB269D
RGB
CMYK
RGB Variations
Color information
#EB269D (or 0xEB269D) is known color: Persian Rose. HEX triplet: EB, 26 and 9D. RGB value is (235,38,157). Sum of RGB (Red+Green+Blue) = 235+38+157=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB269D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB269D is #14D962. Grayscale: #6E6E6E. Windows color (decimal): -1366371 or 10299115. OLE color: 10299115.
HSL color Cylindrical-coordinate representation of color #EB269D: hue angle of 323.76º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB269D is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 38 | 157 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.08 |
| HSL | 323.76º | 0.83% | 0.54% | - |
| HSV(B) | 323.76º | 0.84% | 0.92% | - |
| XYZ | 41.04 | 21.48 | 33.88 | - |
| YUV | 110.47 | 154.27 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 38 | 157 | 0 | 0.84 | 0.33 | 0.08 | 323.76 | 0.83 | 0.54 |
| Hex | EB | 26 | 9D | 0 | 54 | 21 | 8 | 144 | 53 | 36 |
| Octal | 353 | 46 | 235 | 0 | 124 | 41 | 10 | 504 | 123 | 66 |
| Binary | 11101011 | 100110 | 10011101 | 0 | 1010100 | 100001 | 1000 | 101000100 | 1010011 | 110110 |
Color Harmonies of #EB269D
Complementary color
Monochromatic Colors of #EB269D
Black with #EB269D
Text Example
Text Example
White with #EB269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB269D; }
p { color: rgb(235,38,157); }
H1.HeaderClassName
{
color: #EB269D;
}
.AnyTagClassName
{
color: #EB269D;
}
</style>
background-color css
<style>
a { background-color: #EB269D; }
a { background-color: rgb(235,38,157); }
div.DivClassName
{
background-color: #EB269D;
}
.BgClassName
{
background-color: #EB269D;
}
</style>
border-color css
<style>
span { border-color: #EB269D; }
span { border-color: rgb(235,38,157); }
td.TdClassName
{
border-color: #EB269D;
}
.TagClassName
{
border-color: #EB269D;
}
</style>