#E25999

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

Shades of Pale Violet Red #E25999

Tints of Pale Violet Red #E25999

Color information

#E25999 (or 0xE25999) is unknown color: approx Pale Violet Red. HEX triplet: E2, 59 and 99. RGB value is (226,89,153). Sum of RGB (Red+Green+Blue) = 226+89+153=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E25999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25999 is #1DA666. Grayscale: #898989. Windows color (decimal): -1943143 or 10050018. OLE color: 10050018.

HSL color Cylindrical-coordinate representation of color #E25999: hue angle of 331.97º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E25999 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB22689153-
CMYK00.610.320.11
HSL331.97º70.26%61.76%-
HSV(B)331.97º60.62%88.63%-
XYZ40.6925.6132.94-
YUV137.26136.89191.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.29%
GREEN value IS 89 (35.16% from 255) = 19.02%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=48.29%
G=19.02%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268915300.610.320.11331.9770.2661.76
HexE2599903D20B14c463e
Octal342131231075401351410676
Binary11100010101100110011001011110110000010111010011001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25999; }

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

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

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

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

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

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

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

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