Html Css Color HEX #E104FF Psychedelic Purple

📋 copy color: '#E104FF'

red 225 ◦ green 4 ◦ blue 255

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

Shades of Psychedelic Purple #E104FF

Tints of Psychedelic Purple #E104FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.69%

R = 46.49%
G = 0.83%
B = 52.69%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E104FF (or 0xE104FF) is known color: Psychedelic Purple. HEX triplet: E1, 04 and FF. RGB value is (225,4,255). Sum of RGB (Red+Green+Blue) = 225+4+255=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 4 (1.95% from 255 or 0.83% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #E104FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E104FF is #1EFB00. Grayscale: #616161. Windows color (decimal): -2030337 or 16712929. OLE color: 16712929.

HSL color Cylindrical-coordinate representation of color #E104FF: hue angle of 292.83º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E104FF is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 225 4 255 -
CMYK 0.12 0.98 0 0
HSL 292.83º 1% 0.51% -
HSV(B) 292.83º 0.98% 1% -
XYZ 49.14 23.31 96.52 -
YUV 98.69 216.22 218.09 -
System Red Green Blue C M Y K H S L
Decimal 225 4 255 0.12 0.98 0 0 292.83 1 0.51
Hex E1 4 FF C 62 0 0 125 64 33
Octal 341 4 377 14 142 0 0 445 144 63
Binary 11100001 100 11111111 1100 1100010 0 0 100100101 1100100 110011

Color Harmonies of #E104FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E104FF

Black with #E104FF

Text Example


Text Example

White with #E104FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E104FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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