#EA6DFF

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

Shades of Heliotrope #EA6DFF

Tints of Heliotrope #EA6DFF

Color information

#EA6DFF (or 0xEA6DFF) is unknown color: approx Heliotrope. HEX triplet: EA, 6D and FF. RGB value is (234,109,255). Sum of RGB (Red+Green+Blue) = 234+109+255=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 109 (42.97% from 255 or 18.23% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA6DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6DFF is #159200. Grayscale: #A2A2A2. Windows color (decimal): -1413633 or 16739818. OLE color: 16739818.

HSL color Cylindrical-coordinate representation of color #EA6DFF: hue angle of 291.37º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA6DFF is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234109255-
CMYK0.080.5700
HSL291.37º100%71.37%-
HSV(B)291.37º57.25%100%-
XYZ57.4535.6598.46-
YUV163.02179.91178.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.13%
GREEN value IS 109 (42.97% from 255) = 18.23%
BLUE value IS 255 (100% from 255) = 42.64%
R=39.13%
G=18.23%
B=42.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341092550.080.5700291.3710071.37
HexEA6DFF839001236447
Octal352155377107100443144107
Binary1110101011011011111111110001110010010010001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6DFF; }

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

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

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

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

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

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

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

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