#E45FA1

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

Shades of Pale Violet Red #E45FA1

Tints of Pale Violet Red #E45FA1

Color information

#E45FA1 (or 0xE45FA1) is unknown color: approx Pale Violet Red. HEX triplet: E4, 5F and A1. RGB value is (228,95,161). Sum of RGB (Red+Green+Blue) = 228+95+161=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 228 - color contains mainly: red. Hex color #E45FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45FA1 is #1BA05E. Grayscale: #8E8E8E. Windows color (decimal): -1810527 or 10575844. OLE color: 10575844.

HSL color Cylindrical-coordinate representation of color #E45FA1: hue angle of 330.23º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E45FA1 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB22895161-
CMYK00.580.290.11
HSL330.23º71.12%63.33%-
HSV(B)330.23º58.33%89.41%-
XYZ42.5227.2536.74-
YUV142.29138.56189.13-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.11%
GREEN value IS 95 (37.5% from 255) = 19.63%
BLUE value IS 161 (63.28% from 255) = 33.26%
R=47.11%
G=19.63%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289516100.580.290.11330.2371.1263.33
HexE45FA103A1DB14a473f
Octal344137241072351351210777
Binary1110010010111111010000101110101110110111010010101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45FA1; }

 p { color: rgb(228,95,161); }

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

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

 a { background-color: rgb(228,95,161); }

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

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

 span { border-color: rgb(228,95,161); }

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