#E46BA4

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

Shades of Pale Violet Red #E46BA4

Tints of Pale Violet Red #E46BA4

Color information

#E46BA4 (or 0xE46BA4) is unknown color: approx Pale Violet Red. HEX triplet: E4, 6B and A4. RGB value is (228,107,164). Sum of RGB (Red+Green+Blue) = 228+107+164=499 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.69% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 228 - color contains mainly: red. Hex color #E46BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46BA4 is #1B945B. Grayscale: #959595. Windows color (decimal): -1807452 or 10775524. OLE color: 10775524.

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

Color convert

RGB228107164-
CMYK00.530.280.11
HSL331.74º69.14%65.69%-
HSV(B)331.74º53.07%89.41%-
XYZ43.9529.6938.54-
YUV149.68136.09183.87-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.69%
GREEN value IS 107 (42.19% from 255) = 21.44%
BLUE value IS 164 (64.45% from 255) = 32.87%
R=45.69%
G=21.44%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810716400.530.280.11331.7469.1465.69
HexE46BA40351CB14c4542
Octal3441532440653413514105102
Binary11100100110101110100100011010111100101110100110010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46BA4; }

 p { color: rgb(228,107,164); }

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

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

 a { background-color: rgb(228,107,164); }

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

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

 span { border-color: rgb(228,107,164); }

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