#EB02ED

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

Shades of Psychedelic Purple #EB02ED

Tints of Psychedelic Purple #EB02ED

Color information

#EB02ED (or 0xEB02ED) is unknown color: approx Psychedelic Purple. HEX triplet: EB, 02 and ED. RGB value is (235,2,237). Sum of RGB (Red+Green+Blue) = 235+2+237=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 2 (1.17% from 255 or 0.42% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB02ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB02ED is #14FD12. Grayscale: #616161. Windows color (decimal): -1375507 or 15532779. OLE color: 15532779.

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

Color convert

RGB2352237-
CMYK0.010.9900.07
HSL299.49º98.33%46.86%-
HSV(B)299.49º99.16%92.94%-
XYZ49.5723.8282.11-
YUV98.46206.19225.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.58%
GREEN value IS 2 (1.17% from 255) = 0.42%
BLUE value IS 237 (92.97% from 255) = 50%
R=49.58%
G=0.42%
B=50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23522370.010.9900.07299.4998.3346.86
HexEB2ED1630712b622f
Octal353235511430745314257
Binary1110101110111011011110001101111001010111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB02ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB02ED; }

 p { color: rgb(235,2,237); }

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

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

 a { background-color: rgb(235,2,237); }

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

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

 span { border-color: rgb(235,2,237); }

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