Html Css Color HEX #E825FA Psychedelic Purple

📋 copy color: '#E825FA'

red 232 ◦ green 37 ◦ blue 250

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

Shades of Psychedelic Purple #E825FA

Tints of Psychedelic Purple #E825FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.17%

R = 44.7%
G = 7.13%
B = 48.17%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E825FA (or 0xE825FA) is known color: Psychedelic Purple. HEX triplet: E8, 25 and FA. RGB value is (232,37,250). Sum of RGB (Red+Green+Blue) = 232+37+250=519 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.70% from 519); Green value is 37 (14.84% from 255 or 7.13% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #E825FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E825FA is #17DA05. Grayscale: #767676. Windows color (decimal): -1563142 or 16393704. OLE color: 16393704.

HSL color Cylindrical-coordinate representation of color #E825FA: hue angle of 294.93º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E825FA is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 232 37 250 -
CMYK 0.07 0.85 0 0.02
HSL 294.93º 0.96% 0.56% -
HSV(B) 294.93º 0.85% 0.98% -
XYZ 51.2 25.38 92.64 -
YUV 119.59 201.6 208.18 -
System Red Green Blue C M Y K H S L
Decimal 232 37 250 0.07 0.85 0 0.02 294.93 0.96 0.56
Hex E8 25 FA 7 55 0 2 127 60 38
Octal 350 45 372 7 125 0 2 447 140 70
Binary 11101000 100101 11111010 111 1010101 0 10 100100111 1100000 111000

Color Harmonies of #E825FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E825FA

Black with #E825FA

Text Example


Text Example

White with #E825FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E825FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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