Html Css Color HEX #E200F9 Psychedelic Purple

📋 copy color: '#E200F9'

red 226 ◦ green 0 ◦ blue 249

#E200F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E200F9

Tints of Psychedelic Purple #E200F9

RGB

 RED value IS 226 (88.67% from 255) = 47.58%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 249 (97.66% from 255) = 52.42%

R = 47.58%
G = 0%
B = 52.42%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E200F9 (or 0xE200F9) is known color: Psychedelic Purple. HEX triplet: E2, 00 and F9. RGB value is (226,0,249). Sum of RGB (Red+Green+Blue) = 226+0+249=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 0 (0.39% from 255 or 0% from 475); Blue value is 249 (97.66% from 255 or 52.42% from 475); Max value from RGB is 249 - color contains mainly: blue. Hex color #E200F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E200F9 is #1DFF06. Grayscale: #5F5F5F. Windows color (decimal): -1965831 or 16318690. OLE color: 16318690.

HSL color Cylindrical-coordinate representation of color #E200F9: hue angle of 294.46º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E200F9 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 0 249 -
CMYK 0.09 1 0 0.02
HSL 294.46º 1% 0.49% -
HSV(B) 294.46º 1% 0.98% -
XYZ 48.46 23.01 91.51 -
YUV 95.96 214.37 220.75 -
System Red Green Blue C M Y K H S L
Decimal 226 0 249 0.09 1 0 0.02 294.46 1 0.49
Hex E2 0 F9 9 64 0 2 126 64 31
Octal 342 0 371 11 144 0 2 446 144 61
Binary 11100010 0 11111001 1001 1100100 0 10 100100110 1100100 110001

Color Harmonies of #E200F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E200F9

Black with #E200F9

Text Example


Text Example

White with #E200F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E200F9; }

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

 H1.HeaderClassName
 {
   color: #E200F9;
 }
 .AnyTagClassName
 {
   color: #E200F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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