#EA6FF4

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

Shades of Heliotrope #EA6FF4

Tints of Heliotrope #EA6FF4

Color information

#EA6FF4 (or 0xEA6FF4) is unknown color: approx Heliotrope. HEX triplet: EA, 6F and F4. RGB value is (234,111,244). Sum of RGB (Red+Green+Blue) = 234+111+244=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 111 (43.75% from 255 or 18.85% from 589); Blue value is 244 (95.70% from 255 or 41.43% from 589); Max value from RGB is 244 - color contains mainly: blue. Hex color #EA6FF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6FF4 is #15900B. Grayscale: #A2A2A2. Windows color (decimal): -1413132 or 16019434. OLE color: 16019434.

HSL color Cylindrical-coordinate representation of color #EA6FF4: hue angle of 295.49º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6FF4 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234111244-
CMYK0.040.5500.04
HSL295.49º85.81%69.61%-
HSV(B)295.49º54.51%95.69%-
XYZ55.9535.3989.47-
YUV162.94173.75178.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 111 (43.75% from 255) = 18.85%
BLUE value IS 244 (95.70% from 255) = 41.43%
R=39.73%
G=18.85%
B=41.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341112440.040.5500.04295.4985.8169.61
HexEA6FF4437041275646
Octal35215736446704447126106
Binary11101010110111111110100100110111010010010011110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6FF4; }

 p { color: rgb(234,111,244); }

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

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

 a { background-color: rgb(234,111,244); }

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

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

 span { border-color: rgb(234,111,244); }

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