Shades of Persian Rose #EE26A6
Tints of Persian Rose #EE26A6
RGB
CMYK
RGB Variations
Color information
#EE26A6 (or 0xEE26A6) is known color: Persian Rose. HEX triplet: EE, 26 and A6. RGB value is (238,38,166). Sum of RGB (Red+Green+Blue) = 238+38+166=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE26A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE26A6 is #11D959. Grayscale: #707070. Windows color (decimal): -1169754 or 10888942. OLE color: 10888942.
HSL color Cylindrical-coordinate representation of color #EE26A6: hue angle of 321.6º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE26A6 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 166 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.07 |
| HSL | 321.6º | 0.85% | 0.54% | - |
| HSV(B) | 321.6º | 0.84% | 0.93% | - |
| XYZ | 42.84 | 22.32 | 38.13 | - |
| YUV | 112.39 | 158.26 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 166 | 0 | 0.84 | 0.30 | 0.07 | 321.6 | 0.85 | 0.54 |
| Hex | EE | 26 | A6 | 0 | 54 | 1E | 7 | 142 | 55 | 36 |
| Octal | 356 | 46 | 246 | 0 | 124 | 36 | 7 | 502 | 125 | 66 |
| Binary | 11101110 | 100110 | 10100110 | 0 | 1010100 | 11110 | 111 | 101000010 | 1010101 | 110110 |
Color Harmonies of #EE26A6
Complementary color
Monochromatic Colors of #EE26A6
Black with #EE26A6
Text Example
Text Example
White with #EE26A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE26A6; }
p { color: rgb(238,38,166); }
H1.HeaderClassName
{
color: #EE26A6;
}
.AnyTagClassName
{
color: #EE26A6;
}
</style>
background-color css
<style>
a { background-color: #EE26A6; }
a { background-color: rgb(238,38,166); }
div.DivClassName
{
background-color: #EE26A6;
}
.BgClassName
{
background-color: #EE26A6;
}
</style>
border-color css
<style>
span { border-color: #EE26A6; }
span { border-color: rgb(238,38,166); }
td.TdClassName
{
border-color: #EE26A6;
}
.TagClassName
{
border-color: #EE26A6;
}
</style>