#E610FD

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

Shades of Psychedelic Purple #E610FD

Tints of Psychedelic Purple #E610FD

Color information

#E610FD (or 0xE610FD) is unknown color: approx Psychedelic Purple. HEX triplet: E6, 10 and FD. RGB value is (230,16,253). Sum of RGB (Red+Green+Blue) = 230+16+253=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 16 (6.64% from 255 or 3.21% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #E610FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E610FD is #19EF02. Grayscale: #6A6A6A. Windows color (decimal): -1699587 or 16584934. OLE color: 16584934.

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

Color convert

RGB23016253-
CMYK0.090.9400.01
HSL294.18º98.34%52.75%-
HSV(B)294.18º93.68%99.22%-
XYZ50.5524.2994.95-
YUV107210.4215.73-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.09%
GREEN value IS 16 (6.64% from 255) = 3.21%
BLUE value IS 253 (99.22% from 255) = 50.70%
R=46.09%
G=3.21%
B=50.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal230162530.090.9400.01294.1898.3452.75
HexE610FD95E011266235
Octal34620375111360144614265
Binary11100110100001111110110011011110011001001101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E610FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E610FD; }

 p { color: rgb(230,16,253); }

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

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

 a { background-color: rgb(230,16,253); }

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

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

 span { border-color: rgb(230,16,253); }

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