Html Css Color HEX #E107FF Psychedelic Purple

📋 copy color: '#E107FF'

red 225 ◦ green 7 ◦ blue 255

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

Shades of Psychedelic Purple #E107FF

Tints of Psychedelic Purple #E107FF

RGB

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

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

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

R = 46.2%
G = 1.44%
B = 52.36%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E107FF (or 0xE107FF) is known color: Psychedelic Purple. HEX triplet: E1, 07 and FF. RGB value is (225,7,255). Sum of RGB (Red+Green+Blue) = 225+7+255=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 7 (3.12% from 255 or 1.44% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #E107FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E107FF is #1EF800. Grayscale: #636363. Windows color (decimal): -2029569 or 16713697. OLE color: 16713697.

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

Color convert

RGB 225 7 255 -
CMYK 0.12 0.97 0 0
HSL 292.74º 1% 0.51% -
HSV(B) 292.74º 0.97% 1% -
XYZ 49.18 23.38 96.53 -
YUV 100.45 215.22 216.83 -
System Red Green Blue C M Y K H S L
Decimal 225 7 255 0.12 0.97 0 0 292.74 1 0.51
Hex E1 7 FF C 61 0 0 125 64 33
Octal 341 7 377 14 141 0 0 445 144 63
Binary 11100001 111 11111111 1100 1100001 0 0 100100101 1100100 110011

Color Harmonies of #E107FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E107FF

Black with #E107FF

Text Example


Text Example

White with #E107FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E107FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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