Html Css Color HEX #E918FD Psychedelic Purple

📋 copy color: '#E918FD'

red 233 ◦ green 24 ◦ blue 253

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

Shades of Psychedelic Purple #E918FD

Tints of Psychedelic Purple #E918FD

RGB

 RED value IS 233 (91.41% from 255) = 45.69%

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

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

R = 45.69%
G = 4.71%
B = 49.61%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E918FD (or 0xE918FD) is known color: Psychedelic Purple. HEX triplet: E9, 18 and FD. RGB value is (233,24,253). Sum of RGB (Red+Green+Blue) = 233+24+253=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 24 (9.77% from 255 or 4.71% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #E918FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E918FD is #16E702. Grayscale: #6F6F6F. Windows color (decimal): -1500931 or 16586985. OLE color: 16586985.

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

Color convert

RGB 233 24 253 -
CMYK 0.08 0.91 0 0.01
HSL 294.76º 0.98% 0.54% -
HSV(B) 294.76º 0.91% 0.99% -
XYZ 51.66 25.07 95.04 -
YUV 112.6 207.24 213.88 -
System Red Green Blue C M Y K H S L
Decimal 233 24 253 0.08 0.91 0 0.01 294.76 0.98 0.54
Hex E9 18 FD 8 5B 0 1 127 62 36
Octal 351 30 375 10 133 0 1 447 142 66
Binary 11101001 11000 11111101 1000 1011011 0 1 100100111 1100010 110110

Color Harmonies of #E918FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E918FD

Black with #E918FD

Text Example


Text Example

White with #E918FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E918FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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