Html Css Color HEX #E309FA Psychedelic Purple

📋 copy color: '#E309FA'

red 227 ◦ green 9 ◦ blue 250

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

Shades of Psychedelic Purple #E309FA

Tints of Psychedelic Purple #E309FA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.85%

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

R = 46.71%
G = 1.85%
B = 51.44%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E309FA (or 0xE309FA) is known color: Psychedelic Purple. HEX triplet: E3, 09 and FA. RGB value is (227,9,250). Sum of RGB (Red+Green+Blue) = 227+9+250=486 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.71% from 486); Green value is 9 (3.91% from 255 or 1.85% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #E309FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E309FA is #1CF605. Grayscale: #646464. Windows color (decimal): -1897990 or 16386531. OLE color: 16386531.

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

Color convert

RGB 227 9 250 -
CMYK 0.09 0.96 0 0.02
HSL 294.27º 0.96% 0.51% -
HSV(B) 294.27º 0.96% 0.98% -
XYZ 49.03 23.43 92.38 -
YUV 101.66 211.72 217.4 -
System Red Green Blue C M Y K H S L
Decimal 227 9 250 0.09 0.96 0 0.02 294.27 0.96 0.51
Hex E3 9 FA 9 60 0 2 126 60 33
Octal 343 11 372 11 140 0 2 446 140 63
Binary 11100011 1001 11111010 1001 1100000 0 10 100100110 1100000 110011

Color Harmonies of #E309FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E309FA

Black with #E309FA

Text Example


Text Example

White with #E309FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E309FA; }

 p { color: rgb(227,9,250); }

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

background-color css

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

 a { background-color: rgb(227,9,250); }

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

border-color css

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

 span { border-color: rgb(227,9,250); }

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