#E28DEC

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

Shades of Violet #E28DEC

Tints of Violet #E28DEC

Color information

#E28DEC (or 0xE28DEC) is unknown color: approx Violet. HEX triplet: E2, 8D and EC. RGB value is (226,141,236). Sum of RGB (Red+Green+Blue) = 226+141+236=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 141 (55.47% from 255 or 23.38% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #E28DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28DEC is #1D7213. Grayscale: #B0B0B0. Windows color (decimal): -1929748 or 15502818. OLE color: 15502818.

HSL color Cylindrical-coordinate representation of color #E28DEC: hue angle of 293.68º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E28DEC is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226141236-
CMYK0.040.4000.07
HSL293.68º71.43%73.92%-
HSV(B)293.68º40.25%92.55%-
XYZ56.0341.2784.37-
YUV177.24161.16162.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.48%
GREEN value IS 141 (55.47% from 255) = 23.38%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=37.48%
G=23.38%
B=39.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261412360.040.4000.07293.6871.4373.92
HexE28DEC42807126474a
Octal34221535445007446107112
Binary111000101000110111101100100101000011110010011010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28DEC; }

 p { color: rgb(226,141,236); }

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

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

 a { background-color: rgb(226,141,236); }

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

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

 span { border-color: rgb(226,141,236); }

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