#EC709E

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

Shades of Pale Violet Red #EC709E

Tints of Pale Violet Red #EC709E

Color information

#EC709E (or 0xEC709E) is unknown color: approx Pale Violet Red. HEX triplet: EC, 70 and 9E. RGB value is (236,112,158). Sum of RGB (Red+Green+Blue) = 236+112+158=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC709E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC709E is #138F61. Grayscale: #9A9A9A. Windows color (decimal): -1281890 or 10383596. OLE color: 10383596.

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

Color convert

RGB236112158-
CMYK00.530.330.07
HSL337.74º76.54%68.24%-
HSV(B)337.74º52.54%92.55%-
XYZ46.5631.8936.05-
YUV154.32130.08186.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.64%
GREEN value IS 112 (44.14% from 255) = 22.13%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=46.64%
G=22.13%
B=31.23%

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
Decimal23611215800.530.330.07337.7476.5468.24
HexEC709E0352171524d44
Octal354160236065417522115104
Binary11101100111000010011110011010110000111110101001010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC709E; }

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

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

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

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

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

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

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

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