Html Css Color HEX #E734FA Psychedelic Purple

📋 copy color: '#E734FA'

red 231 ◦ green 52 ◦ blue 250

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

Shades of Psychedelic Purple #E734FA

Tints of Psychedelic Purple #E734FA

RGB

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

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

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

R = 43.34%
G = 9.76%
B = 46.9%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E734FA (or 0xE734FA) is known color: Psychedelic Purple. HEX triplet: E7, 34 and FA. RGB value is (231,52,250). Sum of RGB (Red+Green+Blue) = 231+52+250=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 52 (20.70% from 255 or 9.76% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #E734FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E734FA is #18CB05. Grayscale: #7F7F7F. Windows color (decimal): -1624838 or 16397543. OLE color: 16397543.

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

Color convert

RGB 231 52 250 -
CMYK 0.08 0.79 0 0.02
HSL 294.24º 0.95% 0.59% -
HSV(B) 294.24º 0.79% 0.98% -
XYZ 51.44 26.35 92.82 -
YUV 128.09 196.8 201.4 -
System Red Green Blue C M Y K H S L
Decimal 231 52 250 0.08 0.79 0 0.02 294.24 0.95 0.59
Hex E7 34 FA 8 4F 0 2 126 5F 3B
Octal 347 64 372 10 117 0 2 446 137 73
Binary 11100111 110100 11111010 1000 1001111 0 10 100100110 1011111 111011

Color Harmonies of #E734FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E734FA

Black with #E734FA

Text Example


Text Example

White with #E734FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E734FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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