#E25EA3

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

Shades of Pale Violet Red #E25EA3

Tints of Pale Violet Red #E25EA3

Color information

#E25EA3 (or 0xE25EA3) is unknown color: approx Pale Violet Red. HEX triplet: E2, 5E and A3. RGB value is (226,94,163). Sum of RGB (Red+Green+Blue) = 226+94+163=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25EA3 is #1DA15C. Grayscale: #8D8D8D. Windows color (decimal): -1941853 or 10706658. OLE color: 10706658.

HSL color Cylindrical-coordinate representation of color #E25EA3: hue angle of 328.64º degrees, saturation: 0.69, 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 #E25EA3 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB22694163-
CMYK00.580.280.11
HSL328.64º69.47%62.75%-
HSV(B)328.64º58.41%88.63%-
XYZ41.9826.8237.61-
YUV141.33140.23188.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.79%
GREEN value IS 94 (37.11% from 255) = 19.46%
BLUE value IS 163 (64.06% from 255) = 33.75%
R=46.79%
G=19.46%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269416300.580.280.11328.6469.4762.75
HexE25EA303A1CB149453f
Octal342136243072341351110577
Binary1110001010111101010001101110101110010111010010011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25EA3; }

 p { color: rgb(226,94,163); }

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

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

 a { background-color: rgb(226,94,163); }

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

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

 span { border-color: rgb(226,94,163); }

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