Html Css Color HEX #E90DEC Psychedelic Purple

📋 copy color: '#E90DEC'

red 233 ◦ green 13 ◦ blue 236

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

Shades of Psychedelic Purple #E90DEC

Tints of Psychedelic Purple #E90DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.7%

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 48.34%
G = 2.7%
B = 48.96%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E90DEC (or 0xE90DEC) is known color: Psychedelic Purple. HEX triplet: E9, 0D and EC. RGB value is (233,13,236). Sum of RGB (Red+Green+Blue) = 233+13+236=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 13 (5.47% from 255 or 2.70% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #E90DEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90DEC is #16F213. Grayscale: #676767. Windows color (decimal): -1503764 or 15470057. OLE color: 15470057.

HSL color Cylindrical-coordinate representation of color #E90DEC: hue angle of 299.19º degrees, saturation: 0.9, 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 #E90DEC is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 233 13 236 -
CMYK 0.01 0.94 0 0.07
HSL 299.19º 0.9% 0.49% -
HSV(B) 299.19º 0.94% 0.93% -
XYZ 48.89 23.67 81.35 -
YUV 104.2 202.39 219.87 -
System Red Green Blue C M Y K H S L
Decimal 233 13 236 0.01 0.94 0 0.07 299.19 0.9 0.49
Hex E9 D EC 1 5E 0 7 12B 5A 31
Octal 351 15 354 1 136 0 7 453 132 61
Binary 11101001 1101 11101100 1 1011110 0 111 100101011 1011010 110001

Color Harmonies of #E90DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90DEC

Black with #E90DEC

Text Example


Text Example

White with #E90DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90DEC; }

 p { color: rgb(233,13,236); }

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

background-color css

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

 a { background-color: rgb(233,13,236); }

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

border-color css

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

 span { border-color: rgb(233,13,236); }

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