Html Css Color HEX #E834FD Psychedelic Purple

📋 copy color: '#E834FD'

red 232 ◦ green 52 ◦ blue 253

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

Shades of Psychedelic Purple #E834FD

Tints of Psychedelic Purple #E834FD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.68%

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

R = 43.2%
G = 9.68%
B = 47.11%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E834FD (or 0xE834FD) is known color: Psychedelic Purple. HEX triplet: E8, 34 and FD. RGB value is (232,52,253). Sum of RGB (Red+Green+Blue) = 232+52+253=537 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.20% from 537); Green value is 52 (20.70% from 255 or 9.68% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #E834FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E834FD is #17CB02. Grayscale: #808080. Windows color (decimal): -1559299 or 16594152. OLE color: 16594152.

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

Color convert

RGB 232 52 253 -
CMYK 0.08 0.79 0 0.01
HSL 293.73º 0.98% 0.6% -
HSV(B) 293.73º 0.79% 0.99% -
XYZ 52.24 26.7 95.33 -
YUV 128.73 198.13 201.66 -
System Red Green Blue C M Y K H S L
Decimal 232 52 253 0.08 0.79 0 0.01 293.73 0.98 0.6
Hex E8 34 FD 8 4F 0 1 126 62 3C
Octal 350 64 375 10 117 0 1 446 142 74
Binary 11101000 110100 11111101 1000 1001111 0 1 100100110 1100010 111100

Color Harmonies of #E834FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E834FD

Black with #E834FD

Text Example


Text Example

White with #E834FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E834FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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