#E26594

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

Shades of Pale Violet Red #E26594

Tints of Pale Violet Red #E26594

Color information

#E26594 (or 0xE26594) is unknown color: approx Pale Violet Red. HEX triplet: E2, 65 and 94. RGB value is (226,101,148). Sum of RGB (Red+Green+Blue) = 226+101+148=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E26594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26594 is #1D9A6B. Grayscale: #8F8F8F. Windows color (decimal): -1940076 or 9725410. OLE color: 9725410.

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

Color convert

RGB226101148-
CMYK00.550.350.11
HSL337.44º68.31%64.12%-
HSV(B)337.44º55.31%88.63%-
XYZ41.3627.6131.17-
YUV143.73130.41186.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.58%
GREEN value IS 101 (39.84% from 255) = 21.26%
BLUE value IS 148 (58.20% from 255) = 31.16%
R=47.58%
G=21.26%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610114800.550.350.11337.4468.3164.12
HexE2659403723B1514440
Octal3421452240674313521104100
Binary111000101100101100101000110111100011101110101000110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26594; }

 p { color: rgb(226,101,148); }

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

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

 a { background-color: rgb(226,101,148); }

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

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

 span { border-color: rgb(226,101,148); }

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