#e26399

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

Shades of Pale Violet Red #E26399

Tints of Pale Violet Red #E26399

Color information

#E26399 (or 0xE26399) is unknown color: approx Pale Violet Red. HEX triplet: E2, 63 and 99. RGB value is (226,99,153). Sum of RGB (Red+Green+Blue) = 226+99+153=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E26399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26399 is #1D9C66. Grayscale: #8F8F8F. Windows color (decimal): -1940583 or 10052578. OLE color: 10052578.

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

Color convert

RGB22699153-
CMYK00.560.320.11
HSL334.49º68.65%63.73%-
HSV(B)334.49º56.19%88.63%-
XYZ41.5827.3933.23-
YUV143.13133.58187.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.28%
GREEN value IS 99 (39.06% from 255) = 20.71%
BLUE value IS 153 (60.16% from 255) = 32.01%
R=47.28%
G=20.71%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269915300.560.320.11334.4968.6563.73
HexE2639903820B14e4540
Octal3421432310704013516105100
Binary111000101100011100110010111000100000101110100111010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e26399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e26399; }

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

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

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

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

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

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

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

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