Html Css Color HEX #E106FF Psychedelic Purple

📋 copy color: '#E106FF'

red 225 ◦ green 6 ◦ blue 255

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

Shades of Psychedelic Purple #E106FF

Tints of Psychedelic Purple #E106FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.47%

R = 46.3%
G = 1.23%
B = 52.47%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E106FF (or 0xE106FF) is known color: Psychedelic Purple. HEX triplet: E1, 06 and FF. RGB value is (225,6,255). Sum of RGB (Red+Green+Blue) = 225+6+255=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 6 (2.73% from 255 or 1.23% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #E106FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E106FF is #1EF900. Grayscale: #636363. Windows color (decimal): -2029825 or 16713441. OLE color: 16713441.

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

Color convert

RGB 225 6 255 -
CMYK 0.12 0.98 0 0
HSL 292.77º 1% 0.51% -
HSV(B) 292.77º 0.98% 1% -
XYZ 49.17 23.36 96.52 -
YUV 99.87 215.55 217.25 -
System Red Green Blue C M Y K H S L
Decimal 225 6 255 0.12 0.98 0 0 292.77 1 0.51
Hex E1 6 FF C 62 0 0 125 64 33
Octal 341 6 377 14 142 0 0 445 144 63
Binary 11100001 110 11111111 1100 1100010 0 0 100100101 1100100 110011

Color Harmonies of #E106FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E106FF

Black with #E106FF

Text Example


Text Example

White with #E106FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E106FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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