#EC709D

Color #EC709D Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #EC709D

Tints of Pale Violet Red #EC709D

Color information

#EC709D (or 0xEC709D) is unknown color: approx Pale Violet Red. HEX triplet: EC, 70 and 9D. RGB value is (236,112,157). Sum of RGB (Red+Green+Blue) = 236+112+157=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC709D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC709D is #138F62. Grayscale: #9A9A9A. Windows color (decimal): -1281891 or 10318060. OLE color: 10318060.

HSL color Cylindrical-coordinate representation of color #EC709D: hue angle of 338.23º degrees, saturation: 0.77, 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 #EC709D is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB236112157-
CMYK00.530.330.07
HSL338.23º76.54%68.24%-
HSV(B)338.23º52.54%92.55%-
XYZ46.4731.8635.6-
YUV154.21129.58186.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 46.73%
GREEN value IS 112 (44.14% from 255) = 22.18%
BLUE value IS 157 (61.72% from 255) = 31.09%
R=46.73%
G=22.18%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611215700.530.330.07338.2376.5468.24
HexEC709D0352171524d44
Octal354160235065417522115104
Binary11101100111000010011101011010110000111110101001010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC709D; }

 p { color: rgb(236,112,157); }

 H1.HeaderClassName
 {
   color: #EC709D;
 }
 .AnyTagClassName
 {
   color: #EC709D;
 }
</style>
background-color css

<style>
 a { background-color: #EC709D; }

 a { background-color: rgb(236,112,157); }

 div.DivClassName
 {
   background-color: #EC709D;
 }
 .BgClassName
 {
   background-color: #EC709D;
 }
</style>
border-color css

<style>
 span { border-color: #EC709D; }

 span { border-color: rgb(236,112,157); }

 td.TdClassName
 {
   border-color: #EC709D;
 }
 .TagClassName
 {
   border-color: #EC709D;
 }
</style>