Html Css Color HEX #E107EF Psychedelic Purple

📋 copy color: '#E107EF'

red 225 ◦ green 7 ◦ blue 239

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

Shades of Psychedelic Purple #E107EF

Tints of Psychedelic Purple #E107EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 47.77%
G = 1.49%
B = 50.74%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E107EF (or 0xE107EF) is known color: Psychedelic Purple. HEX triplet: E1, 07 and EF. RGB value is (225,7,239). Sum of RGB (Red+Green+Blue) = 225+7+239=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 7 (3.12% from 255 or 1.49% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #E107EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E107EF is #1EF810. Grayscale: #616161. Windows color (decimal): -2029585 or 15665121. OLE color: 15665121.

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

Color convert

RGB 225 7 239 -
CMYK 0.06 0.97 0 0.06
HSL 296.38º 0.94% 0.48% -
HSV(B) 296.38º 0.97% 0.94% -
XYZ 46.71 22.39 83.52 -
YUV 98.63 207.22 218.14 -
System Red Green Blue C M Y K H S L
Decimal 225 7 239 0.06 0.97 0 0.06 296.38 0.94 0.48
Hex E1 7 EF 6 61 0 6 128 5E 30
Octal 341 7 357 6 141 0 6 450 136 60
Binary 11100001 111 11101111 110 1100001 0 110 100101000 1011110 110000

Color Harmonies of #E107EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E107EF

Black with #E107EF

Text Example


Text Example

White with #E107EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E107EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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