Html Css Color HEX #E800FD Psychedelic Purple

📋 copy color: '#E800FD'

red 232 ◦ green 0 ◦ blue 253

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

Shades of Psychedelic Purple #E800FD

Tints of Psychedelic Purple #E800FD

RGB

 RED value IS 232 (91.02% from 255) = 47.84%

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

 BLUE value IS 253 (99.22% from 255) = 52.16%

R = 47.84%
G = 0%
B = 52.16%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E800FD (or 0xE800FD) is known color: Psychedelic Purple. HEX triplet: E8, 00 and FD. RGB value is (232,0,253). Sum of RGB (Red+Green+Blue) = 232+0+253=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 0 (0.39% from 255 or 0% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #E800FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E800FD is #17FF02. Grayscale: #616161. Windows color (decimal): -1572611 or 16580840. OLE color: 16580840.

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

Color convert

RGB 232 0 253 -
CMYK 0.08 1 0 0.01
HSL 295.02º 1% 0.5% -
HSV(B) 295.02º 1% 0.99% -
XYZ 51.01 24.25 94.92 -
YUV 98.21 215.36 223.43 -
System Red Green Blue C M Y K H S L
Decimal 232 0 253 0.08 1 0 0.01 295.02 1 0.5
Hex E8 0 FD 8 64 0 1 127 64 32
Octal 350 0 375 10 144 0 1 447 144 62
Binary 11101000 0 11111101 1000 1100100 0 1 100100111 1100100 110010

Color Harmonies of #E800FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E800FD

Black with #E800FD

Text Example


Text Example

White with #E800FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E800FD; }

 p { color: rgb(232,0,253); }

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

background-color css

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

 a { background-color: rgb(232,0,253); }

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

border-color css

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

 span { border-color: rgb(232,0,253); }

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