#E61FF1

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

Shades of Psychedelic Purple #E61FF1

Tints of Psychedelic Purple #E61FF1

Color information

#E61FF1 (or 0xE61FF1) is unknown color: approx Psychedelic Purple. HEX triplet: E6, 1F and F1. RGB value is (230,31,241). Sum of RGB (Red+Green+Blue) = 230+31+241=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 31 (12.5% from 255 or 6.18% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #E61FF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61FF1 is #19E00E. Grayscale: #717171. Windows color (decimal): -1695759 or 15802342. OLE color: 15802342.

HSL color Cylindrical-coordinate representation of color #E61FF1: hue angle of 296.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61FF1 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23031241-
CMYK0.050.8700.05
HSL296.86º88.24%53.33%-
HSV(B)296.86º87.14%94.51%-
XYZ4924.1585.3-
YUV114.44199.43210.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.82%
GREEN value IS 31 (12.5% from 255) = 6.18%
BLUE value IS 241 (94.53% from 255) = 48.01%
R=45.82%
G=6.18%
B=48.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal230312410.050.8700.05296.8688.2453.33
HexE61FF1557051295835
Octal3463736151270545113065
Binary111001101111111110001101101011101011001010011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61FF1; }

 p { color: rgb(230,31,241); }

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

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

 a { background-color: rgb(230,31,241); }

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

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

 span { border-color: rgb(230,31,241); }

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