#E071AC

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

Shades of Pale Violet Red #E071AC

Tints of Pale Violet Red #E071AC

Color information

#E071AC (or 0xE071AC) is unknown color: approx Pale Violet Red. HEX triplet: E0, 71 and AC. RGB value is (224,113,172). Sum of RGB (Red+Green+Blue) = 224+113+172=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E071AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E071AC is #1F8E53. Grayscale: #989898. Windows color (decimal): -2068052 or 11301344. OLE color: 11301344.

HSL color Cylindrical-coordinate representation of color #E071AC: hue angle of 328.11º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E071AC is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB224113172-
CMYK00.500.230.12
HSL328.11º64.16%66.08%-
HSV(B)328.11º49.55%87.84%-
XYZ44.0930.6442.62-
YUV152.92138.77178.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.01%
GREEN value IS 113 (44.53% from 255) = 22.20%
BLUE value IS 172 (67.58% from 255) = 33.79%
R=44.01%
G=22.20%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411317200.500.230.12328.1164.1666.08
HexE071AC03217C1484042
Octal3401612540622714510100102
Binary11100000111000110101100011001010111110010100100010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E071AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E071AC; }

 p { color: rgb(224,113,172); }

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

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

 a { background-color: rgb(224,113,172); }

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

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

 span { border-color: rgb(224,113,172); }

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