Html Css Color HEX #E334FE Psychedelic Purple

📋 copy color: '#E334FE'

red 227 ◦ green 52 ◦ blue 254

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

Shades of Psychedelic Purple #E334FE

Tints of Psychedelic Purple #E334FE

RGB

 RED value IS 227 (89.06% from 255) = 42.59%

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

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

R = 42.59%
G = 9.76%
B = 47.65%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E334FE (or 0xE334FE) is known color: Psychedelic Purple. HEX triplet: E3, 34 and FE. RGB value is (227,52,254). Sum of RGB (Red+Green+Blue) = 227+52+254=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 52 (20.70% from 255 or 9.76% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #E334FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E334FE is #1CCB01. Grayscale: #7E7E7E. Windows color (decimal): -1886978 or 16659683. OLE color: 16659683.

HSL color Cylindrical-coordinate representation of color #E334FE: hue angle of 291.98º 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 #E334FE is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 227 52 254 -
CMYK 0.11 0.80 0 0.00
HSL 291.98º 0.99% 0.6% -
HSV(B) 291.98º 0.8% 1% -
XYZ 50.8 25.94 96.1 -
YUV 127.35 199.48 199.07 -
System Red Green Blue C M Y K H S L
Decimal 227 52 254 0.11 0.80 0 0.00 291.98 0.99 0.6
Hex E3 34 FE B 50 0 0 124 63 3C
Octal 343 64 376 13 120 0 0 444 143 74
Binary 11100011 110100 11111110 1011 1010000 0 0 100100100 1100011 111100

Color Harmonies of #E334FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E334FE

Black with #E334FE

Text Example


Text Example

White with #E334FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E334FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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