#EA16F3

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

Shades of Psychedelic Purple #EA16F3

Tints of Psychedelic Purple #EA16F3

Color information

#EA16F3 (or 0xEA16F3) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 16 and F3. RGB value is (234,22,243). Sum of RGB (Red+Green+Blue) = 234+22+243=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 22 (8.98% from 255 or 4.41% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA16F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA16F3 is #15E90C. Grayscale: #6D6D6D. Windows color (decimal): -1435917 or 15931114. OLE color: 15931114.

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

Color convert

RGB23422243-
CMYK0.040.9100.05
HSL297.56º90.2%51.96%-
HSV(B)297.56º90.95%95.29%-
XYZ50.424.5486.87-
YUV110.58202.74216.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 22 (8.98% from 255) = 4.41%
BLUE value IS 243 (95.31% from 255) = 48.70%
R=46.89%
G=4.41%
B=48.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal234222430.040.9100.05297.5690.251.96
HexEA16F345B0512a5a34
Octal3522636341330545213264
Binary111010101011011110011100101101101011001010101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA16F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA16F3; }

 p { color: rgb(234,22,243); }

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

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

 a { background-color: rgb(234,22,243); }

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

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

 span { border-color: rgb(234,22,243); }

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