#E307E5

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

Shades of Psychedelic Purple #E307E5

Tints of Psychedelic Purple #E307E5

Color information

#E307E5 (or 0xE307E5) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 07 and E5. RGB value is (227,7,229). Sum of RGB (Red+Green+Blue) = 227+7+229=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 7 (3.12% from 255 or 1.51% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #E307E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E307E5 is #1CF81A. Grayscale: #616161. Windows color (decimal): -1898523 or 15009763. OLE color: 15009763.

HSL color Cylindrical-coordinate representation of color #E307E5: hue angle of 299.46º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E307E5 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB2277229-
CMYK0.010.9700.10
HSL299.46º94.07%46.27%-
HSV(B)299.46º96.94%89.8%-
XYZ45.922.1475.98-
YUV98.09201.89219.95-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.03%
GREEN value IS 7 (3.12% from 255) = 1.51%
BLUE value IS 229 (89.84% from 255) = 49.46%
R=49.03%
G=1.51%
B=49.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22772290.010.9700.10299.4694.0746.27
HexE37E51610A12b5e2e
Octal3437345114101245313656
Binary111000111111110010111100001010101001010111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E307E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E307E5; }

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

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

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

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

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

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

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

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