#e270ab

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

Shades of Pale Violet Red #E270AB

Tints of Pale Violet Red #E270AB

Color information

#E270AB (or 0xE270AB) is unknown color: approx Pale Violet Red. HEX triplet: E2, 70 and AB. RGB value is (226,112,171). Sum of RGB (Red+Green+Blue) = 226+112+171=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E270AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E270AB is #1D8F54. Grayscale: #989898. Windows color (decimal): -1937237 or 11235554. OLE color: 11235554.

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

Color convert

RGB226112171-
CMYK00.500.240.11
HSL328.95º66.28%66.27%-
HSV(B)328.95º50.44%88.63%-
XYZ44.5130.742.11-
YUV152.81138.27180.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.40%
GREEN value IS 112 (44.14% from 255) = 22.00%
BLUE value IS 171 (67.19% from 255) = 33.60%
R=44.40%
G=22.00%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611217100.500.240.11328.9566.2866.27
HexE270AB03218B1494242
Octal3421602530623013511102102
Binary11100010111000010101011011001011000101110100100110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e270ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e270ab; }

 p { color: rgb(226,112,171); }

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

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

 a { background-color: rgb(226,112,171); }

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

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

 span { border-color: rgb(226,112,171); }

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