Html Css Color HEX #E108F0 Psychedelic Purple

📋 copy color: '#E108F0'

red 225 ◦ green 8 ◦ blue 240

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

Shades of Psychedelic Purple #E108F0

Tints of Psychedelic Purple #E108F0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.69%

 BLUE value IS 240 (94.14% from 255) = 50.74%

R = 47.57%
G = 1.69%
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

#E108F0 (or 0xE108F0) is known color: Psychedelic Purple. HEX triplet: E1, 08 and F0. RGB value is (225,8,240). Sum of RGB (Red+Green+Blue) = 225+8+240=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 8 (3.52% from 255 or 1.69% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #E108F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E108F0 is #1EF70F. Grayscale: #626262. Windows color (decimal): -2029328 or 15730913. OLE color: 15730913.

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

Color convert

RGB 225 8 240 -
CMYK 0.06 0.97 0 0.06
HSL 296.12º 0.94% 0.49% -
HSV(B) 296.12º 0.97% 0.94% -
XYZ 46.87 22.47 84.31 -
YUV 99.33 207.39 217.64 -
System Red Green Blue C M Y K H S L
Decimal 225 8 240 0.06 0.97 0 0.06 296.12 0.94 0.49
Hex E1 8 F0 6 61 0 6 128 5E 31
Octal 341 10 360 6 141 0 6 450 136 61
Binary 11100001 1000 11110000 110 1100001 0 110 100101000 1011110 110001

Color Harmonies of #E108F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E108F0

Black with #E108F0

Text Example


Text Example

White with #E108F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E108F0; }

 p { color: rgb(225,8,240); }

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

background-color css

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

 a { background-color: rgb(225,8,240); }

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

border-color css

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

 span { border-color: rgb(225,8,240); }

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