#EA17FC

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

Shades of Psychedelic Purple #EA17FC

Tints of Psychedelic Purple #EA17FC

Color information

#EA17FC (or 0xEA17FC) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 17 and FC. RGB value is (234,23,252). Sum of RGB (Red+Green+Blue) = 234+23+252=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 23 (9.38% from 255 or 4.52% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA17FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA17FC is #15E803. Grayscale: #6F6F6F. Windows color (decimal): -1435652 or 16521194. OLE color: 16521194.

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

Color convert

RGB23423252-
CMYK0.070.9100.01
HSL295.28º97.45%53.92%-
HSV(B)295.28º90.87%98.82%-
XYZ51.8125.1394.22-
YUV112.2206.9214.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 23 (9.38% from 255) = 4.52%
BLUE value IS 252 (98.83% from 255) = 49.51%
R=45.97%
G=4.52%
B=49.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal234232520.070.9100.01295.2897.4553.92
HexEA17FC75B011276136
Octal3522737471330144714166
Binary1110101010111111111001111011011011001001111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA17FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA17FC; }

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

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

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

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

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

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

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

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