#E905F1

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

Shades of Psychedelic Purple #E905F1

Tints of Psychedelic Purple #E905F1

Color information

#E905F1 (or 0xE905F1) is unknown color: approx Psychedelic Purple. HEX triplet: E9, 05 and F1. RGB value is (233,5,241). Sum of RGB (Red+Green+Blue) = 233+5+241=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 5 (2.34% from 255 or 1.04% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #E905F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E905F1 is #16FA0E. Grayscale: #636363. Windows color (decimal): -1505807 or 15795689. OLE color: 15795689.

HSL color Cylindrical-coordinate representation of color #E905F1: hue angle of 297.97º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E905F1 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2335241-
CMYK0.030.9800.05
HSL297.97º95.93%48.24%-
HSV(B)297.97º97.93%94.51%-
XYZ49.5423.7885.2-
YUV100.08207.54222.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.64%
GREEN value IS 5 (2.34% from 255) = 1.04%
BLUE value IS 241 (94.53% from 255) = 50.31%
R=48.64%
G=1.04%
B=50.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal23352410.030.9800.05297.9795.9348.24
HexE95F13620512a6030
Octal351536131420545214060
Binary111010011011111000111110001001011001010101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E905F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E905F1; }

 p { color: rgb(233,5,241); }

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

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

 a { background-color: rgb(233,5,241); }

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

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

 span { border-color: rgb(233,5,241); }

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