Html Css Color HEX #E005FA Psychedelic Purple

📋 copy color: '#E005FA'

red 224 ◦ green 5 ◦ blue 250

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

Shades of Psychedelic Purple #E005FA

Tints of Psychedelic Purple #E005FA

RGB

 RED value IS 224 (87.89% from 255) = 46.76%

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

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

R = 46.76%
G = 1.04%
B = 52.19%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E005FA (or 0xE005FA) is known color: Psychedelic Purple. HEX triplet: E0, 05 and FA. RGB value is (224,5,250). Sum of RGB (Red+Green+Blue) = 224+5+250=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 5 (2.34% from 255 or 1.04% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #E005FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E005FA is #1FFA05. Grayscale: #616161. Windows color (decimal): -2095622 or 16385504. OLE color: 16385504.

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

Color convert

RGB 224 5 250 -
CMYK 0.10 0.98 0 0.02
HSL 293.63º 0.96% 0.5% -
HSV(B) 293.63º 0.98% 0.98% -
XYZ 48.05 22.86 92.32 -
YUV 98.41 213.55 217.58 -
System Red Green Blue C M Y K H S L
Decimal 224 5 250 0.10 0.98 0 0.02 293.63 0.96 0.5
Hex E0 5 FA A 62 0 2 126 60 32
Octal 340 5 372 12 142 0 2 446 140 62
Binary 11100000 101 11111010 1010 1100010 0 10 100100110 1100000 110010

Color Harmonies of #E005FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E005FA

Black with #E005FA

Text Example


Text Example

White with #E005FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E005FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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