Shades of Pale Magenta #EE95E3
Tints of Pale Magenta #EE95E3
RGB
CMYK
RGB Variations
Color information
#EE95E3 (or 0xEE95E3) is known color: Pale Magenta. HEX triplet: EE, 95 and E3. RGB value is (238,149,227). Sum of RGB (Red+Green+Blue) = 238+149+227=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 227 (89.06% from 255 or 36.97% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EE95E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE95E3 is #116A1C. Grayscale: #B8B8B8. Windows color (decimal): -1141277 or 14915054. OLE color: 14915054.
HSL color Cylindrical-coordinate representation of color #EE95E3: hue angle of 307.42º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE95E3 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 149 | 227 | - |
CMYK | 0 | 0.37 | 0.05 | 0.07 |
HSL | 307.42º | 0.72% | 0.76% | - |
HSV(B) | 307.42º | 0.37% | 0.93% | - |
XYZ | 59.87 | 45.22 | 78.25 | - |
YUV | 184.5 | 151.99 | 166.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 149 | 227 | 0 | 0.37 | 0.05 | 0.07 | 307.42 | 0.72 | 0.76 |
Hex | EE | 95 | E3 | 0 | 25 | 5 | 7 | 133 | 48 | 4C |
Octal | 356 | 225 | 343 | 0 | 45 | 5 | 7 | 463 | 110 | 114 |
Binary | 11101110 | 10010101 | 11100011 | 0 | 100101 | 101 | 111 | 100110011 | 1001000 | 1001100 |
Color Harmonies of #EE95E3
Complementary color
Monochromatic Colors of #EE95E3
Black with #EE95E3
Text Example
Text Example
White with #EE95E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE95E3; }
p { color: rgb(238,149,227); }
H1.HeaderClassName
{
color: #EE95E3;
}
.AnyTagClassName
{
color: #EE95E3;
}
</style>
background-color css
<style>
a { background-color: #EE95E3; }
a { background-color: rgb(238,149,227); }
div.DivClassName
{
background-color: #EE95E3;
}
.BgClassName
{
background-color: #EE95E3;
}
</style>
border-color css
<style>
span { border-color: #EE95E3; }
span { border-color: rgb(238,149,227); }
td.TdClassName
{
border-color: #EE95E3;
}
.TagClassName
{
border-color: #EE95E3;
}
</style>