Html Css Color HEX #E825FD Psychedelic Purple

📋 copy color: '#E825FD'

red 232 ◦ green 37 ◦ blue 253

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

Shades of Psychedelic Purple #E825FD

Tints of Psychedelic Purple #E825FD

RGB

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

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

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

R = 44.44%
G = 7.09%
B = 48.47%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E825FD (or 0xE825FD) is known color: Psychedelic Purple. HEX triplet: E8, 25 and FD. RGB value is (232,37,253). Sum of RGB (Red+Green+Blue) = 232+37+253=522 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.44% from 522); Green value is 37 (14.84% from 255 or 7.09% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #E825FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E825FD is #17DA02. Grayscale: #777777. Windows color (decimal): -1563139 or 16590312. OLE color: 16590312.

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

Color convert

RGB 232 37 253 -
CMYK 0.08 0.85 0 0.01
HSL 294.17º 0.98% 0.57% -
HSV(B) 294.17º 0.85% 0.99% -
XYZ 51.67 25.57 95.14 -
YUV 119.93 203.1 207.94 -
System Red Green Blue C M Y K H S L
Decimal 232 37 253 0.08 0.85 0 0.01 294.17 0.98 0.57
Hex E8 25 FD 8 55 0 1 126 62 39
Octal 350 45 375 10 125 0 1 446 142 71
Binary 11101000 100101 11111101 1000 1010101 0 1 100100110 1100010 111001

Color Harmonies of #E825FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E825FD

Black with #E825FD

Text Example


Text Example

White with #E825FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E825FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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