#E270A7

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

Shades of Pale Violet Red #E270A7

Tints of Pale Violet Red #E270A7

Color information

#E270A7 (or 0xE270A7) is unknown color: approx Pale Violet Red. HEX triplet: E2, 70 and A7. RGB value is (226,112,167). Sum of RGB (Red+Green+Blue) = 226+112+167=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E270A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E270A7 is #1D8F58. Grayscale: #989898. Windows color (decimal): -1937241 or 10973410. OLE color: 10973410.

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

Color convert

RGB226112167-
CMYK00.500.260.11
HSL331.05º66.28%66.27%-
HSV(B)331.05º50.44%88.63%-
XYZ44.1330.5540.13-
YUV152.36136.27180.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.75%
GREEN value IS 112 (44.14% from 255) = 22.18%
BLUE value IS 167 (65.62% from 255) = 33.07%
R=44.75%
G=22.18%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611216700.500.260.11331.0566.2866.27
HexE270A70321AB14b4242
Octal3421602470623213513102102
Binary11100010111000010100111011001011010101110100101110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E270A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E270A7; }

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

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

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

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

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

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

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

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