#e25e99

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

Shades of Pale Violet Red #E25E99

Tints of Pale Violet Red #E25E99

Color information

#E25E99 (or 0xE25E99) is unknown color: approx Pale Violet Red. HEX triplet: E2, 5E and 99. RGB value is (226,94,153). Sum of RGB (Red+Green+Blue) = 226+94+153=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25E99 is #1DA166. Grayscale: #8C8C8C. Windows color (decimal): -1941863 or 10051298. OLE color: 10051298.

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

Color convert

RGB22694153-
CMYK00.580.320.11
HSL333.18º69.47%62.75%-
HSV(B)333.18º58.41%88.63%-
XYZ41.1226.4733.08-
YUV140.19135.23189.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.78%
GREEN value IS 94 (37.11% from 255) = 19.87%
BLUE value IS 153 (60.16% from 255) = 32.35%
R=47.78%
G=19.87%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269415300.580.320.11333.1869.4762.75
HexE25E9903A20B14d453f
Octal342136231072401351510577
Binary11100010101111010011001011101010000010111010011011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e25e99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e25e99; }

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

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

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

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

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

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

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

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