Shades of Persian Rose #EE38B3
Tints of Persian Rose #EE38B3
RGB
CMYK
RGB Variations
Color information
#EE38B3 (or 0xEE38B3) is known color: Persian Rose. HEX triplet: EE, 38 and B3. RGB value is (238,56,179). Sum of RGB (Red+Green+Blue) = 238+56+179=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE38B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE38B3 is #11C74C. Grayscale: #7C7C7C. Windows color (decimal): -1165133 or 11745518. OLE color: 11745518.
HSL color Cylindrical-coordinate representation of color #EE38B3: hue angle of 319.45º 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 #EE38B3 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 179 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.07 |
| HSL | 319.45º | 0.84% | 0.58% | - |
| HSV(B) | 319.45º | 0.76% | 0.93% | - |
| XYZ | 44.81 | 24.26 | 44.97 | - |
| YUV | 124.44 | 158.8 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 179 | 0 | 0.76 | 0.25 | 0.07 | 319.45 | 0.84 | 0.58 |
| Hex | EE | 38 | B3 | 0 | 4C | 19 | 7 | 13F | 54 | 3A |
| Octal | 356 | 70 | 263 | 0 | 114 | 31 | 7 | 477 | 124 | 72 |
| Binary | 11101110 | 111000 | 10110011 | 0 | 1001100 | 11001 | 111 | 100111111 | 1010100 | 111010 |
Color Harmonies of #EE38B3
Complementary color
Monochromatic Colors of #EE38B3
Black with #EE38B3
Text Example
Text Example
White with #EE38B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE38B3; }
p { color: rgb(238,56,179); }
H1.HeaderClassName
{
color: #EE38B3;
}
.AnyTagClassName
{
color: #EE38B3;
}
</style>
background-color css
<style>
a { background-color: #EE38B3; }
a { background-color: rgb(238,56,179); }
div.DivClassName
{
background-color: #EE38B3;
}
.BgClassName
{
background-color: #EE38B3;
}
</style>
border-color css
<style>
span { border-color: #EE38B3; }
span { border-color: rgb(238,56,179); }
td.TdClassName
{
border-color: #EE38B3;
}
.TagClassName
{
border-color: #EE38B3;
}
</style>