Html Css Color HEX #E734FE Psychedelic Purple

📋 copy color: '#E734FE'

red 231 ◦ green 52 ◦ blue 254

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

Shades of Psychedelic Purple #E734FE

Tints of Psychedelic Purple #E734FE

RGB

 RED value IS 231 (90.63% from 255) = 43.02%

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

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

R = 43.02%
G = 9.68%
B = 47.3%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E734FE (or 0xE734FE) is known color: Psychedelic Purple. HEX triplet: E7, 34 and FE. RGB value is (231,52,254). Sum of RGB (Red+Green+Blue) = 231+52+254=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 52 (20.70% from 255 or 9.68% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #E734FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E734FE is #18CB01. Grayscale: #7F7F7F. Windows color (decimal): -1624834 or 16659687. OLE color: 16659687.

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

Color convert

RGB 231 52 254 -
CMYK 0.09 0.80 0 0.00
HSL 293.17º 0.99% 0.6% -
HSV(B) 293.17º 0.8% 1% -
XYZ 52.07 26.6 96.16 -
YUV 128.55 198.8 201.07 -
System Red Green Blue C M Y K H S L
Decimal 231 52 254 0.09 0.80 0 0.00 293.17 0.99 0.6
Hex E7 34 FE 9 50 0 0 125 63 3C
Octal 347 64 376 11 120 0 0 445 143 74
Binary 11100111 110100 11111110 1001 1010000 0 0 100100101 1100011 111100

Color Harmonies of #E734FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E734FE

Black with #E734FE

Text Example


Text Example

White with #E734FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E734FE; }

 p { color: rgb(231,52,254); }

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

background-color css

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

 a { background-color: rgb(231,52,254); }

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

border-color css

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

 span { border-color: rgb(231,52,254); }

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