#EA6DEF

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

Shades of Violet #EA6DEF

Tints of Violet #EA6DEF

Color information

#EA6DEF (or 0xEA6DEF) is unknown color: approx Violet. HEX triplet: EA, 6D and EF. RGB value is (234,109,239). Sum of RGB (Red+Green+Blue) = 234+109+239=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 109 (42.97% from 255 or 18.73% 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 #EA6DEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6DEF is #159210. Grayscale: #A0A0A0. Windows color (decimal): -1413649 or 15691242. OLE color: 15691242.

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

Color convert

RGB234109239-
CMYK0.020.5400.06
HSL297.69º80.25%68.24%-
HSV(B)297.69º54.39%93.73%-
XYZ54.9834.6685.45-
YUV161.2171.91179.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.21%
GREEN value IS 109 (42.97% from 255) = 18.73%
BLUE value IS 239 (93.75% from 255) = 41.07%
R=40.21%
G=18.73%
B=41.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341092390.020.5400.06297.6980.2568.24
HexEA6DEF2360612a5044
Octal35215535726606452120104
Binary1110101011011011110111110110110011010010101010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6DEF; }

 p { color: rgb(234,109,239); }

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

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

 a { background-color: rgb(234,109,239); }

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

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

 span { border-color: rgb(234,109,239); }

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