#E572EF

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

Shades of Violet #E572EF

Tints of Violet #E572EF

Color information

#E572EF (or 0xE572EF) is unknown color: approx Violet. HEX triplet: E5, 72 and EF. RGB value is (229,114,239). Sum of RGB (Red+Green+Blue) = 229+114+239=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 114 (44.92% from 255 or 19.59% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #E572EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E572EF is #1A8D10. Grayscale: #A2A2A2. Windows color (decimal): -1740049 or 15692517. OLE color: 15692517.

HSL color Cylindrical-coordinate representation of color #E572EF: hue angle of 295.2º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E572EF is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB229114239-
CMYK0.040.5200.06
HSL295.2º79.62%69.22%-
HSV(B)295.2º52.3%93.73%-
XYZ53.9134.9285.56-
YUV162.64171.1175.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.35%
GREEN value IS 114 (44.92% from 255) = 19.59%
BLUE value IS 239 (93.75% from 255) = 41.07%
R=39.35%
G=19.59%
B=41.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2291142390.040.5200.06295.279.6269.22
HexE572EF434061275045
Octal34516235746406447120105
Binary11100101111001011101111100110100011010010011110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E572EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E572EF; }

 p { color: rgb(229,114,239); }

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

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

 a { background-color: rgb(229,114,239); }

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

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

 span { border-color: rgb(229,114,239); }

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