#E074AB

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

Shades of Pale Violet Red #E074AB

Tints of Pale Violet Red #E074AB

Color information

#E074AB (or 0xE074AB) is unknown color: approx Pale Violet Red. HEX triplet: E0, 74 and AB. RGB value is (224,116,171). Sum of RGB (Red+Green+Blue) = 224+116+171=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E074AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E074AB is #1F8B54. Grayscale: #9A9A9A. Windows color (decimal): -2067285 or 11236576. OLE color: 11236576.

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

Color convert

RGB224116171-
CMYK00.480.240.12
HSL329.44º63.53%66.67%-
HSV(B)329.44º48.21%87.84%-
XYZ44.3431.2842.23-
YUV154.56137.28177.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.84%
GREEN value IS 116 (45.70% from 255) = 22.70%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=43.84%
G=22.70%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411617100.480.240.12329.4463.5366.67
HexE074AB03018C1494043
Octal3401642530603014511100103
Binary11100000111010010101011011000011000110010100100110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E074AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E074AB; }

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

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

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

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

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

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

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

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