Html Css Color HEX #E535FD Psychedelic Purple

📋 copy color: '#E535FD'

red 229 ◦ green 53 ◦ blue 253

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

Shades of Psychedelic Purple #E535FD

Tints of Psychedelic Purple #E535FD

RGB

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

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

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

R = 42.8%
G = 9.91%
B = 47.29%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E535FD (or 0xE535FD) is known color: Psychedelic Purple. HEX triplet: E5, 35 and FD. RGB value is (229,53,253). Sum of RGB (Red+Green+Blue) = 229+53+253=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 53 (21.09% from 255 or 9.91% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #E535FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E535FD is #1ACA02. Grayscale: #7F7F7F. Windows color (decimal): -1755651 or 16594405. OLE color: 16594405.

HSL color Cylindrical-coordinate representation of color #E535FD: hue angle of 292.8º 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 #E535FD is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 53 253 -
CMYK 0.09 0.79 0 0.01
HSL 292.8º 0.98% 0.6% -
HSV(B) 292.8º 0.79% 0.99% -
XYZ 51.32 26.3 95.3 -
YUV 128.42 198.31 199.74 -
System Red Green Blue C M Y K H S L
Decimal 229 53 253 0.09 0.79 0 0.01 292.8 0.98 0.6
Hex E5 35 FD 9 4F 0 1 125 62 3C
Octal 345 65 375 11 117 0 1 445 142 74
Binary 11100101 110101 11111101 1001 1001111 0 1 100100101 1100010 111100

Color Harmonies of #E535FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E535FD

Black with #E535FD

Text Example


Text Example

White with #E535FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E535FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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