#E26CA3

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

Shades of Pale Violet Red #E26CA3

Tints of Pale Violet Red #E26CA3

Color information

#E26CA3 (or 0xE26CA3) is unknown color: approx Pale Violet Red. HEX triplet: E2, 6C and A3. RGB value is (226,108,163). Sum of RGB (Red+Green+Blue) = 226+108+163=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 163 (64.06% from 255 or 32.80% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E26CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26CA3 is #1D935C. Grayscale: #959595. Windows color (decimal): -1938269 or 10710242. OLE color: 10710242.

HSL color Cylindrical-coordinate representation of color #E26CA3: hue angle of 332.03º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26CA3 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB226108163-
CMYK00.520.280.11
HSL332.03º67.05%65.49%-
HSV(B)332.03º52.21%88.63%-
XYZ43.3429.5438.07-
YUV149.55135.59182.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.47%
GREEN value IS 108 (42.58% from 255) = 21.73%
BLUE value IS 163 (64.06% from 255) = 32.80%
R=45.47%
G=21.73%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610816300.520.280.11332.0367.0565.49
HexE26CA30341CB14c4341
Octal3421542430643413514103101
Binary11100010110110010100011011010011100101110100110010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26CA3; }

 p { color: rgb(226,108,163); }

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

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

 a { background-color: rgb(226,108,163); }

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

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

 span { border-color: rgb(226,108,163); }

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