#E424F0

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

Shades of Psychedelic Purple #E424F0

Tints of Psychedelic Purple #E424F0

Color information

#E424F0 (or 0xE424F0) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 24 and F0. RGB value is (228,36,240). Sum of RGB (Red+Green+Blue) = 228+36+240=504 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.24% from 504); Green value is 36 (14.45% from 255 or 7.14% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #E424F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E424F0 is #1BDB0F. Grayscale: #747474. Windows color (decimal): -1825552 or 15738084. OLE color: 15738084.

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

Color convert

RGB22836240-
CMYK0.050.8500.06
HSL296.47º87.18%54.12%-
HSV(B)296.47º85%94.12%-
XYZ48.3524.0584.53-
YUV116.66197.61207.41-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.24%
GREEN value IS 36 (14.45% from 255) = 7.14%
BLUE value IS 240 (94.14% from 255) = 47.62%
R=45.24%
G=7.14%
B=47.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal228362400.050.8500.06296.4787.1854.12
HexE424F0555061285736
Octal3444436051250645012766
Binary1110010010010011110000101101010101101001010001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E424F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E424F0; }

 p { color: rgb(228,36,240); }

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

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

 a { background-color: rgb(228,36,240); }

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

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

 span { border-color: rgb(228,36,240); }

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