#EA05FC

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

Shades of Psychedelic Purple #EA05FC

Tints of Psychedelic Purple #EA05FC

Color information

#EA05FC (or 0xEA05FC) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 05 and FC. RGB value is (234,5,252). Sum of RGB (Red+Green+Blue) = 234+5+252=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 5 (2.34% from 255 or 1.02% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA05FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA05FC is #15FA03. Grayscale: #646464. Windows color (decimal): -1440260 or 16516586. OLE color: 16516586.

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

Color convert

RGB2345252-
CMYK0.070.9800.01
HSL295.63º97.63%50.39%-
HSV(B)295.63º98.02%98.82%-
XYZ51.5624.6394.13-
YUV101.63212.87222.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.66%
GREEN value IS 5 (2.34% from 255) = 1.02%
BLUE value IS 252 (98.83% from 255) = 51.32%
R=47.66%
G=1.02%
B=51.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal23452520.070.9800.01295.6397.6350.39
HexEA5FC762011286232
Octal352537471420145014262
Binary11101010101111111001111100010011001010001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA05FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA05FC; }

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

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

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

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

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

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

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

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