#EB08F7

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

Shades of Psychedelic Purple #EB08F7

Tints of Psychedelic Purple #EB08F7

Color information

#EB08F7 (or 0xEB08F7) is unknown color: approx Psychedelic Purple. HEX triplet: EB, 08 and F7. RGB value is (235,8,247). Sum of RGB (Red+Green+Blue) = 235+8+247=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 8 (3.52% from 255 or 1.63% from 490); Blue value is 247 (96.88% from 255 or 50.41% from 490); Max value from RGB is 247 - color contains mainly: blue. Hex color #EB08F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB08F7 is #14F708. Grayscale: #666666. Windows color (decimal): -1373961 or 16189675. OLE color: 16189675.

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

Color convert

RGB2358247-
CMYK0.050.9700.03
HSL296.99º93.73%50%-
HSV(B)296.99º96.76%96.86%-
XYZ51.1424.5590.04-
YUV103.12209.21222.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.96%
GREEN value IS 8 (3.52% from 255) = 1.63%
BLUE value IS 247 (96.88% from 255) = 50.41%
R=47.96%
G=1.63%
B=50.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal23582470.050.9700.03296.9993.7350
HexEB8F7561031295e32
Octal3531036751410345113662
Binary1110101110001111011110111000010111001010011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB08F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB08F7; }

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

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

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

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

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

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

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

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