#EA7DFE

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

Shades of Heliotrope #EA7DFE

Tints of Heliotrope #EA7DFE

Color information

#EA7DFE (or 0xEA7DFE) is unknown color: approx Heliotrope. HEX triplet: EA, 7D and FE. RGB value is (234,125,254). Sum of RGB (Red+Green+Blue) = 234+125+254=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 125 (49.22% from 255 or 20.39% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA7DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7DFE is #158201. Grayscale: #ABABAB. Windows color (decimal): -1409538 or 16678378. OLE color: 16678378.

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

Color convert

RGB234125254-
CMYK0.080.5100.00
HSL290.7º98.47%74.31%-
HSV(B)290.7º50.79%99.61%-
XYZ59.1539.3298.24-
YUV172.3174.11172.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 125 (49.22% from 255) = 20.39%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=38.17%
G=20.39%
B=41.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341252540.080.5100.00290.798.4774.31
HexEA7DFE83300123624a
Octal352175376106300443142112
Binary1110101011111011111111010001100110010010001111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7DFE; }

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

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

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

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

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

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

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

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