Html Css Color HEX #E331FB Psychedelic Purple

📋 copy color: '#E331FB'

red 227 ◦ green 49 ◦ blue 251

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

Shades of Psychedelic Purple #E331FB

Tints of Psychedelic Purple #E331FB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.3%

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

R = 43.07%
G = 9.3%
B = 47.63%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E331FB (or 0xE331FB) is known color: Psychedelic Purple. HEX triplet: E3, 31 and FB. RGB value is (227,49,251). Sum of RGB (Red+Green+Blue) = 227+49+251=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 49 (19.53% from 255 or 9.30% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #E331FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E331FB is #1CCE04. Grayscale: #7C7C7C. Windows color (decimal): -1887749 or 16462307. OLE color: 16462307.

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

Color convert

RGB 227 49 251 -
CMYK 0.10 0.80 0 0.02
HSL 292.87º 0.96% 0.59% -
HSV(B) 292.87º 0.8% 0.98% -
XYZ 50.19 25.49 93.54 -
YUV 125.25 198.97 200.57 -
System Red Green Blue C M Y K H S L
Decimal 227 49 251 0.10 0.80 0 0.02 292.87 0.96 0.59
Hex E3 31 FB A 50 0 2 125 60 3B
Octal 343 61 373 12 120 0 2 445 140 73
Binary 11100011 110001 11111011 1010 1010000 0 10 100100101 1100000 111011

Color Harmonies of #E331FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E331FB

Black with #E331FB

Text Example


Text Example

White with #E331FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E331FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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