#E669A2

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

Shades of Pale Violet Red #E669A2

Tints of Pale Violet Red #E669A2

Color information

#E669A2 (or 0xE669A2) is unknown color: approx Pale Violet Red. HEX triplet: E6, 69 and A2. RGB value is (230,105,162). Sum of RGB (Red+Green+Blue) = 230+105+162=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E669A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E669A2 is #19965D. Grayscale: #949494. Windows color (decimal): -1676894 or 10643942. OLE color: 10643942.

HSL color Cylindrical-coordinate representation of color #E669A2: hue angle of 332.64º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E669A2 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB230105162-
CMYK00.540.300.10
HSL332.64º71.43%65.69%-
HSV(B)332.64º54.35%90.2%-
XYZ44.2129.5337.55-
YUV148.87135.41185.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.28%
GREEN value IS 105 (41.41% from 255) = 21.13%
BLUE value IS 162 (63.67% from 255) = 32.60%
R=46.28%
G=21.13%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010516200.540.300.10332.6471.4365.69
HexE669A20361EA14d4742
Octal3461512420663612515107102
Binary11100110110100110100010011011011110101010100110110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E669A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E669A2; }

 p { color: rgb(230,105,162); }

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

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

 a { background-color: rgb(230,105,162); }

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

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

 span { border-color: rgb(230,105,162); }

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