Html Css Color HEX #E916FA Psychedelic Purple

📋 copy color: '#E916FA'

red 233 ◦ green 22 ◦ blue 250

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

Shades of Psychedelic Purple #E916FA

Tints of Psychedelic Purple #E916FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.36%

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

R = 46.14%
G = 4.36%
B = 49.5%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E916FA (or 0xE916FA) is known color: Psychedelic Purple. HEX triplet: E9, 16 and FA. RGB value is (233,22,250). Sum of RGB (Red+Green+Blue) = 233+22+250=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 22 (8.98% from 255 or 4.36% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #E916FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E916FA is #16E905. Grayscale: #6E6E6E. Windows color (decimal): -1501446 or 16389865. OLE color: 16389865.

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

Color convert

RGB 233 22 250 -
CMYK 0.07 0.91 0 0.02
HSL 295.53º 0.96% 0.53% -
HSV(B) 295.53º 0.91% 0.98% -
XYZ 51.15 24.8 92.53 -
YUV 111.08 206.4 214.96 -
System Red Green Blue C M Y K H S L
Decimal 233 22 250 0.07 0.91 0 0.02 295.53 0.96 0.53
Hex E9 16 FA 7 5B 0 2 128 60 35
Octal 351 26 372 7 133 0 2 450 140 65
Binary 11101001 10110 11111010 111 1011011 0 10 100101000 1100000 110101

Color Harmonies of #E916FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E916FA

Black with #E916FA

Text Example


Text Example

White with #E916FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E916FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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