Shades of Pale Violet Red #ED6F9A
Tints of Pale Violet Red #ED6F9A
RGB
CMYK
RGB Variations
Color information
#ED6F9A (or 0xED6F9A) is known color: Pale Violet Red. HEX triplet: ED, 6F and 9A. RGB value is (237,111,154). Sum of RGB (Red+Green+Blue) = 237+111+154=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6F9A is #129065. Grayscale: #999999. Windows color (decimal): -1216614 or 10121197. OLE color: 10121197.
HSL color Cylindrical-coordinate representation of color #ED6F9A: hue angle of 339.52º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED6F9A is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 111 | 154 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.07 |
| HSL | 339.52º | 0.78% | 0.68% | - |
| HSV(B) | 339.52º | 0.53% | 0.93% | - |
| XYZ | 46.44 | 31.71 | 34.24 | - |
| YUV | 153.58 | 128.24 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 154 | 0 | 0.53 | 0.35 | 0.07 | 339.52 | 0.78 | 0.68 |
| Hex | ED | 6F | 9A | 0 | 35 | 23 | 7 | 154 | 4E | 44 |
| Octal | 355 | 157 | 232 | 0 | 65 | 43 | 7 | 524 | 116 | 104 |
| Binary | 11101101 | 1101111 | 10011010 | 0 | 110101 | 100011 | 111 | 101010100 | 1001110 | 1000100 |
Color Harmonies of #ED6F9A
Complementary color
Monochromatic Colors of #ED6F9A
Black with #ED6F9A
Text Example
Text Example
White with #ED6F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6F9A; }
p { color: rgb(237,111,154); }
H1.HeaderClassName
{
color: #ED6F9A;
}
.AnyTagClassName
{
color: #ED6F9A;
}
</style>
background-color css
<style>
a { background-color: #ED6F9A; }
a { background-color: rgb(237,111,154); }
div.DivClassName
{
background-color: #ED6F9A;
}
.BgClassName
{
background-color: #ED6F9A;
}
</style>
border-color css
<style>
span { border-color: #ED6F9A; }
span { border-color: rgb(237,111,154); }
td.TdClassName
{
border-color: #ED6F9A;
}
.TagClassName
{
border-color: #ED6F9A;
}
</style>