Html Css Color HEX #E90DFF Psychedelic Purple

📋 copy color: '#E90DFF'

red 233 ◦ green 13 ◦ blue 255

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

Shades of Psychedelic Purple #E90DFF

Tints of Psychedelic Purple #E90DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.9%

R = 46.51%
G = 2.59%
B = 50.9%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E90DFF (or 0xE90DFF) is known color: Psychedelic Purple. HEX triplet: E9, 0D and FF. RGB value is (233,13,255). Sum of RGB (Red+Green+Blue) = 233+13+255=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 13 (5.47% from 255 or 2.59% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #E90DFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90DFF is #16F200. Grayscale: #696969. Windows color (decimal): -1503745 or 16715241. OLE color: 16715241.

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

Color convert

RGB 233 13 255 -
CMYK 0.09 0.95 0 0
HSL 294.55º 1% 0.53% -
HSV(B) 294.55º 0.95% 1% -
XYZ 51.8 24.83 96.67 -
YUV 106.37 211.89 218.32 -
System Red Green Blue C M Y K H S L
Decimal 233 13 255 0.09 0.95 0 0 294.55 1 0.53
Hex E9 D FF 9 5F 0 0 127 64 35
Octal 351 15 377 11 137 0 0 447 144 65
Binary 11101001 1101 11111111 1001 1011111 0 0 100100111 1100100 110101

Color Harmonies of #E90DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90DFF

Black with #E90DFF

Text Example


Text Example

White with #E90DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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