Html Css Color HEX #E507FF Psychedelic Purple

📋 copy color: '#E507FF'

red 229 ◦ green 7 ◦ blue 255

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

Shades of Psychedelic Purple #E507FF

Tints of Psychedelic Purple #E507FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.43%

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

R = 46.64%
G = 1.43%
B = 51.93%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E507FF (or 0xE507FF) is known color: Psychedelic Purple. HEX triplet: E5, 07 and FF. RGB value is (229,7,255). Sum of RGB (Red+Green+Blue) = 229+7+255=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 7 (3.12% from 255 or 1.43% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #E507FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E507FF is #1AF800. Grayscale: #646464. Windows color (decimal): -1767425 or 16713701. OLE color: 16713701.

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

Color convert

RGB 229 7 255 -
CMYK 0.10 0.97 0 0
HSL 293.71º 1% 0.51% -
HSV(B) 293.71º 0.97% 1% -
XYZ 50.44 24.03 96.59 -
YUV 101.65 214.55 218.83 -
System Red Green Blue C M Y K H S L
Decimal 229 7 255 0.10 0.97 0 0 293.71 1 0.51
Hex E5 7 FF A 61 0 0 126 64 33
Octal 345 7 377 12 141 0 0 446 144 63
Binary 11100101 111 11111111 1010 1100001 0 0 100100110 1100100 110011

Color Harmonies of #E507FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E507FF

Black with #E507FF

Text Example


Text Example

White with #E507FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E507FF; }

 p { color: rgb(229,7,255); }

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

background-color css

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

 a { background-color: rgb(229,7,255); }

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

border-color css

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

 span { border-color: rgb(229,7,255); }

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