#E272EA

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

Shades of Violet #E272EA

Tints of Violet #E272EA

Color information

#E272EA (or 0xE272EA) is unknown color: approx Violet. HEX triplet: E2, 72 and EA. RGB value is (226,114,234). Sum of RGB (Red+Green+Blue) = 226+114+234=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 114 (44.92% from 255 or 19.86% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #E272EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E272EA is #1D8D15. Grayscale: #A0A0A0. Windows color (decimal): -1936662 or 15364834. OLE color: 15364834.

HSL color Cylindrical-coordinate representation of color #E272EA: hue angle of 296º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E272EA is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226114234-
CMYK0.030.5100.08
HSL296º74.07%68.24%-
HSV(B)296º51.28%91.76%-
XYZ52.2334.1481.68-
YUV161.17169.11174.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.37%
GREEN value IS 114 (44.92% from 255) = 19.86%
BLUE value IS 234 (91.80% from 255) = 40.77%
R=39.37%
G=19.86%
B=40.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261142340.030.5100.0829674.0768.24
HexE272EA333081284a44
Octal342162352363010450112104
Binary11100010111001011101010111100110100010010100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E272EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E272EA; }

 p { color: rgb(226,114,234); }

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

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

 a { background-color: rgb(226,114,234); }

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

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

 span { border-color: rgb(226,114,234); }

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