#E67DF1

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

Shades of Violet #E67DF1

Tints of Violet #E67DF1

Color information

#E67DF1 (or 0xE67DF1) is unknown color: approx Violet. HEX triplet: E6, 7D and F1. RGB value is (230,125,241). Sum of RGB (Red+Green+Blue) = 230+125+241=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #E67DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67DF1 is #19820E. Grayscale: #A9A9A9. Windows color (decimal): -1671695 or 15826406. OLE color: 15826406.

HSL color Cylindrical-coordinate representation of color #E67DF1: hue angle of 294.31º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E67DF1 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230125241-
CMYK0.050.4800.05
HSL294.31º80.56%71.76%-
HSV(B)294.31º48.13%94.51%-
XYZ55.8437.8487.58-
YUV169.62168.29171.07-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.59%
GREEN value IS 125 (49.22% from 255) = 20.97%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=38.59%
G=20.97%
B=40.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2301252410.050.4800.05294.3180.5671.76
HexE67DF1530051265148
Octal34617536156005446121110
Binary11100110111110111110001101110000010110010011010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67DF1; }

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

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

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

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

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

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

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

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