Html Css Color HEX #E321F8 Psychedelic Purple

📋 copy color: '#E321F8'

red 227 ◦ green 33 ◦ blue 248

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

Shades of Psychedelic Purple #E321F8

Tints of Psychedelic Purple #E321F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.82%

R = 44.69%
G = 6.5%
B = 48.82%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E321F8 (or 0xE321F8) is known color: Psychedelic Purple. HEX triplet: E3, 21 and F8. RGB value is (227,33,248). Sum of RGB (Red+Green+Blue) = 227+33+248=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 33 (13.28% from 255 or 6.50% from 508); Blue value is 248 (97.27% from 255 or 48.82% from 508); Max value from RGB is 248 - color contains mainly: blue. Hex color #E321F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E321F8 is #1CDE07. Grayscale: #727272. Windows color (decimal): -1891848 or 16261603. OLE color: 16261603.

HSL color Cylindrical-coordinate representation of color #E321F8: hue angle of 294.14º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E321F8 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 227 33 248 -
CMYK 0.08 0.87 0 0.03
HSL 294.14º 0.94% 0.55% -
HSV(B) 294.14º 0.87% 0.97% -
XYZ 49.17 24.2 90.89 -
YUV 115.52 202.77 207.52 -
System Red Green Blue C M Y K H S L
Decimal 227 33 248 0.08 0.87 0 0.03 294.14 0.94 0.55
Hex E3 21 F8 8 57 0 3 126 5E 37
Octal 343 41 370 10 127 0 3 446 136 67
Binary 11100011 100001 11111000 1000 1010111 0 11 100100110 1011110 110111

Color Harmonies of #E321F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E321F8

Black with #E321F8

Text Example


Text Example

White with #E321F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E321F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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