#EA6CF7

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

Shades of Heliotrope #EA6CF7

Tints of Heliotrope #EA6CF7

Color information

#EA6CF7 (or 0xEA6CF7) is unknown color: approx Heliotrope. HEX triplet: EA, 6C and F7. RGB value is (234,108,247). Sum of RGB (Red+Green+Blue) = 234+108+247=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 108 (42.58% from 255 or 18.34% from 589); Blue value is 247 (96.88% from 255 or 41.94% from 589); Max value from RGB is 247 - color contains mainly: blue. Hex color #EA6CF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6CF7 is #159308. Grayscale: #A1A1A1. Windows color (decimal): -1413897 or 16215274. OLE color: 16215274.

HSL color Cylindrical-coordinate representation of color #EA6CF7: hue angle of 294.39º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA6CF7 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234108247-
CMYK0.050.5600.03
HSL294.39º89.68%69.61%-
HSV(B)294.39º56.28%96.86%-
XYZ56.0834.9391.78-
YUV161.52176.24179.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 108 (42.58% from 255) = 18.34%
BLUE value IS 247 (96.88% from 255) = 41.94%
R=39.73%
G=18.34%
B=41.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341082470.050.5600.03294.3989.6869.61
HexEA6CF7538031265a46
Octal35215436757003446132106
Binary1110101011011001111011110111100001110010011010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6CF7; }

 p { color: rgb(234,108,247); }

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

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

 a { background-color: rgb(234,108,247); }

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

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

 span { border-color: rgb(234,108,247); }

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