Html Css Color HEX #E918FA Psychedelic Purple

📋 copy color: '#E918FA'

red 233 ◦ green 24 ◦ blue 250

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

Shades of Psychedelic Purple #E918FA

Tints of Psychedelic Purple #E918FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 45.96%
G = 4.73%
B = 49.31%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E918FA (or 0xE918FA) is known color: Psychedelic Purple. HEX triplet: E9, 18 and FA. RGB value is (233,24,250). Sum of RGB (Red+Green+Blue) = 233+24+250=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 24 (9.77% from 255 or 4.73% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #E918FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E918FA is #16E705. Grayscale: #6F6F6F. Windows color (decimal): -1500934 or 16390377. OLE color: 16390377.

HSL color Cylindrical-coordinate representation of color #E918FA: hue angle of 295.49º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E918FA is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 24 250 -
CMYK 0.07 0.90 0 0.02
HSL 295.49º 0.96% 0.54% -
HSV(B) 295.49º 0.9% 0.98% -
XYZ 51.19 24.88 92.55 -
YUV 112.26 205.74 214.12 -
System Red Green Blue C M Y K H S L
Decimal 233 24 250 0.07 0.90 0 0.02 295.49 0.96 0.54
Hex E9 18 FA 7 5A 0 2 127 60 36
Octal 351 30 372 7 132 0 2 447 140 66
Binary 11101001 11000 11111010 111 1011010 0 10 100100111 1100000 110110

Color Harmonies of #E918FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E918FA

Black with #E918FA

Text Example


Text Example

White with #E918FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E918FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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