Shades of Persian Rose #EF31B2
Tints of Persian Rose #EF31B2
RGB
CMYK
RGB Variations
Color information
#EF31B2 (or 0xEF31B2) is known color: Persian Rose. HEX triplet: EF, 31 and B2. RGB value is (239,49,178). Sum of RGB (Red+Green+Blue) = 239+49+178=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF31B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF31B2 is #10CE4D. Grayscale: #787878. Windows color (decimal): -1101390 or 11678191. OLE color: 11678191.
HSL color Cylindrical-coordinate representation of color #EF31B2: hue angle of 319.26º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF31B2 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 178 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.06 |
| HSL | 319.26º | 0.86% | 0.56% | - |
| HSV(B) | 319.26º | 0.79% | 0.94% | - |
| XYZ | 44.73 | 23.76 | 44.35 | - |
| YUV | 120.52 | 160.45 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 178 | 0 | 0.79 | 0.26 | 0.06 | 319.26 | 0.86 | 0.56 |
| Hex | EF | 31 | B2 | 0 | 4F | 1A | 6 | 13F | 56 | 38 |
| Octal | 357 | 61 | 262 | 0 | 117 | 32 | 6 | 477 | 126 | 70 |
| Binary | 11101111 | 110001 | 10110010 | 0 | 1001111 | 11010 | 110 | 100111111 | 1010110 | 111000 |
Color Harmonies of #EF31B2
Complementary color
Monochromatic Colors of #EF31B2
Black with #EF31B2
Text Example
Text Example
White with #EF31B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF31B2; }
p { color: rgb(239,49,178); }
H1.HeaderClassName
{
color: #EF31B2;
}
.AnyTagClassName
{
color: #EF31B2;
}
</style>
background-color css
<style>
a { background-color: #EF31B2; }
a { background-color: rgb(239,49,178); }
div.DivClassName
{
background-color: #EF31B2;
}
.BgClassName
{
background-color: #EF31B2;
}
</style>
border-color css
<style>
span { border-color: #EF31B2; }
span { border-color: rgb(239,49,178); }
td.TdClassName
{
border-color: #EF31B2;
}
.TagClassName
{
border-color: #EF31B2;
}
</style>