#E0669D

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

Shades of Pale Violet Red #E0669D

Tints of Pale Violet Red #E0669D

Color information

#E0669D (or 0xE0669D) is unknown color: approx Pale Violet Red. HEX triplet: E0, 66 and 9D. RGB value is (224,102,157). Sum of RGB (Red+Green+Blue) = 224+102+157=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E0669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0669D is #1F9962. Grayscale: #909090. Windows color (decimal): -2070883 or 10315488. OLE color: 10315488.

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

Color convert

RGB224102157-
CMYK00.540.300.12
HSL332.95º66.3%63.92%-
HSV(B)332.95º54.46%87.84%-
XYZ41.5827.7835.07-
YUV144.75134.92184.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.38%
GREEN value IS 102 (40.23% from 255) = 21.12%
BLUE value IS 157 (61.72% from 255) = 32.51%
R=46.38%
G=21.12%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410215700.540.300.12332.9566.363.92
HexE0669D0361EC14d4240
Octal3401462350663614515102100
Binary11100000110011010011101011011011110110010100110110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0669D; }

 p { color: rgb(224,102,157); }

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

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

 a { background-color: rgb(224,102,157); }

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

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

 span { border-color: rgb(224,102,157); }

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