#E45C9B

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

Shades of Pale Violet Red #E45C9B

Tints of Pale Violet Red #E45C9B

Color information

#E45C9B (or 0xE45C9B) is unknown color: approx Pale Violet Red. HEX triplet: E4, 5C and 9B. RGB value is (228,92,155). Sum of RGB (Red+Green+Blue) = 228+92+155=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45C9B is #1BA364. Grayscale: #8B8B8B. Windows color (decimal): -1811301 or 10181860. OLE color: 10181860.

HSL color Cylindrical-coordinate representation of color #E45C9B: hue angle of 332.21º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E45C9B is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB22892155-
CMYK00.600.320.11
HSL332.21º71.58%62.75%-
HSV(B)332.21º59.65%89.41%-
XYZ41.7426.5133.93-
YUV139.85136.56190.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48%
GREEN value IS 92 (36.33% from 255) = 19.37%
BLUE value IS 155 (60.94% from 255) = 32.63%
R=48%
G=19.37%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289215500.600.320.11332.2171.5862.75
HexE45C9B03C20B14c483f
Octal344134233074401351411077
Binary11100100101110010011011011110010000010111010011001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45C9B; }

 p { color: rgb(228,92,155); }

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

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

 a { background-color: rgb(228,92,155); }

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

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

 span { border-color: rgb(228,92,155); }

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