Shades of Persian Rose #EE32B4
Tints of Persian Rose #EE32B4
RGB
CMYK
RGB Variations
Color information
#EE32B4 (or 0xEE32B4) is known color: Persian Rose. HEX triplet: EE, 32 and B4. RGB value is (238,50,180). Sum of RGB (Red+Green+Blue) = 238+50+180=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 50 (19.92% from 255 or 10.68% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE32B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE32B4 is #11CD4B. Grayscale: #787878. Windows color (decimal): -1166668 or 11809518. OLE color: 11809518.
HSL color Cylindrical-coordinate representation of color #EE32B4: hue angle of 318.51º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE32B4 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 180 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.07 |
| HSL | 318.51º | 0.85% | 0.56% | - |
| HSV(B) | 318.51º | 0.79% | 0.93% | - |
| XYZ | 44.64 | 23.75 | 45.41 | - |
| YUV | 121.03 | 161.28 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 180 | 0 | 0.79 | 0.24 | 0.07 | 318.51 | 0.85 | 0.56 |
| Hex | EE | 32 | B4 | 0 | 4F | 18 | 7 | 13F | 55 | 38 |
| Octal | 356 | 62 | 264 | 0 | 117 | 30 | 7 | 477 | 125 | 70 |
| Binary | 11101110 | 110010 | 10110100 | 0 | 1001111 | 11000 | 111 | 100111111 | 1010101 | 111000 |
Color Harmonies of #EE32B4
Complementary color
Monochromatic Colors of #EE32B4
Black with #EE32B4
Text Example
Text Example
White with #EE32B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE32B4; }
p { color: rgb(238,50,180); }
H1.HeaderClassName
{
color: #EE32B4;
}
.AnyTagClassName
{
color: #EE32B4;
}
</style>
background-color css
<style>
a { background-color: #EE32B4; }
a { background-color: rgb(238,50,180); }
div.DivClassName
{
background-color: #EE32B4;
}
.BgClassName
{
background-color: #EE32B4;
}
</style>
border-color css
<style>
span { border-color: #EE32B4; }
span { border-color: rgb(238,50,180); }
td.TdClassName
{
border-color: #EE32B4;
}
.TagClassName
{
border-color: #EE32B4;
}
</style>