#E0699C

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

Shades of Pale Violet Red #E0699C

Tints of Pale Violet Red #E0699C

Color information

#E0699C (or 0xE0699C) is unknown color: approx Pale Violet Red. HEX triplet: E0, 69 and 9C. RGB value is (224,105,156). Sum of RGB (Red+Green+Blue) = 224+105+156=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E0699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0699C is #1F9663. Grayscale: #929292. Windows color (decimal): -2070116 or 10250720. OLE color: 10250720.

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

Color convert

RGB224105156-
CMYK00.530.300.12
HSL334.29º65.75%64.51%-
HSV(B)334.29º53.12%87.84%-
XYZ41.7928.3534.72-
YUV146.39133.42183.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.19%
GREEN value IS 105 (41.41% from 255) = 21.65%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=46.19%
G=21.65%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410515600.530.300.12334.2965.7564.51
HexE0699C0351EC14e4241
Octal3401512340653614516102101
Binary11100000110100110011100011010111110110010100111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0699C; }

 p { color: rgb(224,105,156); }

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

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

 a { background-color: rgb(224,105,156); }

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

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

 span { border-color: rgb(224,105,156); }

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