#EA14FF

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

Shades of Psychedelic Purple #EA14FF

Tints of Psychedelic Purple #EA14FF

Color information

#EA14FF (or 0xEA14FF) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 14 and FF. RGB value is (234,20,255). Sum of RGB (Red+Green+Blue) = 234+20+255=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 20 (8.20% from 255 or 3.93% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA14FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA14FF is #15EB00. Grayscale: #6E6E6E. Windows color (decimal): -1436417 or 16717034. OLE color: 16717034.

HSL color Cylindrical-coordinate representation of color #EA14FF: hue angle of 294.64º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA14FF is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23420255-
CMYK0.080.9200
HSL294.64º100%53.92%-
HSV(B)294.64º92.16%100%-
XYZ52.2325.2196.72-
YUV110.78209.4215.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 20 (8.20% from 255) = 3.93%
BLUE value IS 255 (100% from 255) = 50.10%
R=45.97%
G=3.93%
B=50.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal234202550.080.9200294.6410053.92
HexEA14FF85C001276436
Octal35224377101340044714466
Binary11101010101001111111110001011100001001001111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA14FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA14FF; }

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

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

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

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

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

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

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

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