Html Css Color HEX #E00FFF Psychedelic Purple

📋 copy color: '#E00FFF'

red 224 ◦ green 15 ◦ blue 255

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

Shades of Psychedelic Purple #E00FFF

Tints of Psychedelic Purple #E00FFF

RGB

 RED value IS 224 (87.89% from 255) = 45.34%

 GREEN value IS 15 (6.25% from 255) = 3.04%

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

R = 45.34%
G = 3.04%
B = 51.62%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E00FFF (or 0xE00FFF) is known color: Psychedelic Purple. HEX triplet: E0, 0F and FF. RGB value is (224,15,255). Sum of RGB (Red+Green+Blue) = 224+15+255=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 15 (6.25% from 255 or 3.04% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #E00FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00FFF is #1FF000. Grayscale: #686868. Windows color (decimal): -2093057 or 16715744. OLE color: 16715744.

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

Color convert

RGB 224 15 255 -
CMYK 0.12 0.94 0 0
HSL 292.25º 1% 0.53% -
HSV(B) 292.25º 0.94% 1% -
XYZ 48.96 23.41 96.55 -
YUV 104.85 212.74 212.99 -
System Red Green Blue C M Y K H S L
Decimal 224 15 255 0.12 0.94 0 0 292.25 1 0.53
Hex E0 F FF C 5E 0 0 124 64 35
Octal 340 17 377 14 136 0 0 444 144 65
Binary 11100000 1111 11111111 1100 1011110 0 0 100100100 1100100 110101

Color Harmonies of #E00FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00FFF

Black with #E00FFF

Text Example


Text Example

White with #E00FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00FFF; }

 p { color: rgb(224,15,255); }

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

background-color css

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

 a { background-color: rgb(224,15,255); }

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

border-color css

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

 span { border-color: rgb(224,15,255); }

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