Html Css Color HEX #E107EC Psychedelic Purple

📋 copy color: '#E107EC'

red 225 ◦ green 7 ◦ blue 236

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

Shades of Psychedelic Purple #E107EC

Tints of Psychedelic Purple #E107EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.43%

R = 48.08%
G = 1.5%
B = 50.43%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E107EC (or 0xE107EC) is known color: Psychedelic Purple. HEX triplet: E1, 07 and EC. RGB value is (225,7,236). Sum of RGB (Red+Green+Blue) = 225+7+236=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 7 (3.12% from 255 or 1.50% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #E107EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E107EC is #1EF813. Grayscale: #616161. Windows color (decimal): -2029588 or 15468513. OLE color: 15468513.

HSL color Cylindrical-coordinate representation of color #E107EC: hue angle of 297.12º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E107EC is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 7 236 -
CMYK 0.05 0.97 0 0.07
HSL 297.12º 0.94% 0.48% -
HSV(B) 297.12º 0.97% 0.93% -
XYZ 46.27 22.22 81.21 -
YUV 98.29 205.72 218.38 -
System Red Green Blue C M Y K H S L
Decimal 225 7 236 0.05 0.97 0 0.07 297.12 0.94 0.48
Hex E1 7 EC 5 61 0 7 129 5E 30
Octal 341 7 354 5 141 0 7 451 136 60
Binary 11100001 111 11101100 101 1100001 0 111 100101001 1011110 110000

Color Harmonies of #E107EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E107EC

Black with #E107EC

Text Example


Text Example

White with #E107EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E107EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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