#ea7eff

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

Shades of Heliotrope #EA7EFF

Tints of Heliotrope #EA7EFF

Color information

#EA7EFF (or 0xEA7EFF) is unknown color: approx Heliotrope. HEX triplet: EA, 7E and FF. RGB value is (234,126,255). Sum of RGB (Red+Green+Blue) = 234+126+255=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 126 (49.61% from 255 or 20.49% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA7EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7EFF is #158100. Grayscale: #ACACAC. Windows color (decimal): -1409281 or 16744170. OLE color: 16744170.

HSL color Cylindrical-coordinate representation of color #EA7EFF: hue angle of 290.23º 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 #EA7EFF is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234126255-
CMYK0.080.5100
HSL290.23º100%74.71%-
HSV(B)290.23º50.59%100%-
XYZ59.4439.6399.12-
YUV173174.28171.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 126 (49.61% from 255) = 20.49%
BLUE value IS 255 (100% from 255) = 41.46%
R=38.05%
G=20.49%
B=41.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341262550.080.5100290.2310074.71
HexEA7EFF83300122644b
Octal352176377106300442144113
Binary1110101011111101111111110001100110010010001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea7eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea7eff; }

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

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

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

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

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

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

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

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