#E307F1

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

Shades of Psychedelic Purple #E307F1

Tints of Psychedelic Purple #E307F1

Color information

#E307F1 (or 0xE307F1) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 07 and F1. RGB value is (227,7,241). Sum of RGB (Red+Green+Blue) = 227+7+241=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 7 (3.12% from 255 or 1.47% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #E307F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E307F1 is #1CF80E. Grayscale: #626262. Windows color (decimal): -1898511 or 15796195. OLE color: 15796195.

HSL color Cylindrical-coordinate representation of color #E307F1: hue angle of 296.41º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E307F1 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2277241-
CMYK0.060.9700.05
HSL296.41º94.35%48.63%-
HSV(B)296.41º97.1%94.51%-
XYZ47.6322.8385.12-
YUV99.46207.89218.97-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.79%
GREEN value IS 7 (3.12% from 255) = 1.47%
BLUE value IS 241 (94.53% from 255) = 50.74%
R=47.79%
G=1.47%
B=50.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal22772410.060.9700.05296.4194.3548.63
HexE37F1661051285e31
Octal343736161410545013661
Binary1110001111111110001110110000101011001010001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E307F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E307F1; }

 p { color: rgb(227,7,241); }

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

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

 a { background-color: rgb(227,7,241); }

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

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

 span { border-color: rgb(227,7,241); }

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