Html Css Color HEX #E827F8 Psychedelic Purple

📋 copy color: '#E827F8'

red 232 ◦ green 39 ◦ blue 248

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

Shades of Psychedelic Purple #E827F8

Tints of Psychedelic Purple #E827F8

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.51%

 BLUE value IS 248 (97.27% from 255) = 47.78%

R = 44.7%
G = 7.51%
B = 47.78%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E827F8 (or 0xE827F8) is known color: Psychedelic Purple. HEX triplet: E8, 27 and F8. RGB value is (232,39,248). Sum of RGB (Red+Green+Blue) = 232+39+248=519 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.70% from 519); Green value is 39 (15.62% from 255 or 7.51% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #E827F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E827F8 is #17D807. Grayscale: #777777. Windows color (decimal): -1562632 or 16263144. OLE color: 16263144.

HSL color Cylindrical-coordinate representation of color #E827F8: hue angle of 295.41º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E827F8 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 232 39 248 -
CMYK 0.06 0.84 0 0.03
HSL 295.41º 0.94% 0.56% -
HSV(B) 295.41º 0.84% 0.97% -
XYZ 50.95 25.38 91.02 -
YUV 120.53 199.94 207.51 -
System Red Green Blue C M Y K H S L
Decimal 232 39 248 0.06 0.84 0 0.03 295.41 0.94 0.56
Hex E8 27 F8 6 54 0 3 127 5E 38
Octal 350 47 370 6 124 0 3 447 136 70
Binary 11101000 100111 11111000 110 1010100 0 11 100100111 1011110 111000

Color Harmonies of #E827F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E827F8

Black with #E827F8

Text Example


Text Example

White with #E827F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E827F8; }

 p { color: rgb(232,39,248); }

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

background-color css

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

 a { background-color: rgb(232,39,248); }

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

border-color css

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

 span { border-color: rgb(232,39,248); }

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