#EA7AFF

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

Shades of Heliotrope #EA7AFF

Tints of Heliotrope #EA7AFF

Color information

#EA7AFF (or 0xEA7AFF) is unknown color: approx Heliotrope. HEX triplet: EA, 7A and FF. RGB value is (234,122,255). Sum of RGB (Red+Green+Blue) = 234+122+255=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 122 (48.05% from 255 or 19.97% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA7AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7AFF is #158500. Grayscale: #AAAAAA. Windows color (decimal): -1410305 or 16743146. OLE color: 16743146.

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

Color convert

RGB234122255-
CMYK0.080.5200
HSL290.53º100%73.92%-
HSV(B)290.53º52.16%100%-
XYZ58.9438.6398.96-
YUV170.65175.61173.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 122 (48.05% from 255) = 19.97%
BLUE value IS 255 (100% from 255) = 41.73%
R=38.30%
G=19.97%
B=41.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341222550.080.5200290.5310073.92
HexEA7AFF83400123644a
Octal352172377106400443144112
Binary1110101011110101111111110001101000010010001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7AFF; }

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

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

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

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

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

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

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

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