Html Css Color HEX #E735FD Psychedelic Purple

📋 copy color: '#E735FD'

red 231 ◦ green 53 ◦ blue 253

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

Shades of Psychedelic Purple #E735FD

Tints of Psychedelic Purple #E735FD

RGB

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

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

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

R = 43.02%
G = 9.87%
B = 47.11%

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

#E735FD (or 0xE735FD) is known color: Psychedelic Purple. HEX triplet: E7, 35 and FD. RGB value is (231,53,253). Sum of RGB (Red+Green+Blue) = 231+53+253=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 53 (21.09% from 255 or 9.87% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #E735FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E735FD is #18CA02. Grayscale: #808080. Windows color (decimal): -1624579 or 16594407. OLE color: 16594407.

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

Color convert

RGB 231 53 253 -
CMYK 0.09 0.79 0 0.01
HSL 293.4º 0.98% 0.6% -
HSV(B) 293.4º 0.79% 0.99% -
XYZ 51.96 26.63 95.33 -
YUV 129.02 197.97 200.74 -
System Red Green Blue C M Y K H S L
Decimal 231 53 253 0.09 0.79 0 0.01 293.4 0.98 0.6
Hex E7 35 FD 9 4F 0 1 125 62 3C
Octal 347 65 375 11 117 0 1 445 142 74
Binary 11100111 110101 11111101 1001 1001111 0 1 100100101 1100010 111100

Color Harmonies of #E735FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E735FD

Black with #E735FD

Text Example


Text Example

White with #E735FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E735FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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