#E714F8

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

Shades of Psychedelic Purple #E714F8

Tints of Psychedelic Purple #E714F8

Color information

#E714F8 (or 0xE714F8) is unknown color: approx Psychedelic Purple. HEX triplet: E7, 14 and F8. RGB value is (231,20,248). Sum of RGB (Red+Green+Blue) = 231+20+248=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 20 (8.20% from 255 or 4.01% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #E714F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E714F8 is #18EB07. Grayscale: #6C6C6C. Windows color (decimal): -1633032 or 16258279. OLE color: 16258279.

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

Color convert

RGB23120248-
CMYK0.070.9200.03
HSL295.53º94.21%52.55%-
HSV(B)295.53º91.94%97.25%-
XYZ50.1524.2790.85-
YUV109.08206.4214.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.29%
GREEN value IS 20 (8.20% from 255) = 4.01%
BLUE value IS 248 (97.27% from 255) = 49.70%
R=46.29%
G=4.01%
B=49.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal231202480.070.9200.03295.5394.2152.55
HexE714F875C031285e35
Octal3472437071340345013665
Binary11100111101001111100011110111000111001010001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E714F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E714F8; }

 p { color: rgb(231,20,248); }

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

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

 a { background-color: rgb(231,20,248); }

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

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

 span { border-color: rgb(231,20,248); }

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