Html Css Color HEX #E107EA Psychedelic Purple

📋 copy color: '#E107EA'

red 225 ◦ green 7 ◦ blue 234

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

Shades of Psychedelic Purple #E107EA

Tints of Psychedelic Purple #E107EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.21%

R = 48.28%
G = 1.5%
B = 50.21%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E107EA (or 0xE107EA) is known color: Psychedelic Purple. HEX triplet: E1, 07 and EA. RGB value is (225,7,234). Sum of RGB (Red+Green+Blue) = 225+7+234=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 7 (3.12% from 255 or 1.50% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #E107EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E107EA is #1EF815. Grayscale: #616161. Windows color (decimal): -2029590 or 15337441. OLE color: 15337441.

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

Color convert

RGB 225 7 234 -
CMYK 0.04 0.97 0 0.08
HSL 297.62º 0.94% 0.47% -
HSV(B) 297.62º 0.97% 0.92% -
XYZ 45.98 22.1 79.68 -
YUV 98.06 204.72 218.54 -
System Red Green Blue C M Y K H S L
Decimal 225 7 234 0.04 0.97 0 0.08 297.62 0.94 0.47
Hex E1 7 EA 4 61 0 8 12A 5E 2F
Octal 341 7 352 4 141 0 10 452 136 57
Binary 11100001 111 11101010 100 1100001 0 1000 100101010 1011110 101111

Color Harmonies of #E107EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E107EA

Black with #E107EA

Text Example


Text Example

White with #E107EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E107EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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