Html Css Color HEX #E90AFB Psychedelic Purple

📋 copy color: '#E90AFB'

red 233 ◦ green 10 ◦ blue 251

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

Shades of Psychedelic Purple #E90AFB

Tints of Psychedelic Purple #E90AFB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.02%

 BLUE value IS 251 (98.44% from 255) = 50.81%

R = 47.17%
G = 2.02%
B = 50.81%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E90AFB (or 0xE90AFB) is known color: Psychedelic Purple. HEX triplet: E9, 0A and FB. RGB value is (233,10,251). Sum of RGB (Red+Green+Blue) = 233+10+251=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 10 (4.30% from 255 or 2.02% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #E90AFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90AFB is #16F504. Grayscale: #676767. Windows color (decimal): -1504517 or 16452329. OLE color: 16452329.

HSL color Cylindrical-coordinate representation of color #E90AFB: hue angle of 295.52º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90AFB is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 10 251 -
CMYK 0.07 0.96 0 0.02
HSL 295.52º 0.97% 0.51% -
HSV(B) 295.52º 0.96% 0.98% -
XYZ 51.13 24.51 93.3 -
YUV 104.15 210.88 219.9 -
System Red Green Blue C M Y K H S L
Decimal 233 10 251 0.07 0.96 0 0.02 295.52 0.97 0.51
Hex E9 A FB 7 60 0 2 128 61 33
Octal 351 12 373 7 140 0 2 450 141 63
Binary 11101001 1010 11111011 111 1100000 0 10 100101000 1100001 110011

Color Harmonies of #E90AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90AFB

Black with #E90AFB

Text Example


Text Example

White with #E90AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90AFB; }

 p { color: rgb(233,10,251); }

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

background-color css

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

 a { background-color: rgb(233,10,251); }

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

border-color css

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

 span { border-color: rgb(233,10,251); }

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