Html Css Color HEX #E107FA Psychedelic Purple

📋 copy color: '#E107FA'

red 225 ◦ green 7 ◦ blue 250

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

Shades of Psychedelic Purple #E107FA

Tints of Psychedelic Purple #E107FA

RGB

 RED value IS 225 (88.28% from 255) = 46.68%

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

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

R = 46.68%
G = 1.45%
B = 51.87%

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

#E107FA (or 0xE107FA) is known color: Psychedelic Purple. HEX triplet: E1, 07 and FA. RGB value is (225,7,250). Sum of RGB (Red+Green+Blue) = 225+7+250=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 7 (3.12% from 255 or 1.45% 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 #E107FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E107FA is #1EF805. Grayscale: #636363. Windows color (decimal): -2029574 or 16386017. OLE color: 16386017.

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

Color convert

RGB 225 7 250 -
CMYK 0.10 0.97 0 0.02
HSL 293.83º 0.96% 0.5% -
HSV(B) 293.83º 0.97% 0.98% -
XYZ 48.38 23.06 92.34 -
YUV 99.88 212.72 217.24 -
System Red Green Blue C M Y K H S L
Decimal 225 7 250 0.10 0.97 0 0.02 293.83 0.96 0.5
Hex E1 7 FA A 61 0 2 126 60 32
Octal 341 7 372 12 141 0 2 446 140 62
Binary 11100001 111 11111010 1010 1100001 0 10 100100110 1100000 110010

Color Harmonies of #E107FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E107FA

Black with #E107FA

Text Example


Text Example

White with #E107FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E107FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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