#EA14F5

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

Shades of Psychedelic Purple #EA14F5

Tints of Psychedelic Purple #EA14F5

Color information

#EA14F5 (or 0xEA14F5) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 14 and F5. RGB value is (234,20,245). Sum of RGB (Red+Green+Blue) = 234+20+245=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 20 (8.20% from 255 or 4.01% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #EA14F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA14F5 is #15EB0A. Grayscale: #6C6C6C. Windows color (decimal): -1436427 or 16061674. OLE color: 16061674.

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

Color convert

RGB23420245-
CMYK0.040.9200.04
HSL297.07º91.84%51.96%-
HSV(B)297.07º91.84%96.08%-
XYZ50.6624.5988.46-
YUV109.64204.4216.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 20 (8.20% from 255) = 4.01%
BLUE value IS 245 (96.09% from 255) = 49.10%
R=46.89%
G=4.01%
B=49.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal234202450.040.9200.04297.0791.8451.96
HexEA14F545C041295c34
Octal3522436541340445113464
Binary111010101010011110101100101110001001001010011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA14F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA14F5; }

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

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

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

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

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

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

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

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