#EA64FD

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

Shades of Heliotrope #EA64FD

Tints of Heliotrope #EA64FD

Color information

#EA64FD (or 0xEA64FD) is unknown color: approx Heliotrope. HEX triplet: EA, 64 and FD. RGB value is (234,100,253). Sum of RGB (Red+Green+Blue) = 234+100+253=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 100 (39.45% from 255 or 17.04% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA64FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA64FD is #159B02. Grayscale: #9D9D9D. Windows color (decimal): -1415939 or 16606442. OLE color: 16606442.

HSL color Cylindrical-coordinate representation of color #EA64FD: hue angle of 292.55º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA64FD is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234100253-
CMYK0.080.6000.01
HSL292.55º97.45%69.22%-
HSV(B)292.55º60.47%99.22%-
XYZ56.2233.796.47-
YUV157.51181.89182.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 100 (39.45% from 255) = 17.04%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=39.86%
G=17.04%
B=43.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341002530.080.6000.01292.5597.4569.22
HexEA64FD83C011256145
Octal352144375107401445141105
Binary1110101011001001111110110001111000110010010111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA64FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA64FD; }

 p { color: rgb(234,100,253); }

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

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

 a { background-color: rgb(234,100,253); }

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

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

 span { border-color: rgb(234,100,253); }

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