#EB21F5

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

Shades of Psychedelic Purple #EB21F5

Tints of Psychedelic Purple #EB21F5

Color information

#EB21F5 (or 0xEB21F5) is unknown color: approx Psychedelic Purple. HEX triplet: EB, 21 and F5. RGB value is (235,33,245). Sum of RGB (Red+Green+Blue) = 235+33+245=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 33 (13.28% from 255 or 6.43% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #EB21F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB21F5 is #14DE0A. Grayscale: #747474. Windows color (decimal): -1367563 or 16065003. OLE color: 16065003.

HSL color Cylindrical-coordinate representation of color #EB21F5: hue angle of 297.17º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB21F5 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23533245-
CMYK0.040.8700.04
HSL297.17º91.38%54.51%-
HSV(B)297.17º86.53%96.08%-
XYZ51.2925.3488.57-
YUV117.57199.92211.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.81%
GREEN value IS 33 (13.28% from 255) = 6.43%
BLUE value IS 245 (96.09% from 255) = 47.76%
R=45.81%
G=6.43%
B=47.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal235332450.040.8700.04297.1791.3854.51
HexEB21F5457041295b37
Octal3534136541270445113367
Binary1110101110000111110101100101011101001001010011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB21F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB21F5; }

 p { color: rgb(235,33,245); }

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

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

 a { background-color: rgb(235,33,245); }

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

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

 span { border-color: rgb(235,33,245); }

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