#E4699C

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

Shades of Pale Violet Red #E4699C

Tints of Pale Violet Red #E4699C

Color information

#E4699C (or 0xE4699C) is unknown color: approx Pale Violet Red. HEX triplet: E4, 69 and 9C. RGB value is (228,105,156). Sum of RGB (Red+Green+Blue) = 228+105+156=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 228 - color contains mainly: red. Hex color #E4699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4699C is #1B9663. Grayscale: #939393. Windows color (decimal): -1807972 or 10250724. OLE color: 10250724.

HSL color Cylindrical-coordinate representation of color #E4699C: hue angle of 335.12º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E4699C is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB228105156-
CMYK00.540.320.11
HSL335.12º69.49%65.29%-
HSV(B)335.12º53.95%89.41%-
XYZ43.052934.78-
YUV147.59132.75185.35-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.63%
GREEN value IS 105 (41.41% from 255) = 21.47%
BLUE value IS 156 (61.33% from 255) = 31.90%
R=46.63%
G=21.47%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810515600.540.320.11335.1269.4965.29
HexE4699C03620B14f4541
Octal3441512340664013517105101
Binary111001001101001100111000110110100000101110100111110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4699C; }

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

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

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

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

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

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

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

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