Shades of Persian Rose #EE38A7
Tints of Persian Rose #EE38A7
RGB
CMYK
RGB Variations
Color information
#EE38A7 (or 0xEE38A7) is known color: Persian Rose. HEX triplet: EE, 38 and A7. RGB value is (238,56,167). Sum of RGB (Red+Green+Blue) = 238+56+167=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE38A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE38A7 is #11C758. Grayscale: #7A7A7A. Windows color (decimal): -1165145 or 10959086. OLE color: 10959086.
HSL color Cylindrical-coordinate representation of color #EE38A7: hue angle of 323.41º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE38A7 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 167 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.07 |
| HSL | 323.41º | 0.84% | 0.58% | - |
| HSV(B) | 323.41º | 0.76% | 0.93% | - |
| XYZ | 43.65 | 23.8 | 38.85 | - |
| YUV | 123.07 | 152.8 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 167 | 0 | 0.76 | 0.30 | 0.07 | 323.41 | 0.84 | 0.58 |
| Hex | EE | 38 | A7 | 0 | 4C | 1E | 7 | 143 | 54 | 3A |
| Octal | 356 | 70 | 247 | 0 | 114 | 36 | 7 | 503 | 124 | 72 |
| Binary | 11101110 | 111000 | 10100111 | 0 | 1001100 | 11110 | 111 | 101000011 | 1010100 | 111010 |
Color Harmonies of #EE38A7
Complementary color
Monochromatic Colors of #EE38A7
Black with #EE38A7
Text Example
Text Example
White with #EE38A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE38A7; }
p { color: rgb(238,56,167); }
H1.HeaderClassName
{
color: #EE38A7;
}
.AnyTagClassName
{
color: #EE38A7;
}
</style>
background-color css
<style>
a { background-color: #EE38A7; }
a { background-color: rgb(238,56,167); }
div.DivClassName
{
background-color: #EE38A7;
}
.BgClassName
{
background-color: #EE38A7;
}
</style>
border-color css
<style>
span { border-color: #EE38A7; }
span { border-color: rgb(238,56,167); }
td.TdClassName
{
border-color: #EE38A7;
}
.TagClassName
{
border-color: #EE38A7;
}
</style>