Shades of Pale Violet Red #E275AB
Tints of Pale Violet Red #E275AB
RGB
CMYK
RGB Variations
Color information
#E275AB (or 0xE275AB) is known color: Pale Violet Red. HEX triplet: E2, 75 and AB. RGB value is (226,117,171). Sum of RGB (Red+Green+Blue) = 226+117+171=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E275AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E275AB is #1D8A54. Grayscale: #9B9B9B. Windows color (decimal): -1935957 or 11236834. OLE color: 11236834.
HSL color Cylindrical-coordinate representation of color #E275AB: hue angle of 330.28º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E275AB is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 171 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.11 |
| HSL | 330.28º | 0.65% | 0.67% | - |
| HSV(B) | 330.28º | 0.48% | 0.89% | - |
| XYZ | 45.08 | 31.83 | 42.3 | - |
| YUV | 155.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 171 | 0 | 0.48 | 0.24 | 0.11 | 330.28 | 0.65 | 0.67 |
| Hex | E2 | 75 | AB | 0 | 30 | 18 | B | 14A | 41 | 43 |
| Octal | 342 | 165 | 253 | 0 | 60 | 30 | 13 | 512 | 101 | 103 |
| Binary | 11100010 | 1110101 | 10101011 | 0 | 110000 | 11000 | 1011 | 101001010 | 1000001 | 1000011 |
Color Harmonies of #E275AB
Complementary color
Monochromatic Colors of #E275AB
Black with #E275AB
Text Example
Text Example
White with #E275AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E275AB; }
p { color: rgb(226,117,171); }
H1.HeaderClassName
{
color: #E275AB;
}
.AnyTagClassName
{
color: #E275AB;
}
</style>
background-color css
<style>
a { background-color: #E275AB; }
a { background-color: rgb(226,117,171); }
div.DivClassName
{
background-color: #E275AB;
}
.BgClassName
{
background-color: #E275AB;
}
</style>
border-color css
<style>
span { border-color: #E275AB; }
span { border-color: rgb(226,117,171); }
td.TdClassName
{
border-color: #E275AB;
}
.TagClassName
{
border-color: #E275AB;
}
</style>