Html Css Color HEX #E500F4 Psychedelic Purple

📋 copy color: '#E500F4'

red 229 ◦ green 0 ◦ blue 244

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

Shades of Psychedelic Purple #E500F4

Tints of Psychedelic Purple #E500F4

RGB

 RED value IS 229 (89.84% from 255) = 48.41%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 244 (95.7% from 255) = 51.59%

R = 48.41%
G = 0%
B = 51.59%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E500F4 (or 0xE500F4) is known color: Psychedelic Purple. HEX triplet: E5, 00 and F4. RGB value is (229,0,244). Sum of RGB (Red+Green+Blue) = 229+0+244=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 0 (0.39% from 255 or 0% from 473); Blue value is 244 (95.70% from 255 or 51.59% from 473); Max value from RGB is 244 - color contains mainly: blue. Hex color #E500F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E500F4 is #1AFF0B. Grayscale: #5F5F5F. Windows color (decimal): -1769228 or 15991013. OLE color: 15991013.

HSL color Cylindrical-coordinate representation of color #E500F4: hue angle of 296.31º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E500F4 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 229 0 244 -
CMYK 0.06 1 0 0.04
HSL 296.31º 1% 0.48% -
HSV(B) 296.31º 1% 0.96% -
XYZ 48.64 23.19 87.5 -
YUV 96.29 211.37 222.66 -
System Red Green Blue C M Y K H S L
Decimal 229 0 244 0.06 1 0 0.04 296.31 1 0.48
Hex E5 0 F4 6 64 0 4 128 64 30
Octal 345 0 364 6 144 0 4 450 144 60
Binary 11100101 0 11110100 110 1100100 0 100 100101000 1100100 110000

Color Harmonies of #E500F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E500F4

Black with #E500F4

Text Example


Text Example

White with #E500F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E500F4; }

 p { color: rgb(229,0,244); }

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

background-color css

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

 a { background-color: rgb(229,0,244); }

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

border-color css

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

 span { border-color: rgb(229,0,244); }

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