Html Css Color HEX #E107FC Psychedelic Purple

📋 copy color: '#E107FC'

red 225 ◦ green 7 ◦ blue 252

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

Shades of Psychedelic Purple #E107FC

Tints of Psychedelic Purple #E107FC

RGB

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

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

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

R = 46.49%
G = 1.45%
B = 52.07%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E107FC (or 0xE107FC) is known color: Psychedelic Purple. HEX triplet: E1, 07 and FC. RGB value is (225,7,252). Sum of RGB (Red+Green+Blue) = 225+7+252=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 7 (3.12% from 255 or 1.45% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #E107FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E107FC is #1EF803. Grayscale: #636363. Windows color (decimal): -2029572 or 16517089. OLE color: 16517089.

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

Color convert

RGB 225 7 252 -
CMYK 0.11 0.97 0 0.01
HSL 293.39º 0.98% 0.51% -
HSV(B) 293.39º 0.97% 0.99% -
XYZ 48.7 23.19 94 -
YUV 100.11 213.72 217.08 -
System Red Green Blue C M Y K H S L
Decimal 225 7 252 0.11 0.97 0 0.01 293.39 0.98 0.51
Hex E1 7 FC B 61 0 1 125 62 33
Octal 341 7 374 13 141 0 1 445 142 63
Binary 11100001 111 11111100 1011 1100001 0 1 100100101 1100010 110011

Color Harmonies of #E107FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E107FC

Black with #E107FC

Text Example


Text Example

White with #E107FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E107FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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