#EB17FC

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

Shades of Psychedelic Purple #EB17FC

Tints of Psychedelic Purple #EB17FC

Color information

#EB17FC (or 0xEB17FC) is unknown color: approx Psychedelic Purple. HEX triplet: EB, 17 and FC. RGB value is (235,23,252). Sum of RGB (Red+Green+Blue) = 235+23+252=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 23 (9.38% from 255 or 4.51% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #EB17FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB17FC is #14E803. Grayscale: #6F6F6F. Windows color (decimal): -1370116 or 16521195. OLE color: 16521195.

HSL color Cylindrical-coordinate representation of color #EB17FC: hue angle of 295.55º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB17FC is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23523252-
CMYK0.070.9100.01
HSL295.55º97.45%53.92%-
HSV(B)295.55º90.87%98.82%-
XYZ52.1425.394.23-
YUV112.49206.74215.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.08%
GREEN value IS 23 (9.38% from 255) = 4.51%
BLUE value IS 252 (98.83% from 255) = 49.41%
R=46.08%
G=4.51%
B=49.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal235232520.070.9100.01295.5597.4553.92
HexEB17FC75B011286136
Octal3532737471330145014166
Binary1110101110111111111001111011011011001010001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB17FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB17FC; }

 p { color: rgb(235,23,252); }

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

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

 a { background-color: rgb(235,23,252); }

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

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

 span { border-color: rgb(235,23,252); }

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