Html Css Color HEX #E911FA Psychedelic Purple

📋 copy color: '#E911FA'

red 233 ◦ green 17 ◦ blue 250

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

Shades of Psychedelic Purple #E911FA

Tints of Psychedelic Purple #E911FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.4%

 BLUE value IS 250 (98.05% from 255) = 50%

R = 46.6%
G = 3.4%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E911FA (or 0xE911FA) is known color: Psychedelic Purple. HEX triplet: E9, 11 and FA. RGB value is (233,17,250). Sum of RGB (Red+Green+Blue) = 233+17+250=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 17 (7.03% from 255 or 3.4% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #E911FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E911FA is #16EE05. Grayscale: #6B6B6B. Windows color (decimal): -1502726 or 16388585. OLE color: 16388585.

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

Color convert

RGB 233 17 250 -
CMYK 0.07 0.93 0 0.02
HSL 295.62º 0.96% 0.52% -
HSV(B) 295.62º 0.93% 0.98% -
XYZ 51.06 24.63 92.5 -
YUV 108.15 208.06 217.05 -
System Red Green Blue C M Y K H S L
Decimal 233 17 250 0.07 0.93 0 0.02 295.62 0.96 0.52
Hex E9 11 FA 7 5D 0 2 128 60 34
Octal 351 21 372 7 135 0 2 450 140 64
Binary 11101001 10001 11111010 111 1011101 0 10 100101000 1100000 110100

Color Harmonies of #E911FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E911FA

Black with #E911FA

Text Example


Text Example

White with #E911FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E911FA; }

 p { color: rgb(233,17,250); }

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

background-color css

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

 a { background-color: rgb(233,17,250); }

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

border-color css

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

 span { border-color: rgb(233,17,250); }

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