#EA18F2

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

Shades of Psychedelic Purple #EA18F2

Tints of Psychedelic Purple #EA18F2

Color information

#EA18F2 (or 0xEA18F2) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 18 and F2. RGB value is (234,24,242). Sum of RGB (Red+Green+Blue) = 234+24+242=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 24 (9.77% from 255 or 4.8% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA18F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA18F2 is #15E70D. Grayscale: #6E6E6E. Windows color (decimal): -1435406 or 15866090. OLE color: 15866090.

HSL color Cylindrical-coordinate representation of color #EA18F2: hue angle of 297.8º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA18F2 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23424242-
CMYK0.030.9000.05
HSL297.8º89.34%52.16%-
HSV(B)297.8º90.08%94.9%-
XYZ50.2924.5686.09-
YUV111.64201.57215.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.8%
GREEN value IS 24 (9.77% from 255) = 4.8%
BLUE value IS 242 (94.92% from 255) = 48.4%
R=46.8%
G=4.8%
B=48.4%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal234242420.030.9000.05297.889.3452.16
HexEA18F235A0512a5934
Octal3523036231320545213164
Binary11101010110001111001011101101001011001010101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA18F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA18F2; }

 p { color: rgb(234,24,242); }

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

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

 a { background-color: rgb(234,24,242); }

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

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

 span { border-color: rgb(234,24,242); }

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