#EB0FE4

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

Shades of Psychedelic Purple #EB0FE4

Tints of Psychedelic Purple #EB0FE4

Color information

#EB0FE4 (or 0xEB0FE4) is unknown color: approx Psychedelic Purple. HEX triplet: EB, 0F and E4. RGB value is (235,15,228). Sum of RGB (Red+Green+Blue) = 235+15+228=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 15 (6.25% from 255 or 3.14% from 478); Blue value is 228 (89.45% from 255 or 47.70% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0FE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0FE4 is #14F01B. Grayscale: #686868. Windows color (decimal): -1372188 or 14946283. OLE color: 14946283.

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

Color convert

RGB23515228-
CMYK00.940.030.08
HSL301.91º88%49.02%-
HSV(B)301.91º93.62%92.16%-
XYZ48.4423.6175.4-
YUV105.06197.39220.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.16%
GREEN value IS 15 (6.25% from 255) = 3.14%
BLUE value IS 228 (89.45% from 255) = 47.70%
R=49.16%
G=3.14%
B=47.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351522800.940.030.08301.918849.02
HexEBFE405E3812e5831
Octal35317344013631045613061
Binary11101011111111100100010111101110001001011101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0FE4; }

 p { color: rgb(235,15,228); }

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

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

 a { background-color: rgb(235,15,228); }

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

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

 span { border-color: rgb(235,15,228); }

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