#E28CF4

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

Shades of Violet #E28CF4

Tints of Violet #E28CF4

Color information

#E28CF4 (or 0xE28CF4) is unknown color: approx Violet. HEX triplet: E2, 8C and F4. RGB value is (226,140,244). Sum of RGB (Red+Green+Blue) = 226+140+244=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 140 (55.08% from 255 or 22.95% from 610); Blue value is 244 (95.70% from 255 or 40% from 610); Max value from RGB is 244 - color contains mainly: blue. Hex color #E28CF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28CF4 is #1D730B. Grayscale: #B1B1B1. Windows color (decimal): -1929996 or 16026850. OLE color: 16026850.

HSL color Cylindrical-coordinate representation of color #E28CF4: hue angle of 289.62º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E28CF4 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB226140244-
CMYK0.070.4300.04
HSL289.62º82.54%75.29%-
HSV(B)289.62º42.62%95.69%-
XYZ57.0741.4690.58-
YUV177.57165.49162.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.05%
GREEN value IS 140 (55.08% from 255) = 22.95%
BLUE value IS 244 (95.70% from 255) = 40%
R=37.05%
G=22.95%
B=40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2261402440.070.4300.04289.6282.5475.29
HexE28CF472B04122534b
Octal34221436475304442123113
Binary111000101000110011110100111101011010010010001010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28CF4; }

 p { color: rgb(226,140,244); }

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

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

 a { background-color: rgb(226,140,244); }

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

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

 span { border-color: rgb(226,140,244); }

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