Html Css Color HEX #E405FA Psychedelic Purple

📋 copy color: '#E405FA'

red 228 ◦ green 5 ◦ blue 250

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

Shades of Psychedelic Purple #E405FA

Tints of Psychedelic Purple #E405FA

RGB

 RED value IS 228 (89.45% from 255) = 47.2%

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

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

R = 47.2%
G = 1.04%
B = 51.76%

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

#E405FA (or 0xE405FA) is known color: Psychedelic Purple. HEX triplet: E4, 05 and FA. RGB value is (228,5,250). Sum of RGB (Red+Green+Blue) = 228+5+250=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 5 (2.34% from 255 or 1.04% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #E405FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E405FA is #1BFA05. Grayscale: #626262. Windows color (decimal): -1833478 or 16385508. OLE color: 16385508.

HSL color Cylindrical-coordinate representation of color #E405FA: hue angle of 294.61º 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 #E405FA is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 5 250 -
CMYK 0.09 0.98 0 0.02
HSL 294.61º 0.96% 0.5% -
HSV(B) 294.61º 0.98% 0.98% -
XYZ 49.3 23.5 92.38 -
YUV 99.61 212.88 219.58 -
System Red Green Blue C M Y K H S L
Decimal 228 5 250 0.09 0.98 0 0.02 294.61 0.96 0.5
Hex E4 5 FA 9 62 0 2 127 60 32
Octal 344 5 372 11 142 0 2 447 140 62
Binary 11100100 101 11111010 1001 1100010 0 10 100100111 1100000 110010

Color Harmonies of #E405FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E405FA

Black with #E405FA

Text Example


Text Example

White with #E405FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E405FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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