Html Css Color HEX #E90EED Psychedelic Purple

📋 copy color: '#E90EED'

red 233 ◦ green 14 ◦ blue 237

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

Shades of Psychedelic Purple #E90EED

Tints of Psychedelic Purple #E90EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.97%

R = 48.14%
G = 2.89%
B = 48.97%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E90EED (or 0xE90EED) is known color: Psychedelic Purple. HEX triplet: E9, 0E and ED. RGB value is (233,14,237). Sum of RGB (Red+Green+Blue) = 233+14+237=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 14 (5.86% from 255 or 2.89% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #E90EED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90EED is #16F112. Grayscale: #686868. Windows color (decimal): -1503507 or 15535849. OLE color: 15535849.

HSL color Cylindrical-coordinate representation of color #E90EED: hue angle of 298.92º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90EED is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 233 14 237 -
CMYK 0.02 0.94 0 0.07
HSL 298.92º 0.89% 0.49% -
HSV(B) 298.92º 0.94% 0.93% -
XYZ 49.05 23.75 82.12 -
YUV 104.9 202.55 219.37 -
System Red Green Blue C M Y K H S L
Decimal 233 14 237 0.02 0.94 0 0.07 298.92 0.89 0.49
Hex E9 E ED 2 5E 0 7 12B 59 31
Octal 351 16 355 2 136 0 7 453 131 61
Binary 11101001 1110 11101101 10 1011110 0 111 100101011 1011001 110001

Color Harmonies of #E90EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90EED

Black with #E90EED

Text Example


Text Example

White with #E90EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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