#EC719A

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

Shades of Pale Violet Red #EC719A

Tints of Pale Violet Red #EC719A

Color information

#EC719A (or 0xEC719A) is unknown color: approx Pale Violet Red. HEX triplet: EC, 71 and 9A. RGB value is (236,113,154). Sum of RGB (Red+Green+Blue) = 236+113+154=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC719A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC719A is #138E65. Grayscale: #9A9A9A. Windows color (decimal): -1281638 or 10121708. OLE color: 10121708.

HSL color Cylindrical-coordinate representation of color #EC719A: hue angle of 340º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC719A is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB236113154-
CMYK00.520.350.07
HSL340º76.4%68.43%-
HSV(B)340º52.12%92.55%-
XYZ46.3331.9834.3-
YUV154.45127.75186.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.92%
GREEN value IS 113 (44.53% from 255) = 22.47%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=46.92%
G=22.47%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611315400.520.350.0734076.468.43
HexEC719A0342371544c44
Octal354161232064437524114104
Binary11101100111000110011010011010010001111110101010010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC719A; }

 p { color: rgb(236,113,154); }

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

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

 a { background-color: rgb(236,113,154); }

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

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

 span { border-color: rgb(236,113,154); }

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