Html Css Color HEX #E007FA Psychedelic Purple

📋 copy color: '#E007FA'

red 224 ◦ green 7 ◦ blue 250

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

Shades of Psychedelic Purple #E007FA

Tints of Psychedelic Purple #E007FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.46%

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

R = 46.57%
G = 1.46%
B = 51.98%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E007FA (or 0xE007FA) is known color: Psychedelic Purple. HEX triplet: E0, 07 and FA. RGB value is (224,7,250). Sum of RGB (Red+Green+Blue) = 224+7+250=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 7 (3.12% from 255 or 1.46% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #E007FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E007FA is #1FF805. Grayscale: #626262. Windows color (decimal): -2095110 or 16386016. OLE color: 16386016.

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

Color convert

RGB 224 7 250 -
CMYK 0.10 0.97 0 0.02
HSL 293.58º 0.96% 0.5% -
HSV(B) 293.58º 0.97% 0.98% -
XYZ 48.07 22.9 92.33 -
YUV 99.59 212.89 216.74 -
System Red Green Blue C M Y K H S L
Decimal 224 7 250 0.10 0.97 0 0.02 293.58 0.96 0.5
Hex E0 7 FA A 61 0 2 126 60 32
Octal 340 7 372 12 141 0 2 446 140 62
Binary 11100000 111 11111010 1010 1100001 0 10 100100110 1100000 110010

Color Harmonies of #E007FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E007FA

Black with #E007FA

Text Example


Text Example

White with #E007FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E007FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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