Html Css Color HEX #E104EA Psychedelic Purple

📋 copy color: '#E104EA'

red 225 ◦ green 4 ◦ blue 234

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

Shades of Psychedelic Purple #E104EA

Tints of Psychedelic Purple #E104EA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.86%

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

R = 48.6%
G = 0.86%
B = 50.54%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E104EA (or 0xE104EA) is known color: Psychedelic Purple. HEX triplet: E1, 04 and EA. RGB value is (225,4,234). Sum of RGB (Red+Green+Blue) = 225+4+234=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 4 (1.95% from 255 or 0.86% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #E104EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E104EA is #1EFB15. Grayscale: #5F5F5F. Windows color (decimal): -2030358 or 15336673. OLE color: 15336673.

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

Color convert

RGB 225 4 234 -
CMYK 0.04 0.98 0 0.08
HSL 297.65º 0.97% 0.47% -
HSV(B) 297.65º 0.98% 0.92% -
XYZ 45.95 22.03 79.67 -
YUV 96.3 205.72 219.8 -
System Red Green Blue C M Y K H S L
Decimal 225 4 234 0.04 0.98 0 0.08 297.65 0.97 0.47
Hex E1 4 EA 4 62 0 8 12A 61 2F
Octal 341 4 352 4 142 0 10 452 141 57
Binary 11100001 100 11101010 100 1100010 0 1000 100101010 1100001 101111

Color Harmonies of #E104EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E104EA

Black with #E104EA

Text Example


Text Example

White with #E104EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E104EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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