#EA65FD

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

Shades of Heliotrope #EA65FD

Tints of Heliotrope #EA65FD

Color information

#EA65FD (or 0xEA65FD) is unknown color: approx Heliotrope. HEX triplet: EA, 65 and FD. RGB value is (234,101,253). Sum of RGB (Red+Green+Blue) = 234+101+253=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 101 (39.84% from 255 or 17.18% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA65FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA65FD is #159A02. Grayscale: #9D9D9D. Windows color (decimal): -1415683 or 16606698. OLE color: 16606698.

HSL color Cylindrical-coordinate representation of color #EA65FD: hue angle of 292.5º 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 #EA65FD is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234101253-
CMYK0.080.6000.01
HSL292.5º97.44%69.41%-
HSV(B)292.5º60.08%99.22%-
XYZ56.3133.8996.5-
YUV158.1181.56182.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.80%
GREEN value IS 101 (39.84% from 255) = 17.18%
BLUE value IS 253 (99.22% from 255) = 43.03%
R=39.80%
G=17.18%
B=43.03%

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
Decimal2341012530.080.6000.01292.597.4469.41
HexEA65FD83C011246145
Octal352145375107401444141105
Binary1110101011001011111110110001111000110010010011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA65FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA65FD; }

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

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

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

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

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

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

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

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