#EB19FA

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

Shades of Psychedelic Purple #EB19FA

Tints of Psychedelic Purple #EB19FA

Color information

#EB19FA (or 0xEB19FA) is unknown color: approx Psychedelic Purple. HEX triplet: EB, 19 and FA. RGB value is (235,25,250). Sum of RGB (Red+Green+Blue) = 235+25+250=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 25 (10.16% from 255 or 4.90% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB19FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB19FA is #14E605. Grayscale: #707070. Windows color (decimal): -1369606 or 16390635. OLE color: 16390635.

HSL color Cylindrical-coordinate representation of color #EB19FA: hue angle of 296º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB19FA is Cyan = 0.06, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23525250-
CMYK0.060.900.02
HSL296º95.74%53.92%-
HSV(B)296º90%98.04%-
XYZ51.8625.2692.58-
YUV113.44205.07214.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.08%
GREEN value IS 25 (10.16% from 255) = 4.90%
BLUE value IS 250 (98.05% from 255) = 49.02%
R=46.08%
G=4.90%
B=49.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal235252500.060.900.0229695.7453.92
HexEB19FA65A021286036
Octal3533137261320245014066
Binary11101011110011111101011010110100101001010001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB19FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB19FA; }

 p { color: rgb(235,25,250); }

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

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

 a { background-color: rgb(235,25,250); }

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

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

 span { border-color: rgb(235,25,250); }

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