#E418F8

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

Shades of Psychedelic Purple #E418F8

Tints of Psychedelic Purple #E418F8

Color information

#E418F8 (or 0xE418F8) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 18 and F8. RGB value is (228,24,248). Sum of RGB (Red+Green+Blue) = 228+24+248=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 24 (9.77% from 255 or 4.8% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #E418F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E418F8 is #1BE707. Grayscale: #6D6D6D. Windows color (decimal): -1828616 or 16259300. OLE color: 16259300.

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

Color convert

RGB22824248-
CMYK0.080.9000.03
HSL294.64º94.12%53.33%-
HSV(B)294.64º90.32%97.25%-
XYZ49.2623.9290.83-
YUV110.53205.59211.79-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.6%
GREEN value IS 24 (9.77% from 255) = 4.8%
BLUE value IS 248 (97.27% from 255) = 49.6%
R=45.6%
G=4.8%
B=49.6%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal228242480.080.9000.03294.6494.1253.33
HexE418F885A031275e35
Octal34430370101320344713665
Binary111001001100011111000100010110100111001001111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E418F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E418F8; }

 p { color: rgb(228,24,248); }

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

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

 a { background-color: rgb(228,24,248); }

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

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

 span { border-color: rgb(228,24,248); }

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