#E67DF5

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

Shades of Violet #E67DF5

Tints of Violet #E67DF5

Color information

#E67DF5 (or 0xE67DF5) is unknown color: approx Violet. HEX triplet: E6, 7D and F5. RGB value is (230,125,245). Sum of RGB (Red+Green+Blue) = 230+125+245=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 125 (49.22% from 255 or 20.83% from 600); Blue value is 245 (96.09% from 255 or 40.83% from 600); Max value from RGB is 245 - color contains mainly: blue. Hex color #E67DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67DF5 is #19820A. Grayscale: #A9A9A9. Windows color (decimal): -1671691 or 16088550. OLE color: 16088550.

HSL color Cylindrical-coordinate representation of color #E67DF5: hue angle of 292.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E67DF5 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB230125245-
CMYK0.060.4900.04
HSL292.5º85.71%72.55%-
HSV(B)292.5º48.98%96.08%-
XYZ56.4538.0890.76-
YUV170.08170.29170.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.33%
GREEN value IS 125 (49.22% from 255) = 20.83%
BLUE value IS 245 (96.09% from 255) = 40.83%
R=38.33%
G=20.83%
B=40.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2301252450.060.4900.04292.585.7172.55
HexE67DF5631041245649
Octal34617536566104444126111
Binary11100110111110111110101110110001010010010010010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67DF5; }

 p { color: rgb(230,125,245); }

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

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

 a { background-color: rgb(230,125,245); }

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

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

 span { border-color: rgb(230,125,245); }

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