Shades of Persian Rose #EE38AC
Tints of Persian Rose #EE38AC
RGB
CMYK
RGB Variations
Color information
#EE38AC (or 0xEE38AC) is known color: Persian Rose. HEX triplet: EE, 38 and AC. RGB value is (238,56,172). Sum of RGB (Red+Green+Blue) = 238+56+172=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE38AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE38AC is #11C753. Grayscale: #7B7B7B. Windows color (decimal): -1165140 or 11286766. OLE color: 11286766.
HSL color Cylindrical-coordinate representation of color #EE38AC: hue angle of 321.76º 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 #EE38AC is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 172 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.07 |
| HSL | 321.76º | 0.84% | 0.58% | - |
| HSV(B) | 321.76º | 0.76% | 0.93% | - |
| XYZ | 44.12 | 23.98 | 41.33 | - |
| YUV | 123.64 | 155.3 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 172 | 0 | 0.76 | 0.28 | 0.07 | 321.76 | 0.84 | 0.58 |
| Hex | EE | 38 | AC | 0 | 4C | 1C | 7 | 142 | 54 | 3A |
| Octal | 356 | 70 | 254 | 0 | 114 | 34 | 7 | 502 | 124 | 72 |
| Binary | 11101110 | 111000 | 10101100 | 0 | 1001100 | 11100 | 111 | 101000010 | 1010100 | 111010 |
Color Harmonies of #EE38AC
Complementary color
Monochromatic Colors of #EE38AC
Black with #EE38AC
Text Example
Text Example
White with #EE38AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE38AC; }
p { color: rgb(238,56,172); }
H1.HeaderClassName
{
color: #EE38AC;
}
.AnyTagClassName
{
color: #EE38AC;
}
</style>
background-color css
<style>
a { background-color: #EE38AC; }
a { background-color: rgb(238,56,172); }
div.DivClassName
{
background-color: #EE38AC;
}
.BgClassName
{
background-color: #EE38AC;
}
</style>
border-color css
<style>
span { border-color: #EE38AC; }
span { border-color: rgb(238,56,172); }
td.TdClassName
{
border-color: #EE38AC;
}
.TagClassName
{
border-color: #EE38AC;
}
</style>