#E2669D

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

Shades of Pale Violet Red #E2669D

Tints of Pale Violet Red #E2669D

Color information

#E2669D (or 0xE2669D) is unknown color: approx Pale Violet Red. HEX triplet: E2, 66 and 9D. RGB value is (226,102,157). Sum of RGB (Red+Green+Blue) = 226+102+157=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2669D is #1D9962. Grayscale: #919191. Windows color (decimal): -1939811 or 10315490. OLE color: 10315490.

HSL color Cylindrical-coordinate representation of color #E2669D: hue angle of 333.39º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2669D is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226102157-
CMYK00.550.310.11
HSL333.39º68.13%64.31%-
HSV(B)333.39º54.87%88.63%-
XYZ42.228.1135.1-
YUV145.35134.58185.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.60%
GREEN value IS 102 (40.23% from 255) = 21.03%
BLUE value IS 157 (61.72% from 255) = 32.37%
R=46.60%
G=21.03%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610215700.550.310.11333.3968.1364.31
HexE2669D0371FB14d4440
Octal3421462350673713515104100
Binary11100010110011010011101011011111111101110100110110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2669D; }

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

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

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

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

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

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

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

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