#E0709A

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

Shades of Pale Violet Red #E0709A

Tints of Pale Violet Red #E0709A

Color information

#E0709A (or 0xE0709A) is unknown color: approx Pale Violet Red. HEX triplet: E0, 70 and 9A. RGB value is (224,112,154). Sum of RGB (Red+Green+Blue) = 224+112+154=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E0709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0709A is #1F8F65. Grayscale: #969696. Windows color (decimal): -2068326 or 10121440. OLE color: 10121440.

HSL color Cylindrical-coordinate representation of color #E0709A: hue angle of 337.5º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0709A is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB224112154-
CMYK00.500.310.12
HSL337.5º64.37%65.88%-
HSV(B)337.5º50%87.84%-
XYZ42.3729.7734.08-
YUV150.28130.11180.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.71%
GREEN value IS 112 (44.14% from 255) = 22.86%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=45.71%
G=22.86%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411215400.500.310.12337.564.3765.88
HexE0709A0321FC1524042
Octal3401602320623714522100102
Binary11100000111000010011010011001011111110010101001010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0709A; }

 p { color: rgb(224,112,154); }

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

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

 a { background-color: rgb(224,112,154); }

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

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

 span { border-color: rgb(224,112,154); }

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