#E466A5

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

Shades of Pale Violet Red #E466A5

Tints of Pale Violet Red #E466A5

Color information

#E466A5 (or 0xE466A5) is unknown color: approx Pale Violet Red. HEX triplet: E4, 66 and A5. RGB value is (228,102,165). Sum of RGB (Red+Green+Blue) = 228+102+165=495 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.06% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 228 - color contains mainly: red. Hex color #E466A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E466A5 is #1B995A. Grayscale: #929292. Windows color (decimal): -1808731 or 10839780. OLE color: 10839780.

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

Color convert

RGB228102165-
CMYK00.550.280.11
HSL330º70%64.71%-
HSV(B)330º55.26%89.41%-
XYZ43.5428.7138.84-
YUV146.86138.24185.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.06%
GREEN value IS 102 (40.23% from 255) = 20.61%
BLUE value IS 165 (64.84% from 255) = 33.33%
R=46.06%
G=20.61%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810216500.550.280.113307064.71
HexE466A50371CB14a4641
Octal3441462450673413512106101
Binary11100100110011010100101011011111100101110100101010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E466A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E466A5; }

 p { color: rgb(228,102,165); }

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

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

 a { background-color: rgb(228,102,165); }

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

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

 span { border-color: rgb(228,102,165); }

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