Html Css Color HEX #E90DEB Psychedelic Purple

📋 copy color: '#E90DEB'

red 233 ◦ green 13 ◦ blue 235

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

Shades of Psychedelic Purple #E90DEB

Tints of Psychedelic Purple #E90DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 48.44%
G = 2.7%
B = 48.86%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E90DEB (or 0xE90DEB) is known color: Psychedelic Purple. HEX triplet: E9, 0D and EB. RGB value is (233,13,235). Sum of RGB (Red+Green+Blue) = 233+13+235=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 13 (5.47% from 255 or 2.70% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #E90DEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90DEB is #16F214. Grayscale: #676767. Windows color (decimal): -1503765 or 15404521. OLE color: 15404521.

HSL color Cylindrical-coordinate representation of color #E90DEB: hue angle of 299.46º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90DEB is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 233 13 235 -
CMYK 0.01 0.94 0 0.08
HSL 299.46º 0.9% 0.49% -
HSV(B) 299.46º 0.94% 0.92% -
XYZ 48.74 23.61 80.59 -
YUV 104.09 201.89 219.95 -
System Red Green Blue C M Y K H S L
Decimal 233 13 235 0.01 0.94 0 0.08 299.46 0.9 0.49
Hex E9 D EB 1 5E 0 8 12B 5A 31
Octal 351 15 353 1 136 0 10 453 132 61
Binary 11101001 1101 11101011 1 1011110 0 1000 100101011 1011010 110001

Color Harmonies of #E90DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90DEB

Black with #E90DEB

Text Example


Text Example

White with #E90DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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