#E61EFD

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

Shades of Psychedelic Purple #E61EFD

Tints of Psychedelic Purple #E61EFD

Color information

#E61EFD (or 0xE61EFD) is unknown color: approx Psychedelic Purple. HEX triplet: E6, 1E and FD. RGB value is (230,30,253). Sum of RGB (Red+Green+Blue) = 230+30+253=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 30 (12.11% from 255 or 5.85% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #E61EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61EFD is #19E102. Grayscale: #727272. Windows color (decimal): -1696003 or 16588518. OLE color: 16588518.

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

Color convert

RGB23030253-
CMYK0.090.8800.01
HSL293.81º98.24%55.49%-
HSV(B)293.81º88.14%99.22%-
XYZ50.8324.8495.04-
YUV115.22205.76209.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.83%
GREEN value IS 30 (12.11% from 255) = 5.85%
BLUE value IS 253 (99.22% from 255) = 49.32%
R=44.83%
G=5.85%
B=49.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal230302530.090.8800.01293.8198.2455.49
HexE61EFD958011266237
Octal34636375111300144614267
Binary11100110111101111110110011011000011001001101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61EFD; }

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

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

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

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

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

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

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

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