#EC679A

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

Shades of Pale Violet Red #EC679A

Tints of Pale Violet Red #EC679A

Color information

#EC679A (or 0xEC679A) is unknown color: approx 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

RGB236103154-
CMYK00.560.350.07
HSL336.99º77.78%66.47%-
HSV(B)336.99º56.36%92.55%-
XYZ45.2829.8733.95-
YUV148.58131.06190.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.87%
GREEN value IS 103 (40.62% from 255) = 20.89%
BLUE value IS 154 (60.55% from 255) = 31.24%
R=47.87%
G=20.89%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610315400.560.350.07336.9977.7866.47
HexEC679A0382371514e42
Octal354147232070437521116102
Binary11101100110011110011010011100010001111110101000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>