#E506E9

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

Shades of Psychedelic Purple #E506E9

Tints of Psychedelic Purple #E506E9

Color information

#E506E9 (or 0xE506E9) is unknown color: approx Psychedelic Purple. HEX triplet: E5, 06 and E9. RGB value is (229,6,233). Sum of RGB (Red+Green+Blue) = 229+6+233=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 6 (2.73% from 255 or 1.28% from 468); Blue value is 233 (91.41% from 255 or 49.79% from 468); Max value from RGB is 233 - color contains mainly: blue. Hex color #E506E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E506E9 is #1AF916. Grayscale: #616161. Windows color (decimal): -1767703 or 15271653. OLE color: 15271653.

HSL color Cylindrical-coordinate representation of color #E506E9: hue angle of 298.94º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E506E9 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2296233-
CMYK0.020.9700.09
HSL298.94º94.98%46.86%-
HSV(B)298.94º97.42%91.37%-
XYZ47.0922.6778.99-
YUV98.56203.88221.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.93%
GREEN value IS 6 (2.73% from 255) = 1.28%
BLUE value IS 233 (91.41% from 255) = 49.79%
R=48.93%
G=1.28%
B=49.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal22962330.020.9700.09298.9494.9846.86
HexE56E92610912b5f2f
Octal3456351214101145313757
Binary1110010111011101001101100001010011001010111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E506E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E506E9; }

 p { color: rgb(229,6,233); }

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

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

 a { background-color: rgb(229,6,233); }

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

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

 span { border-color: rgb(229,6,233); }

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