#EA7DFF

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

Shades of Heliotrope #EA7DFF

Tints of Heliotrope #EA7DFF

Color information

#EA7DFF (or 0xEA7DFF) is unknown color: approx Heliotrope. HEX triplet: EA, 7D and FF. RGB value is (234,125,255). Sum of RGB (Red+Green+Blue) = 234+125+255=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 125 (49.22% from 255 or 20.36% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA7DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7DFF is #158200. Grayscale: #ACACAC. Windows color (decimal): -1409537 or 16743914. OLE color: 16743914.

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

Color convert

RGB234125255-
CMYK0.080.5100
HSL290.31º100%74.51%-
HSV(B)290.31º50.98%100%-
XYZ59.3239.3899.08-
YUV172.41174.61171.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 125 (49.22% from 255) = 20.36%
BLUE value IS 255 (100% from 255) = 41.53%
R=38.11%
G=20.36%
B=41.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341252550.080.5100290.3110074.51
HexEA7DFF83300122644b
Octal352175377106300442144113
Binary1110101011111011111111110001100110010010001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7DFF; }

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

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

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

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

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

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

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

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