#E45C94

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

Shades of Pale Violet Red #E45C94

Tints of Pale Violet Red #E45C94

Color information

#E45C94 (or 0xE45C94) is unknown color: approx Pale Violet Red. HEX triplet: E4, 5C and 94. RGB value is (228,92,148). Sum of RGB (Red+Green+Blue) = 228+92+148=468 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.72% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45C94 is #1BA36B. Grayscale: #8A8A8A. Windows color (decimal): -1811308 or 9723108. OLE color: 9723108.

HSL color Cylindrical-coordinate representation of color #E45C94: hue angle of 335.29º 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 #E45C94 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB22892148-
CMYK00.600.350.11
HSL335.29º71.58%62.75%-
HSV(B)335.29º59.65%89.41%-
XYZ41.1726.2930.92-
YUV139.05133.06191.45-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.72%
GREEN value IS 92 (36.33% from 255) = 19.66%
BLUE value IS 148 (58.20% from 255) = 31.62%
R=48.72%
G=19.66%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289214800.600.350.11335.2971.5862.75
HexE45C9403C23B14f483f
Octal344134224074431351711077
Binary11100100101110010010100011110010001110111010011111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45C94; }

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

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

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

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

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

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

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

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