Html Css Color HEX #E535FE Psychedelic Purple

📋 copy color: '#E535FE'

red 229 ◦ green 53 ◦ blue 254

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

Shades of Psychedelic Purple #E535FE

Tints of Psychedelic Purple #E535FE

RGB

 RED value IS 229 (89.84% from 255) = 42.72%

 GREEN value IS 53 (21.09% from 255) = 9.89%

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

R = 42.72%
G = 9.89%
B = 47.39%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E535FE (or 0xE535FE) is known color: Psychedelic Purple. HEX triplet: E5, 35 and FE. RGB value is (229,53,254). Sum of RGB (Red+Green+Blue) = 229+53+254=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 53 (21.09% from 255 or 9.89% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #E535FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E535FE is #1ACA01. Grayscale: #7F7F7F. Windows color (decimal): -1755650 or 16659941. OLE color: 16659941.

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

Color convert

RGB 229 53 254 -
CMYK 0.10 0.79 0 0.00
HSL 292.54º 0.99% 0.6% -
HSV(B) 292.54º 0.79% 1% -
XYZ 51.48 26.36 96.14 -
YUV 128.54 198.81 199.66 -
System Red Green Blue C M Y K H S L
Decimal 229 53 254 0.10 0.79 0 0.00 292.54 0.99 0.6
Hex E5 35 FE A 4F 0 0 125 63 3C
Octal 345 65 376 12 117 0 0 445 143 74
Binary 11100101 110101 11111110 1010 1001111 0 0 100100101 1100011 111100

Color Harmonies of #E535FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E535FE

Black with #E535FE

Text Example


Text Example

White with #E535FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E535FE; }

 p { color: rgb(229,53,254); }

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

background-color css

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

 a { background-color: rgb(229,53,254); }

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

border-color css

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

 span { border-color: rgb(229,53,254); }

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