#E427F6

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

Shades of Psychedelic Purple #E427F6

Tints of Psychedelic Purple #E427F6

Color information

#E427F6 (or 0xE427F6) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 27 and F6. RGB value is (228,39,246). Sum of RGB (Red+Green+Blue) = 228+39+246=513 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.44% from 513); Green value is 39 (15.62% from 255 or 7.60% from 513); Blue value is 246 (96.48% from 255 or 47.95% from 513); Max value from RGB is 246 - color contains mainly: blue. Hex color #E427F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E427F6 is #1BD809. Grayscale: #767676. Windows color (decimal): -1824778 or 16132068. OLE color: 16132068.

HSL color Cylindrical-coordinate representation of color #E427F6: hue angle of 294.78º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E427F6 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22839246-
CMYK0.070.8400.04
HSL294.78º92%55.88%-
HSV(B)294.78º84.15%96.47%-
XYZ49.3524.689.34-
YUV119.11199.62205.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.44%
GREEN value IS 39 (15.62% from 255) = 7.60%
BLUE value IS 246 (96.48% from 255) = 47.95%
R=44.44%
G=7.60%
B=47.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal228392460.070.8400.04294.789255.88
HexE427F6754041275c38
Octal3444736671240444713470
Binary1110010010011111110110111101010001001001001111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E427F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E427F6; }

 p { color: rgb(228,39,246); }

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

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

 a { background-color: rgb(228,39,246); }

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

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

 span { border-color: rgb(228,39,246); }

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