#E074A5

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

Shades of Pale Violet Red #E074A5

Tints of Pale Violet Red #E074A5

Color information

#E074A5 (or 0xE074A5) is unknown color: approx Pale Violet Red. HEX triplet: E0, 74 and A5. RGB value is (224,116,165). Sum of RGB (Red+Green+Blue) = 224+116+165=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E074A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E074A5 is #1F8B5A. Grayscale: #999999. Windows color (decimal): -2067291 or 10843360. OLE color: 10843360.

HSL color Cylindrical-coordinate representation of color #E074A5: hue angle of 332.78º 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 #E074A5 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB224116165-
CMYK00.480.260.12
HSL332.78º63.53%66.67%-
HSV(B)332.78º48.21%87.84%-
XYZ43.7831.0539.28-
YUV153.88134.28178.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.36%
GREEN value IS 116 (45.70% from 255) = 22.97%
BLUE value IS 165 (64.84% from 255) = 32.67%
R=44.36%
G=22.97%
B=32.67%

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
Decimal22411616500.480.260.12332.7863.5366.67
HexE074A50301AC14d4043
Octal3401642450603214515100103
Binary11100000111010010100101011000011010110010100110110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E074A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E074A5; }

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

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

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

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

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

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

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

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