Html Css Color HEX #E636FD Psychedelic Purple

📋 copy color: '#E636FD'

red 230 ◦ green 54 ◦ blue 253

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

Shades of Psychedelic Purple #E636FD

Tints of Psychedelic Purple #E636FD

RGB

 RED value IS 230 (90.23% from 255) = 42.83%

 GREEN value IS 54 (21.48% from 255) = 10.06%

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

R = 42.83%
G = 10.06%
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

#E636FD (or 0xE636FD) is known color: Psychedelic Purple. HEX triplet: E6, 36 and FD. RGB value is (230,54,253). Sum of RGB (Red+Green+Blue) = 230+54+253=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 54 (21.48% from 255 or 10.06% 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 #E636FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E636FD is #19C902. Grayscale: #808080. Windows color (decimal): -1689859 or 16594662. OLE color: 16594662.

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

Color convert

RGB 230 54 253 -
CMYK 0.09 0.79 0 0.01
HSL 293.07º 0.98% 0.6% -
HSV(B) 293.07º 0.79% 0.99% -
XYZ 51.68 26.55 95.33 -
YUV 129.31 197.81 199.82 -
System Red Green Blue C M Y K H S L
Decimal 230 54 253 0.09 0.79 0 0.01 293.07 0.98 0.6
Hex E6 36 FD 9 4F 0 1 125 62 3C
Octal 346 66 375 11 117 0 1 445 142 74
Binary 11100110 110110 11111101 1001 1001111 0 1 100100101 1100010 111100

Color Harmonies of #E636FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E636FD

Black with #E636FD

Text Example


Text Example

White with #E636FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E636FD; }

 p { color: rgb(230,54,253); }

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

background-color css

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

 a { background-color: rgb(230,54,253); }

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

border-color css

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

 span { border-color: rgb(230,54,253); }

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