Html Css Color HEX #E321FB Psychedelic Purple

📋 copy color: '#E321FB'

red 227 ◦ green 33 ◦ blue 251

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

Shades of Psychedelic Purple #E321FB

Tints of Psychedelic Purple #E321FB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.46%

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

R = 44.42%
G = 6.46%
B = 49.12%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E321FB (or 0xE321FB) is known color: Psychedelic Purple. HEX triplet: E3, 21 and FB. RGB value is (227,33,251). Sum of RGB (Red+Green+Blue) = 227+33+251=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 33 (13.28% from 255 or 6.46% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #E321FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E321FB is #1CDE04. Grayscale: #737373. Windows color (decimal): -1891845 or 16458211. OLE color: 16458211.

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

Color convert

RGB 227 33 251 -
CMYK 0.10 0.87 0 0.02
HSL 293.39º 0.96% 0.56% -
HSV(B) 293.39º 0.87% 0.98% -
XYZ 49.64 24.38 93.36 -
YUV 115.86 204.27 207.27 -
System Red Green Blue C M Y K H S L
Decimal 227 33 251 0.10 0.87 0 0.02 293.39 0.96 0.56
Hex E3 21 FB A 57 0 2 125 60 38
Octal 343 41 373 12 127 0 2 445 140 70
Binary 11100011 100001 11111011 1010 1010111 0 10 100100101 1100000 111000

Color Harmonies of #E321FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E321FB

Black with #E321FB

Text Example


Text Example

White with #E321FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E321FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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