Html Css Color HEX #E825FE Psychedelic Purple

📋 copy color: '#E825FE'

red 232 ◦ green 37 ◦ blue 254

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

Shades of Psychedelic Purple #E825FE

Tints of Psychedelic Purple #E825FE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.07%

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 44.36%
G = 7.07%
B = 48.57%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E825FE (or 0xE825FE) is known color: Psychedelic Purple. HEX triplet: E8, 25 and FE. RGB value is (232,37,254). Sum of RGB (Red+Green+Blue) = 232+37+254=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 37 (14.84% from 255 or 7.07% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #E825FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E825FE is #17DA01. Grayscale: #777777. Windows color (decimal): -1563138 or 16655848. OLE color: 16655848.

HSL color Cylindrical-coordinate representation of color #E825FE: hue angle of 293.92º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E825FE is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 232 37 254 -
CMYK 0.09 0.85 0 0.00
HSL 293.92º 0.99% 0.57% -
HSV(B) 293.92º 0.85% 1% -
XYZ 51.83 25.63 95.98 -
YUV 120.04 203.6 207.86 -
System Red Green Blue C M Y K H S L
Decimal 232 37 254 0.09 0.85 0 0.00 293.92 0.99 0.57
Hex E8 25 FE 9 55 0 0 126 63 39
Octal 350 45 376 11 125 0 0 446 143 71
Binary 11101000 100101 11111110 1001 1010101 0 0 100100110 1100011 111001

Color Harmonies of #E825FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E825FE

Black with #E825FE

Text Example


Text Example

White with #E825FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E825FE; }

 p { color: rgb(232,37,254); }

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

background-color css

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

 a { background-color: rgb(232,37,254); }

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

border-color css

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

 span { border-color: rgb(232,37,254); }

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