#E01CFF

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

Shades of Psychedelic Purple #E01CFF

Tints of Psychedelic Purple #E01CFF

Color information

#E01CFF (or 0xE01CFF) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 1C and FF. RGB value is (224,28,255). Sum of RGB (Red+Green+Blue) = 224+28+255=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 28 (11.33% from 255 or 5.52% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #E01CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01CFF is #1FE300. Grayscale: #6F6F6F. Windows color (decimal): -2089729 or 16719072. OLE color: 16719072.

HSL color Cylindrical-coordinate representation of color #E01CFF: hue angle of 291.81º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01CFF is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22428255-
CMYK0.120.8900
HSL291.81º100%55.49%-
HSV(B)291.81º89.02%100%-
XYZ49.2123.996.63-
YUV112.48208.43207.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.18%
GREEN value IS 28 (11.33% from 255) = 5.52%
BLUE value IS 255 (100% from 255) = 50.30%
R=44.18%
G=5.52%
B=50.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal224282550.120.8900291.8110055.49
HexE01CFFC59001246437
Octal34034377141310044414467
Binary11100000111001111111111001011001001001001001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01CFF; }

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

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

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

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

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

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

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

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