#EA14FC

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

Shades of Psychedelic Purple #EA14FC

Tints of Psychedelic Purple #EA14FC

Color information

#EA14FC (or 0xEA14FC) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 14 and FC. RGB value is (234,20,252). Sum of RGB (Red+Green+Blue) = 234+20+252=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 20 (8.20% from 255 or 3.95% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA14FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA14FC is #15EB03. Grayscale: #6D6D6D. Windows color (decimal): -1436420 or 16520426. OLE color: 16520426.

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

Color convert

RGB23420252-
CMYK0.070.9200.01
HSL295.34º97.48%53.33%-
HSV(B)295.34º92.06%98.82%-
XYZ51.7525.0294.2-
YUV110.43207.9216.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.25%
GREEN value IS 20 (8.20% from 255) = 3.95%
BLUE value IS 252 (98.83% from 255) = 49.80%
R=46.25%
G=3.95%
B=49.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal234202520.070.9200.01295.3497.4853.33
HexEA14FC75C011276135
Octal3522437471340144714165
Binary1110101010100111111001111011100011001001111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA14FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA14FC; }

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

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

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

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

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

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

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

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