#e26699

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

Shades of Pale Violet Red #E26699

Tints of Pale Violet Red #E26699

Color information

#E26699 (or 0xE26699) is unknown color: approx Pale Violet Red. HEX triplet: E2, 66 and 99. RGB value is (226,102,153). Sum of RGB (Red+Green+Blue) = 226+102+153=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E26699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26699 is #1D9966. Grayscale: #909090. Windows color (decimal): -1939815 or 10053346. OLE color: 10053346.

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

Color convert

RGB226102153-
CMYK00.550.320.11
HSL335.32º68.13%64.31%-
HSV(B)335.32º54.87%88.63%-
XYZ41.8727.9733.33-
YUV144.89132.58185.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.99%
GREEN value IS 102 (40.23% from 255) = 21.21%
BLUE value IS 153 (60.16% from 255) = 31.81%
R=46.99%
G=21.21%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610215300.550.320.11335.3268.1364.31
HexE2669903720B14f4440
Octal3421462310674013517104100
Binary111000101100110100110010110111100000101110100111110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e26699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e26699; }

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

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

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

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

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

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

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

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