#E01CF3

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

Shades of Psychedelic Purple #E01CF3

Tints of Psychedelic Purple #E01CF3

Color information

#E01CF3 (or 0xE01CF3) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 1C and F3. RGB value is (224,28,243). Sum of RGB (Red+Green+Blue) = 224+28+243=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 28 (11.33% from 255 or 5.66% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #E01CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01CF3 is #1FE30C. Grayscale: #6E6E6E. Windows color (decimal): -2089741 or 15932640. OLE color: 15932640.

HSL color Cylindrical-coordinate representation of color #E01CF3: hue angle of 294.7º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CF3 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22428243-
CMYK0.080.8800.05
HSL294.7º89.96%53.14%-
HSV(B)294.7º88.48%95.29%-
XYZ47.3323.1586.77-
YUV111.11202.43208.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.25%
GREEN value IS 28 (11.33% from 255) = 5.66%
BLUE value IS 243 (95.31% from 255) = 49.09%
R=45.25%
G=5.66%
B=49.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal224282430.080.8800.05294.789.9653.14
HexE01CF3858051275a35
Octal34034363101300544713265
Binary1110000011100111100111000101100001011001001111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01CF3; }

 p { color: rgb(224,28,243); }

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

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

 a { background-color: rgb(224,28,243); }

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

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

 span { border-color: rgb(224,28,243); }

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