Html Css Color HEX #E200FF Psychedelic Purple

📋 copy color: '#E200FF'

red 226 ◦ green 0 ◦ blue 255

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

Shades of Psychedelic Purple #E200FF

Tints of Psychedelic Purple #E200FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.01%

R = 46.99%
G = 0%
B = 53.01%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E200FF (or 0xE200FF) is known color: Psychedelic Purple. HEX triplet: E2, 00 and FF. RGB value is (226,0,255). Sum of RGB (Red+Green+Blue) = 226+0+255=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 0 (0.39% from 255 or 0% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #E200FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E200FF is #1DFF00. Grayscale: #5F5F5F. Windows color (decimal): -1965825 or 16711906. OLE color: 16711906.

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

Color convert

RGB 226 0 255 -
CMYK 0.11 1 0 0
HSL 293.18º 1% 0.5% -
HSV(B) 293.18º 1% 1% -
XYZ 49.41 23.39 96.52 -
YUV 96.64 217.37 220.27 -
System Red Green Blue C M Y K H S L
Decimal 226 0 255 0.11 1 0 0 293.18 1 0.5
Hex E2 0 FF B 64 0 0 125 64 32
Octal 342 0 377 13 144 0 0 445 144 62
Binary 11100010 0 11111111 1011 1100100 0 0 100100101 1100100 110010

Color Harmonies of #E200FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E200FF

Black with #E200FF

Text Example


Text Example

White with #E200FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E200FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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