#E478A5

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

Shades of Pale Violet Red #E478A5

Tints of Pale Violet Red #E478A5

Color information

#E478A5 (or 0xE478A5) is unknown color: approx Pale Violet Red. HEX triplet: E4, 78 and A5. RGB value is (228,120,165). Sum of RGB (Red+Green+Blue) = 228+120+165=513 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.44% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 228 - color contains mainly: red. Hex color #E478A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E478A5 is #1B875A. Grayscale: #9D9D9D. Windows color (decimal): -1804123 or 10844388. OLE color: 10844388.

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

Color convert

RGB228120165-
CMYK00.470.280.11
HSL335º66.67%68.24%-
HSV(B)335º47.37%89.41%-
XYZ45.532.6439.5-
YUV157.42132.28178.34-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.44%
GREEN value IS 120 (47.27% from 255) = 23.39%
BLUE value IS 165 (64.84% from 255) = 32.16%
R=44.44%
G=23.39%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812016500.470.280.1133566.6768.24
HexE478A502F1CB14f4344
Octal3441702450573413517103104
Binary11100100111100010100101010111111100101110100111110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E478A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E478A5; }

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

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

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

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

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

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

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

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