#EB28F7

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

Shades of Psychedelic Purple #EB28F7

Tints of Psychedelic Purple #EB28F7

Color information

#EB28F7 (or 0xEB28F7) is unknown color: approx Psychedelic Purple. HEX triplet: EB, 28 and F7. RGB value is (235,40,247). Sum of RGB (Red+Green+Blue) = 235+40+247=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 40 (16.02% from 255 or 7.66% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 247 - color contains mainly: blue. Hex color #EB28F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB28F7 is #14D708. Grayscale: #797979. Windows color (decimal): -1365769 or 16197867. OLE color: 16197867.

HSL color Cylindrical-coordinate representation of color #EB28F7: hue angle of 296.52º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB28F7 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23540247-
CMYK0.050.8400.03
HSL296.52º92.83%56.27%-
HSV(B)296.52º83.81%96.86%-
XYZ51.8125.990.26-
YUV121.9198.6208.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.02%
GREEN value IS 40 (16.02% from 255) = 7.66%
BLUE value IS 247 (96.88% from 255) = 47.32%
R=45.02%
G=7.66%
B=47.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal235402470.050.8400.03296.5292.8356.27
HexEB28F7554031295d38
Octal3535036751240345113570
Binary111010111010001111011110110101000111001010011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB28F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB28F7; }

 p { color: rgb(235,40,247); }

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

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

 a { background-color: rgb(235,40,247); }

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

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

 span { border-color: rgb(235,40,247); }

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