#E25E9E

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

Shades of Pale Violet Red #E25E9E

Tints of Pale Violet Red #E25E9E

Color information

#E25E9E (or 0xE25E9E) is unknown color: approx Pale Violet Red. HEX triplet: E2, 5E and 9E. RGB value is (226,94,158). Sum of RGB (Red+Green+Blue) = 226+94+158=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25E9E is #1DA161. Grayscale: #8C8C8C. Windows color (decimal): -1941858 or 10378978. OLE color: 10378978.

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

Color convert

RGB22694158-
CMYK00.580.300.11
HSL330.91º69.47%62.75%-
HSV(B)330.91º58.41%88.63%-
XYZ41.5426.6435.3-
YUV140.76137.73188.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.28%
GREEN value IS 94 (37.11% from 255) = 19.67%
BLUE value IS 158 (62.11% from 255) = 33.05%
R=47.28%
G=19.67%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269415800.580.300.11330.9169.4762.75
HexE25E9E03A1EB14b453f
Octal342136236072361351310577
Binary1110001010111101001111001110101111010111010010111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25E9E; }

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

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

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

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

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

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

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

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