Html Css Color HEX #E107FE Psychedelic Purple

📋 copy color: '#E107FE'

red 225 ◦ green 7 ◦ blue 254

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

Shades of Psychedelic Purple #E107FE

Tints of Psychedelic Purple #E107FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.26%

R = 46.3%
G = 1.44%
B = 52.26%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E107FE (or 0xE107FE) is known color: Psychedelic Purple. HEX triplet: E1, 07 and FE. RGB value is (225,7,254). Sum of RGB (Red+Green+Blue) = 225+7+254=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 7 (3.12% from 255 or 1.44% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #E107FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E107FE is #1EF801. Grayscale: #636363. Windows color (decimal): -2029570 or 16648161. OLE color: 16648161.

HSL color Cylindrical-coordinate representation of color #E107FE: hue angle of 292.96º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E107FE is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 225 7 254 -
CMYK 0.11 0.97 0 0.00
HSL 292.96º 0.99% 0.51% -
HSV(B) 292.96º 0.97% 1% -
XYZ 49.02 23.32 95.68 -
YUV 100.34 214.72 216.92 -
System Red Green Blue C M Y K H S L
Decimal 225 7 254 0.11 0.97 0 0.00 292.96 0.99 0.51
Hex E1 7 FE B 61 0 0 125 63 33
Octal 341 7 376 13 141 0 0 445 143 63
Binary 11100001 111 11111110 1011 1100001 0 0 100100101 1100011 110011

Color Harmonies of #E107FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E107FE

Black with #E107FE

Text Example


Text Example

White with #E107FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E107FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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