Shades of Pale Violet Red #E675A5
Tints of Pale Violet Red #E675A5
RGB
CMYK
RGB Variations
Color information
#E675A5 (or 0xE675A5) is known color: Pale Violet Red. HEX triplet: E6, 75 and A5. RGB value is (230,117,165). Sum of RGB (Red+Green+Blue) = 230+117+165=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E675A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E675A5 is #198A5A. Grayscale: #9C9C9C. Windows color (decimal): -1673819 or 10843622. OLE color: 10843622.
HSL color Cylindrical-coordinate representation of color #E675A5: hue angle of 334.51º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E675A5 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 165 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.10 |
| HSL | 334.51º | 0.69% | 0.68% | - |
| HSV(B) | 334.51º | 0.49% | 0.9% | - |
| XYZ | 45.79 | 32.26 | 39.41 | - |
| YUV | 156.26 | 132.94 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 165 | 0 | 0.49 | 0.28 | 0.10 | 334.51 | 0.69 | 0.68 |
| Hex | E6 | 75 | A5 | 0 | 31 | 1C | A | 14F | 45 | 44 |
| Octal | 346 | 165 | 245 | 0 | 61 | 34 | 12 | 517 | 105 | 104 |
| Binary | 11100110 | 1110101 | 10100101 | 0 | 110001 | 11100 | 1010 | 101001111 | 1000101 | 1000100 |
Color Harmonies of #E675A5
Complementary color
Monochromatic Colors of #E675A5
Black with #E675A5
Text Example
Text Example
White with #E675A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E675A5; }
p { color: rgb(230,117,165); }
H1.HeaderClassName
{
color: #E675A5;
}
.AnyTagClassName
{
color: #E675A5;
}
</style>
background-color css
<style>
a { background-color: #E675A5; }
a { background-color: rgb(230,117,165); }
div.DivClassName
{
background-color: #E675A5;
}
.BgClassName
{
background-color: #E675A5;
}
</style>
border-color css
<style>
span { border-color: #E675A5; }
span { border-color: rgb(230,117,165); }
td.TdClassName
{
border-color: #E675A5;
}
.TagClassName
{
border-color: #E675A5;
}
</style>