#E2719E

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

Shades of Pale Violet Red #E2719E

Tints of Pale Violet Red #E2719E

Color information

#E2719E (or 0xE2719E) is unknown color: approx Pale Violet Red. HEX triplet: E2, 71 and 9E. RGB value is (226,113,158). Sum of RGB (Red+Green+Blue) = 226+113+158=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2719E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2719E is #1D8E61. Grayscale: #979797. Windows color (decimal): -1936994 or 10383842. OLE color: 10383842.

HSL color Cylindrical-coordinate representation of color #E2719E: hue angle of 336.11º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2719E is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB226113158-
CMYK00.50.300.11
HSL336.11º66.08%66.47%-
HSV(B)336.11º50%88.63%-
XYZ43.4430.4535.94-
YUV151.92131.44180.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.47%
GREEN value IS 113 (44.53% from 255) = 22.74%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=45.47%
G=22.74%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611315800.50.300.11336.1166.0866.47
HexE2719E0321EB1504242
Octal3421612360623613520102102
Binary11100010111000110011110011001011110101110101000010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2719E; }

 p { color: rgb(226,113,158); }

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

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

 a { background-color: rgb(226,113,158); }

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

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

 span { border-color: rgb(226,113,158); }

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