#E074A9

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

Shades of Pale Violet Red #E074A9

Tints of Pale Violet Red #E074A9

Color information

#E074A9 (or 0xE074A9) is unknown color: approx Pale Violet Red. HEX triplet: E0, 74 and A9. RGB value is (224,116,169). Sum of RGB (Red+Green+Blue) = 224+116+169=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E074A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E074A9 is #1F8B56. Grayscale: #9A9A9A. Windows color (decimal): -2067287 or 11105504. OLE color: 11105504.

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

Color convert

RGB224116169-
CMYK00.480.250.12
HSL330.56º63.53%66.67%-
HSV(B)330.56º48.21%87.84%-
XYZ44.1531.241.23-
YUV154.33136.28177.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.01%
GREEN value IS 116 (45.70% from 255) = 22.79%
BLUE value IS 169 (66.41% from 255) = 33.20%
R=44.01%
G=22.79%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411616900.480.250.12330.5663.5366.67
HexE074A903019C14b4043
Octal3401642510603114513100103
Binary11100000111010010101001011000011001110010100101110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E074A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E074A9; }

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

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

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

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

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

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

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

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