#E271AC

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

Shades of Pale Violet Red #E271AC

Tints of Pale Violet Red #E271AC

Color information

#E271AC (or 0xE271AC) is unknown color: approx Pale Violet Red. HEX triplet: E2, 71 and AC. RGB value is (226,113,172). Sum of RGB (Red+Green+Blue) = 226+113+172=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E271AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E271AC is #1D8E53. Grayscale: #999999. Windows color (decimal): -1936980 or 11301346. OLE color: 11301346.

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

Color convert

RGB226113172-
CMYK00.50.240.11
HSL328.67º66.08%66.47%-
HSV(B)328.67º50%88.63%-
XYZ44.7230.9642.65-
YUV153.51138.44179.7-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.23%
GREEN value IS 113 (44.53% from 255) = 22.11%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=44.23%
G=22.11%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611317200.50.240.11328.6766.0866.47
HexE271AC03218B1494242
Octal3421612540623013511102102
Binary11100010111000110101100011001011000101110100100110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E271AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E271AC; }

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

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

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

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

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

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

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

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