#e46f94

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

Shades of Pale Violet Red #E46F94

Tints of Pale Violet Red #E46F94

Color information

#E46F94 (or 0xE46F94) is unknown color: approx Pale Violet Red. HEX triplet: E4, 6F and 94. RGB value is (228,111,148). Sum of RGB (Red+Green+Blue) = 228+111+148=487 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.82% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 228 - color contains mainly: red. Hex color #E46F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46F94 is #1B906B. Grayscale: #969696. Windows color (decimal): -1806444 or 9727972. OLE color: 9727972.

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

Color convert

RGB228111148-
CMYK00.510.350.11
HSL341.03º68.42%66.47%-
HSV(B)341.03º51.32%89.41%-
XYZ43.023031.54-
YUV150.2126.76183.49-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.82%
GREEN value IS 111 (43.75% from 255) = 22.79%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=46.82%
G=22.79%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811114800.510.350.11341.0368.4266.47
HexE46F9403323B1554442
Octal3441572240634313525104102
Binary111001001101111100101000110011100011101110101010110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e46f94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e46f94; }

 p { color: rgb(228,111,148); }

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

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

 a { background-color: rgb(228,111,148); }

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

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

 span { border-color: rgb(228,111,148); }

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