#E20BFF

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

Shades of Psychedelic Purple #E20BFF

Tints of Psychedelic Purple #E20BFF

Color information

#E20BFF (or 0xE20BFF) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 0B and FF. RGB value is (226,11,255). Sum of RGB (Red+Green+Blue) = 226+11+255=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 11 (4.69% from 255 or 2.24% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #E20BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20BFF is #1DF400. Grayscale: #666666. Windows color (decimal): -1963009 or 16714722. OLE color: 16714722.

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

Color convert

RGB22611255-
CMYK0.110.9600
HSL292.87º100%52.16%-
HSV(B)292.87º95.69%100%-
XYZ49.5323.6396.56-
YUV103.1213.73215.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.93%
GREEN value IS 11 (4.69% from 255) = 2.24%
BLUE value IS 255 (100% from 255) = 51.83%
R=45.93%
G=2.24%
B=51.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal226112550.110.9600292.8710052.16
HexE2BFFB60001256434
Octal34213377131400044514464
Binary1110001010111111111110111100000001001001011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20BFF; }

 p { color: rgb(226,11,255); }

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

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

 a { background-color: rgb(226,11,255); }

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

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

 span { border-color: rgb(226,11,255); }

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