Shades of Persian Rose #EE40B0
Tints of Persian Rose #EE40B0
RGB
CMYK
RGB Variations
Color information
#EE40B0 (or 0xEE40B0) is known color: Persian Rose. HEX triplet: EE, 40 and B0. RGB value is (238,64,176). Sum of RGB (Red+Green+Blue) = 238+64+176=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE40B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE40B0 is #11BF4F. Grayscale: #808080. Windows color (decimal): -1163088 or 11550958. OLE color: 11550958.
HSL color Cylindrical-coordinate representation of color #EE40B0: hue angle of 321.38º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE40B0 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 176 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.07 |
| HSL | 321.38º | 0.84% | 0.59% | - |
| HSV(B) | 321.38º | 0.73% | 0.93% | - |
| XYZ | 44.93 | 24.98 | 43.53 | - |
| YUV | 128.79 | 154.65 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 176 | 0 | 0.73 | 0.26 | 0.07 | 321.38 | 0.84 | 0.59 |
| Hex | EE | 40 | B0 | 0 | 49 | 1A | 7 | 141 | 54 | 3B |
| Octal | 356 | 100 | 260 | 0 | 111 | 32 | 7 | 501 | 124 | 73 |
| Binary | 11101110 | 1000000 | 10110000 | 0 | 1001001 | 11010 | 111 | 101000001 | 1010100 | 111011 |
Color Harmonies of #EE40B0
Complementary color
Monochromatic Colors of #EE40B0
Black with #EE40B0
Text Example
Text Example
White with #EE40B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE40B0; }
p { color: rgb(238,64,176); }
H1.HeaderClassName
{
color: #EE40B0;
}
.AnyTagClassName
{
color: #EE40B0;
}
</style>
background-color css
<style>
a { background-color: #EE40B0; }
a { background-color: rgb(238,64,176); }
div.DivClassName
{
background-color: #EE40B0;
}
.BgClassName
{
background-color: #EE40B0;
}
</style>
border-color css
<style>
span { border-color: #EE40B0; }
span { border-color: rgb(238,64,176); }
td.TdClassName
{
border-color: #EE40B0;
}
.TagClassName
{
border-color: #EE40B0;
}
</style>