#E0688E

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

Shades of Pale Violet Red #E0688E

Tints of Pale Violet Red #E0688E

Color information

#E0688E (or 0xE0688E) is unknown color: approx Pale Violet Red. HEX triplet: E0, 68 and 8E. RGB value is (224,104,142). Sum of RGB (Red+Green+Blue) = 224+104+142=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E0688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0688E is #1F9771. Grayscale: #909090. Windows color (decimal): -2070386 or 9332960. OLE color: 9332960.

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

Color convert

RGB224104142-
CMYK00.540.370.12
HSL341º65.93%64.31%-
HSV(B)341º53.57%87.84%-
XYZ40.5727.728.8-
YUV144.21126.76184.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.66%
GREEN value IS 104 (41.02% from 255) = 22.13%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=47.66%
G=22.13%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410414200.540.370.1234165.9364.31
HexE0688E03625C1554240
Octal3401502160664514525102100
Binary111000001101000100011100110110100101110010101010110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0688E; }

 p { color: rgb(224,104,142); }

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

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

 a { background-color: rgb(224,104,142); }

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

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

 span { border-color: rgb(224,104,142); }

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