Html Css Color HEX #E318FD Psychedelic Purple

📋 copy color: '#E318FD'

red 227 ◦ green 24 ◦ blue 253

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

Shades of Psychedelic Purple #E318FD

Tints of Psychedelic Purple #E318FD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.76%

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

R = 45.04%
G = 4.76%
B = 50.2%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E318FD (or 0xE318FD) is known color: Psychedelic Purple. HEX triplet: E3, 18 and FD. RGB value is (227,24,253). Sum of RGB (Red+Green+Blue) = 227+24+253=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 24 (9.77% from 255 or 4.76% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #E318FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E318FD is #1CE702. Grayscale: #6E6E6E. Windows color (decimal): -1894147 or 16586979. OLE color: 16586979.

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

Color convert

RGB 227 24 253 -
CMYK 0.10 0.91 0 0.01
HSL 293.19º 0.98% 0.54% -
HSV(B) 293.19º 0.91% 0.99% -
XYZ 49.73 24.08 94.95 -
YUV 110.8 208.25 210.88 -
System Red Green Blue C M Y K H S L
Decimal 227 24 253 0.10 0.91 0 0.01 293.19 0.98 0.54
Hex E3 18 FD A 5B 0 1 125 62 36
Octal 343 30 375 12 133 0 1 445 142 66
Binary 11100011 11000 11111101 1010 1011011 0 1 100100101 1100010 110110

Color Harmonies of #E318FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E318FD

Black with #E318FD

Text Example


Text Example

White with #E318FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E318FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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