Html Css Color HEX #E313FD Psychedelic Purple

📋 copy color: '#E313FD'

red 227 ◦ green 19 ◦ blue 253

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

Shades of Psychedelic Purple #E313FD

Tints of Psychedelic Purple #E313FD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.81%

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

R = 45.49%
G = 3.81%
B = 50.7%

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

#E313FD (or 0xE313FD) is known color: Psychedelic Purple. HEX triplet: E3, 13 and FD. RGB value is (227,19,253). Sum of RGB (Red+Green+Blue) = 227+19+253=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 19 (7.81% from 255 or 3.81% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #E313FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E313FD is #1CEC02. Grayscale: #6B6B6B. Windows color (decimal): -1895427 or 16585699. OLE color: 16585699.

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

Color convert

RGB 227 19 253 -
CMYK 0.10 0.92 0 0.01
HSL 293.33º 0.98% 0.53% -
HSV(B) 293.33º 0.92% 0.99% -
XYZ 49.64 23.89 94.92 -
YUV 107.87 209.91 212.97 -
System Red Green Blue C M Y K H S L
Decimal 227 19 253 0.10 0.92 0 0.01 293.33 0.98 0.53
Hex E3 13 FD A 5C 0 1 125 62 35
Octal 343 23 375 12 134 0 1 445 142 65
Binary 11100011 10011 11111101 1010 1011100 0 1 100100101 1100010 110101

Color Harmonies of #E313FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E313FD

Black with #E313FD

Text Example


Text Example

White with #E313FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E313FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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