Html Css Color HEX #E90BFF Psychedelic Purple

📋 copy color: '#E90BFF'

red 233 ◦ green 11 ◦ blue 255

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

Shades of Psychedelic Purple #E90BFF

Tints of Psychedelic Purple #E90BFF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.2%

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

R = 46.69%
G = 2.2%
B = 51.1%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E90BFF (or 0xE90BFF) is known color: Psychedelic Purple. HEX triplet: E9, 0B and FF. RGB value is (233,11,255). Sum of RGB (Red+Green+Blue) = 233+11+255=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 11 (4.69% from 255 or 2.20% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #E90BFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90BFF is #16F400. Grayscale: #686868. Windows color (decimal): -1504257 or 16714729. OLE color: 16714729.

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

Color convert

RGB 233 11 255 -
CMYK 0.09 0.96 0 0
HSL 294.59º 1% 0.52% -
HSV(B) 294.59º 0.96% 1% -
XYZ 51.77 24.78 96.66 -
YUV 105.19 212.55 219.16 -
System Red Green Blue C M Y K H S L
Decimal 233 11 255 0.09 0.96 0 0 294.59 1 0.52
Hex E9 B FF 9 60 0 0 127 64 34
Octal 351 13 377 11 140 0 0 447 144 64
Binary 11101001 1011 11111111 1001 1100000 0 0 100100111 1100100 110100

Color Harmonies of #E90BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90BFF

Black with #E90BFF

Text Example


Text Example

White with #E90BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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