#E614ED

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

Shades of Psychedelic Purple #E614ED

Tints of Psychedelic Purple #E614ED

Color information

#E614ED (or 0xE614ED) is unknown color: approx Psychedelic Purple. HEX triplet: E6, 14 and ED. RGB value is (230,20,237). Sum of RGB (Red+Green+Blue) = 230+20+237=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 20 (8.20% from 255 or 4.11% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #E614ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E614ED is #19EB12. Grayscale: #6A6A6A. Windows color (decimal): -1698579 or 15537382. OLE color: 15537382.

HSL color Cylindrical-coordinate representation of color #E614ED: hue angle of 298.06º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E614ED is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23020237-
CMYK0.030.9200.07
HSL298.06º85.77%50.39%-
HSV(B)298.06º91.56%92.94%-
XYZ48.1723.4482.11-
YUV107.53201.07215.36-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.23%
GREEN value IS 20 (8.20% from 255) = 4.11%
BLUE value IS 237 (92.97% from 255) = 48.67%
R=47.23%
G=4.11%
B=48.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal230202370.030.9200.07298.0685.7750.39
HexE614ED35C0712a5632
Octal3462435531340745212662
Binary11100110101001110110111101110001111001010101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E614ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E614ED; }

 p { color: rgb(230,20,237); }

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

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

 a { background-color: rgb(230,20,237); }

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

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

 span { border-color: rgb(230,20,237); }

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