Html Css Color HEX #E314FD Psychedelic Purple

📋 copy color: '#E314FD'

red 227 ◦ green 20 ◦ blue 253

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

Shades of Psychedelic Purple #E314FD

Tints of Psychedelic Purple #E314FD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4%

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

R = 45.4%
G = 4%
B = 50.6%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E314FD (or 0xE314FD) is known color: Psychedelic Purple. HEX triplet: E3, 14 and FD. RGB value is (227,20,253). Sum of RGB (Red+Green+Blue) = 227+20+253=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 20 (8.20% from 255 or 4% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #E314FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E314FD is #1CEB02. Grayscale: #6B6B6B. Windows color (decimal): -1895171 or 16585955. OLE color: 16585955.

HSL color Cylindrical-coordinate representation of color #E314FD: hue angle of 293.3º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E314FD is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 227 20 253 -
CMYK 0.10 0.92 0 0.01
HSL 293.3º 0.98% 0.54% -
HSV(B) 293.3º 0.92% 0.99% -
XYZ 49.66 23.92 94.93 -
YUV 108.46 209.58 212.55 -
System Red Green Blue C M Y K H S L
Decimal 227 20 253 0.10 0.92 0 0.01 293.3 0.98 0.54
Hex E3 14 FD A 5C 0 1 125 62 36
Octal 343 24 375 12 134 0 1 445 142 66
Binary 11100011 10100 11111101 1010 1011100 0 1 100100101 1100010 110110

Color Harmonies of #E314FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E314FD

Black with #E314FD

Text Example


Text Example

White with #E314FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E314FD; }

 p { color: rgb(227,20,253); }

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

background-color css

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

 a { background-color: rgb(227,20,253); }

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

border-color css

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

 span { border-color: rgb(227,20,253); }

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