Html Css Color HEX #E305FA Psychedelic Purple

📋 copy color: '#E305FA'

red 227 ◦ green 5 ◦ blue 250

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

Shades of Psychedelic Purple #E305FA

Tints of Psychedelic Purple #E305FA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.04%

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

R = 47.1%
G = 1.04%
B = 51.87%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E305FA (or 0xE305FA) is known color: Psychedelic Purple. HEX triplet: E3, 05 and FA. RGB value is (227,5,250). Sum of RGB (Red+Green+Blue) = 227+5+250=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 5 (2.34% from 255 or 1.04% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #E305FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E305FA is #1CFA05. Grayscale: #626262. Windows color (decimal): -1899014 or 16385507. OLE color: 16385507.

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

Color convert

RGB 227 5 250 -
CMYK 0.09 0.98 0 0.02
HSL 294.37º 0.96% 0.5% -
HSV(B) 294.37º 0.98% 0.98% -
XYZ 48.99 23.34 92.37 -
YUV 99.31 213.05 219.08 -
System Red Green Blue C M Y K H S L
Decimal 227 5 250 0.09 0.98 0 0.02 294.37 0.96 0.5
Hex E3 5 FA 9 62 0 2 126 60 32
Octal 343 5 372 11 142 0 2 446 140 62
Binary 11100011 101 11111010 1001 1100010 0 10 100100110 1100000 110010

Color Harmonies of #E305FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E305FA

Black with #E305FA

Text Example


Text Example

White with #E305FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E305FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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