#E669A1

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

Shades of Pale Violet Red #E669A1

Tints of Pale Violet Red #E669A1

Color information

#E669A1 (or 0xE669A1) is unknown color: approx Pale Violet Red. HEX triplet: E6, 69 and A1. RGB value is (230,105,161). Sum of RGB (Red+Green+Blue) = 230+105+161=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E669A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E669A1 is #19965E. Grayscale: #949494. Windows color (decimal): -1676895 or 10578406. OLE color: 10578406.

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

Color convert

RGB230105161-
CMYK00.540.30.10
HSL333.12º71.43%65.69%-
HSV(B)333.12º54.35%90.2%-
XYZ44.1229.537.09-
YUV148.76134.91185.95-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.37%
GREEN value IS 105 (41.41% from 255) = 21.17%
BLUE value IS 161 (63.28% from 255) = 32.46%
R=46.37%
G=21.17%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.3
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010516100.540.30.10333.1271.4365.69
HexE669A10361EA14d4742
Octal3461512410663612515107102
Binary11100110110100110100001011011011110101010100110110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E669A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E669A1; }

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

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

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

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

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

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

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

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