Html Css Color HEX #E106FE Psychedelic Purple

📋 copy color: '#E106FE'

red 225 ◦ green 6 ◦ blue 254

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

Shades of Psychedelic Purple #E106FE

Tints of Psychedelic Purple #E106FE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.24%

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

R = 46.39%
G = 1.24%
B = 52.37%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E106FE (or 0xE106FE) is known color: Psychedelic Purple. HEX triplet: E1, 06 and FE. RGB value is (225,6,254). Sum of RGB (Red+Green+Blue) = 225+6+254=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 6 (2.73% from 255 or 1.24% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #E106FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E106FE is #1EF901. Grayscale: #626262. Windows color (decimal): -2029826 or 16647905. OLE color: 16647905.

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

Color convert

RGB 225 6 254 -
CMYK 0.11 0.98 0 0.00
HSL 292.98º 0.99% 0.51% -
HSV(B) 292.98º 0.98% 1% -
XYZ 49.01 23.29 95.68 -
YUV 99.75 215.05 217.33 -
System Red Green Blue C M Y K H S L
Decimal 225 6 254 0.11 0.98 0 0.00 292.98 0.99 0.51
Hex E1 6 FE B 62 0 0 125 63 33
Octal 341 6 376 13 142 0 0 445 143 63
Binary 11100001 110 11111110 1011 1100010 0 0 100100101 1100011 110011

Color Harmonies of #E106FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E106FE

Black with #E106FE

Text Example


Text Example

White with #E106FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E106FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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