#E407EA

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

Shades of Psychedelic Purple #E407EA

Tints of Psychedelic Purple #E407EA

Color information

#E407EA (or 0xE407EA) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 07 and EA. RGB value is (228,7,234). Sum of RGB (Red+Green+Blue) = 228+7+234=469 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.61% from 469); Green value is 7 (3.12% from 255 or 1.49% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #E407EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E407EA is #1BF815. Grayscale: #626262. Windows color (decimal): -1832982 or 15337444. OLE color: 15337444.

HSL color Cylindrical-coordinate representation of color #E407EA: hue angle of 298.41º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E407EA is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2287234-
CMYK0.030.9700.08
HSL298.41º94.19%47.25%-
HSV(B)298.41º97.01%91.76%-
XYZ46.9222.5979.73-
YUV98.96204.22220.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.61%
GREEN value IS 7 (3.12% from 255) = 1.49%
BLUE value IS 234 (91.80% from 255) = 49.89%
R=48.61%
G=1.49%
B=49.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal22872340.030.9700.08298.4194.1947.25
HexE47EA3610812a5e2f
Octal3447352314101045213657
Binary1110010011111101010111100001010001001010101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E407EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E407EA; }

 p { color: rgb(228,7,234); }

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

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

 a { background-color: rgb(228,7,234); }

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

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

 span { border-color: rgb(228,7,234); }

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