#EC71A1

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

Shades of Pale Violet Red #EC71A1

Tints of Pale Violet Red #EC71A1

Color information

#EC71A1 (or 0xEC71A1) is unknown color: approx Pale Violet Red. HEX triplet: EC, 71 and A1. RGB value is (236,113,161). Sum of RGB (Red+Green+Blue) = 236+113+161=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC71A1 is #138E5E. Grayscale: #9B9B9B. Windows color (decimal): -1281631 or 10580460. OLE color: 10580460.

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

Color convert

RGB236113161-
CMYK00.520.320.07
HSL336.59º76.4%68.43%-
HSV(B)336.59º52.12%92.55%-
XYZ46.9332.2237.46-
YUV155.25131.25185.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.27%
GREEN value IS 113 (44.53% from 255) = 22.16%
BLUE value IS 161 (63.28% from 255) = 31.57%
R=46.27%
G=22.16%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611316100.520.320.07336.5976.468.43
HexEC71A10342071514c44
Octal354161241064407521114104
Binary11101100111000110100001011010010000011110101000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC71A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC71A1; }

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

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

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

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

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

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

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

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