#EA6DFC

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

Shades of Heliotrope #EA6DFC

Tints of Heliotrope #EA6DFC

Color information

#EA6DFC (or 0xEA6DFC) is unknown color: approx Heliotrope. HEX triplet: EA, 6D and FC. RGB value is (234,109,252). Sum of RGB (Red+Green+Blue) = 234+109+252=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 109 (42.97% from 255 or 18.32% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA6DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6DFC is #159203. Grayscale: #A2A2A2. Windows color (decimal): -1413636 or 16543210. OLE color: 16543210.

HSL color Cylindrical-coordinate representation of color #EA6DFC: hue angle of 292.45º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA6DFC is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234109252-
CMYK0.070.5700.01
HSL292.45º95.97%70.78%-
HSV(B)292.45º56.75%98.82%-
XYZ56.9735.4695.94-
YUV162.68178.41178.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 109 (42.97% from 255) = 18.32%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=39.33%
G=18.32%
B=42.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341092520.070.5700.01292.4595.9770.78
HexEA6DFC739011246047
Octal35215537477101444140107
Binary111010101101101111111001111110010110010010011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6DFC; }

 p { color: rgb(234,109,252); }

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

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

 a { background-color: rgb(234,109,252); }

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

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

 span { border-color: rgb(234,109,252); }

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