#E074A0

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

Shades of Pale Violet Red #E074A0

Tints of Pale Violet Red #E074A0

Color information

#E074A0 (or 0xE074A0) is unknown color: approx Pale Violet Red. HEX triplet: E0, 74 and A0. RGB value is (224,116,160). Sum of RGB (Red+Green+Blue) = 224+116+160=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E074A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E074A0 is #1F8B5F. Grayscale: #999999. Windows color (decimal): -2067296 or 10515680. OLE color: 10515680.

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

Color convert

RGB224116160-
CMYK00.480.290.12
HSL335.56º63.53%66.67%-
HSV(B)335.56º48.21%87.84%-
XYZ43.3330.8836.93-
YUV153.31131.78178.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.8%
GREEN value IS 116 (45.70% from 255) = 23.2%
BLUE value IS 160 (62.89% from 255) = 32%
R=44.8%
G=23.2%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411616000.480.290.12335.5663.5366.67
HexE074A00301DC1504043
Octal3401642400603514520100103
Binary11100000111010010100000011000011101110010101000010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E074A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E074A0; }

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

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

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

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

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

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

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

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