#E46EAA

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

Shades of Pale Violet Red #E46EAA

Tints of Pale Violet Red #E46EAA

Color information

#E46EAA (or 0xE46EAA) is unknown color: approx Pale Violet Red. HEX triplet: E4, 6E and AA. RGB value is (228,110,170). Sum of RGB (Red+Green+Blue) = 228+110+170=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 228 - color contains mainly: red. Hex color #E46EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46EAA is #1B9155. Grayscale: #979797. Windows color (decimal): -1806678 or 11169508. OLE color: 11169508.

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

Color convert

RGB228110170-
CMYK00.520.250.11
HSL329.49º68.6%66.27%-
HSV(B)329.49º51.75%89.41%-
XYZ44.8330.5541.56-
YUV152.12138.09182.12-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.88%
GREEN value IS 110 (43.36% from 255) = 21.65%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=44.88%
G=21.65%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811017000.520.250.11329.4968.666.27
HexE46EAA03419B1494542
Octal3441562520643113511105102
Binary11100100110111010101010011010011001101110100100110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46EAA; }

 p { color: rgb(228,110,170); }

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

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

 a { background-color: rgb(228,110,170); }

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

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

 span { border-color: rgb(228,110,170); }

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