Html Css Color HEX #E90EFE Psychedelic Purple

📋 copy color: '#E90EFE'

red 233 ◦ green 14 ◦ blue 254

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

Shades of Psychedelic Purple #E90EFE

Tints of Psychedelic Purple #E90EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.79%

 BLUE value IS 254 (99.61% from 255) = 50.7%

R = 46.51%
G = 2.79%
B = 50.7%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E90EFE (or 0xE90EFE) is known color: Psychedelic Purple. HEX triplet: E9, 0E and FE. RGB value is (233,14,254). Sum of RGB (Red+Green+Blue) = 233+14+254=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 14 (5.86% from 255 or 2.79% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #E90EFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90EFE is #16F101. Grayscale: #6A6A6A. Windows color (decimal): -1503490 or 16649961. OLE color: 16649961.

HSL color Cylindrical-coordinate representation of color #E90EFE: hue angle of 294.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90EFE is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 233 14 254 -
CMYK 0.08 0.94 0 0.00
HSL 294.75º 0.99% 0.53% -
HSV(B) 294.75º 0.94% 1% -
XYZ 51.65 24.79 95.83 -
YUV 106.84 211.05 217.99 -
System Red Green Blue C M Y K H S L
Decimal 233 14 254 0.08 0.94 0 0.00 294.75 0.99 0.53
Hex E9 E FE 8 5E 0 0 127 63 35
Octal 351 16 376 10 136 0 0 447 143 65
Binary 11101001 1110 11111110 1000 1011110 0 0 100100111 1100011 110101

Color Harmonies of #E90EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90EFE

Black with #E90EFE

Text Example


Text Example

White with #E90EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90EFE; }

 p { color: rgb(233,14,254); }

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

background-color css

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

 a { background-color: rgb(233,14,254); }

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

border-color css

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

 span { border-color: rgb(233,14,254); }

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