#E074A6

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

Shades of Pale Violet Red #E074A6

Tints of Pale Violet Red #E074A6

Color information

#E074A6 (or 0xE074A6) is unknown color: approx Pale Violet Red. HEX triplet: E0, 74 and A6. RGB value is (224,116,166). Sum of RGB (Red+Green+Blue) = 224+116+166=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E074A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E074A6 is #1F8B59. Grayscale: #999999. Windows color (decimal): -2067290 or 10908896. OLE color: 10908896.

HSL color Cylindrical-coordinate representation of color #E074A6: hue angle of 332.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E074A6 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB224116166-
CMYK00.480.260.12
HSL332.22º63.53%66.67%-
HSV(B)332.22º48.21%87.84%-
XYZ43.8731.0939.77-
YUV153.99134.78177.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.27%
GREEN value IS 116 (45.70% from 255) = 22.92%
BLUE value IS 166 (65.23% from 255) = 32.81%
R=44.27%
G=22.92%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411616600.480.260.12332.2263.5366.67
HexE074A60301AC14c4043
Octal3401642460603214514100103
Binary11100000111010010100110011000011010110010100110010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E074A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E074A6; }

 p { color: rgb(224,116,166); }

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

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

 a { background-color: rgb(224,116,166); }

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

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

 span { border-color: rgb(224,116,166); }

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