#E200F5

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

Shades of Psychedelic Purple #E200F5

Tints of Psychedelic Purple #E200F5

Color information

#E200F5 (or 0xE200F5) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 00 and F5. RGB value is (226,0,245). Sum of RGB (Red+Green+Blue) = 226+0+245=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 0 (0.39% from 255 or 0% from 471); Blue value is 245 (96.09% from 255 or 52.02% from 471); Max value from RGB is 245 - color contains mainly: blue. Hex color #E200F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E200F5 is #1DFF0A. Grayscale: #5E5E5E. Windows color (decimal): -1965835 or 16056546. OLE color: 16056546.

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

Color convert

RGB2260245-
CMYK0.08100.04
HSL295.35º100%48.04%-
HSV(B)295.35º100%96.08%-
XYZ47.8522.7688.26-
YUV95.5212.37221.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 245 (96.09% from 255) = 52.02%
R=47.98%
G=0%
B=52.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal22602450.08100.04295.3510048.04
HexE20F5864041276430
Octal3420365101440444714460
Binary111000100111101011000110010001001001001111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E200F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E200F5; }

 p { color: rgb(226,0,245); }

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

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

 a { background-color: rgb(226,0,245); }

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

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

 span { border-color: rgb(226,0,245); }

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