Html Css Color HEX #E104FD Psychedelic Purple

📋 copy color: '#E104FD'

red 225 ◦ green 4 ◦ blue 253

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

Shades of Psychedelic Purple #E104FD

Tints of Psychedelic Purple #E104FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.49%

R = 46.68%
G = 0.83%
B = 52.49%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E104FD (or 0xE104FD) is known color: Psychedelic Purple. HEX triplet: E1, 04 and FD. RGB value is (225,4,253). Sum of RGB (Red+Green+Blue) = 225+4+253=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 4 (1.95% from 255 or 0.83% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #E104FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E104FD is #1EFB02. Grayscale: #616161. Windows color (decimal): -2030339 or 16581857. OLE color: 16581857.

HSL color Cylindrical-coordinate representation of color #E104FD: hue angle of 293.25º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E104FD is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 4 253 -
CMYK 0.11 0.98 0 0.01
HSL 293.25º 0.98% 0.5% -
HSV(B) 293.25º 0.98% 0.99% -
XYZ 48.82 23.19 94.83 -
YUV 98.47 215.22 218.25 -
System Red Green Blue C M Y K H S L
Decimal 225 4 253 0.11 0.98 0 0.01 293.25 0.98 0.5
Hex E1 4 FD B 62 0 1 125 62 32
Octal 341 4 375 13 142 0 1 445 142 62
Binary 11100001 100 11111101 1011 1100010 0 1 100100101 1100010 110010

Color Harmonies of #E104FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E104FD

Black with #E104FD

Text Example


Text Example

White with #E104FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E104FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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