Shades of Pale Violet Red #EC679A
Tints of Pale Violet Red #EC679A
RGB
CMYK
RGB Variations
Color information
#EC679A (or 0xEC679A) is known color: Pale Violet Red. HEX triplet: EC, 67 and 9A. RGB value is (236,103,154). Sum of RGB (Red+Green+Blue) = 236+103+154=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC679A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC679A is #139865. Grayscale: #949494. Windows color (decimal): -1284198 or 10119148. OLE color: 10119148.
HSL color Cylindrical-coordinate representation of color #EC679A: hue angle of 336.99º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC679A is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 154 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.07 |
| HSL | 336.99º | 0.78% | 0.66% | - |
| HSV(B) | 336.99º | 0.56% | 0.93% | - |
| XYZ | 45.28 | 29.87 | 33.95 | - |
| YUV | 148.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 154 | 0 | 0.56 | 0.35 | 0.07 | 336.99 | 0.78 | 0.66 |
| Hex | EC | 67 | 9A | 0 | 38 | 23 | 7 | 151 | 4E | 42 |
| Octal | 354 | 147 | 232 | 0 | 70 | 43 | 7 | 521 | 116 | 102 |
| Binary | 11101100 | 1100111 | 10011010 | 0 | 111000 | 100011 | 111 | 101010001 | 1001110 | 1000010 |
Color Harmonies of #EC679A
Complementary color
Monochromatic Colors of #EC679A
Black with #EC679A
Text Example
Text Example
White with #EC679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC679A; }
p { color: rgb(236,103,154); }
H1.HeaderClassName
{
color: #EC679A;
}
.AnyTagClassName
{
color: #EC679A;
}
</style>
background-color css
<style>
a { background-color: #EC679A; }
a { background-color: rgb(236,103,154); }
div.DivClassName
{
background-color: #EC679A;
}
.BgClassName
{
background-color: #EC679A;
}
</style>
border-color css
<style>
span { border-color: #EC679A; }
span { border-color: rgb(236,103,154); }
td.TdClassName
{
border-color: #EC679A;
}
.TagClassName
{
border-color: #EC679A;
}
</style>