Html Css Color HEX #E316FB Psychedelic Purple

📋 copy color: '#E316FB'

red 227 ◦ green 22 ◦ blue 251

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

Shades of Psychedelic Purple #E316FB

Tints of Psychedelic Purple #E316FB

RGB

 RED value IS 227 (89.06% from 255) = 45.4%

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

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

R = 45.4%
G = 4.4%
B = 50.2%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E316FB (or 0xE316FB) is known color: Psychedelic Purple. HEX triplet: E3, 16 and FB. RGB value is (227,22,251). Sum of RGB (Red+Green+Blue) = 227+22+251=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 22 (8.98% from 255 or 4.4% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #E316FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E316FB is #1CE904. Grayscale: #6C6C6C. Windows color (decimal): -1894661 or 16455395. OLE color: 16455395.

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

Color convert

RGB 227 22 251 -
CMYK 0.10 0.91 0 0.02
HSL 293.71º 0.97% 0.54% -
HSV(B) 293.71º 0.91% 0.98% -
XYZ 49.38 23.87 93.27 -
YUV 109.4 207.92 211.88 -
System Red Green Blue C M Y K H S L
Decimal 227 22 251 0.10 0.91 0 0.02 293.71 0.97 0.54
Hex E3 16 FB A 5B 0 2 126 61 36
Octal 343 26 373 12 133 0 2 446 141 66
Binary 11100011 10110 11111011 1010 1011011 0 10 100100110 1100001 110110

Color Harmonies of #E316FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E316FB

Black with #E316FB

Text Example


Text Example

White with #E316FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E316FB; }

 p { color: rgb(227,22,251); }

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

background-color css

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

 a { background-color: rgb(227,22,251); }

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

border-color css

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

 span { border-color: rgb(227,22,251); }

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