Html Css Color HEX #E106FC Psychedelic Purple

📋 copy color: '#E106FC'

red 225 ◦ green 6 ◦ blue 252

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

Shades of Psychedelic Purple #E106FC

Tints of Psychedelic Purple #E106FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.17%

R = 46.58%
G = 1.24%
B = 52.17%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E106FC (or 0xE106FC) is known color: Psychedelic Purple. HEX triplet: E1, 06 and FC. RGB value is (225,6,252). Sum of RGB (Red+Green+Blue) = 225+6+252=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 6 (2.73% from 255 or 1.24% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #E106FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E106FC is #1EF903. Grayscale: #626262. Windows color (decimal): -2029828 or 16516833. OLE color: 16516833.

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

Color convert

RGB 225 6 252 -
CMYK 0.11 0.98 0 0.01
HSL 293.41º 0.98% 0.51% -
HSV(B) 293.41º 0.98% 0.99% -
XYZ 48.69 23.17 94 -
YUV 99.53 214.05 217.5 -
System Red Green Blue C M Y K H S L
Decimal 225 6 252 0.11 0.98 0 0.01 293.41 0.98 0.51
Hex E1 6 FC B 62 0 1 125 62 33
Octal 341 6 374 13 142 0 1 445 142 63
Binary 11100001 110 11111100 1011 1100010 0 1 100100101 1100010 110011

Color Harmonies of #E106FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E106FC

Black with #E106FC

Text Example


Text Example

White with #E106FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E106FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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