Html Css Color HEX #E505F7 Psychedelic Purple

📋 copy color: '#E505F7'

red 229 ◦ green 5 ◦ blue 247

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

Shades of Psychedelic Purple #E505F7

Tints of Psychedelic Purple #E505F7

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.04%

 BLUE value IS 247 (96.88% from 255) = 51.35%

R = 47.61%
G = 1.04%
B = 51.35%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E505F7 (or 0xE505F7) is known color: Psychedelic Purple. HEX triplet: E5, 05 and F7. RGB value is (229,5,247). Sum of RGB (Red+Green+Blue) = 229+5+247=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 5 (2.34% from 255 or 1.04% from 481); Blue value is 247 (96.88% from 255 or 51.35% from 481); Max value from RGB is 247 - color contains mainly: blue. Hex color #E505F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E505F7 is #1AFA08. Grayscale: #626262. Windows color (decimal): -1767945 or 16188901. OLE color: 16188901.

HSL color Cylindrical-coordinate representation of color #E505F7: hue angle of 295.54º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E505F7 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 229 5 247 -
CMYK 0.07 0.98 0 0.03
HSL 295.54º 0.96% 0.49% -
HSV(B) 295.54º 0.98% 0.97% -
XYZ 49.16 23.48 89.94 -
YUV 99.56 211.21 220.32 -
System Red Green Blue C M Y K H S L
Decimal 229 5 247 0.07 0.98 0 0.03 295.54 0.96 0.49
Hex E5 5 F7 7 62 0 3 128 60 31
Octal 345 5 367 7 142 0 3 450 140 61
Binary 11100101 101 11110111 111 1100010 0 11 100101000 1100000 110001

Color Harmonies of #E505F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E505F7

Black with #E505F7

Text Example


Text Example

White with #E505F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E505F7; }

 p { color: rgb(229,5,247); }

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

background-color css

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

 a { background-color: rgb(229,5,247); }

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

border-color css

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

 span { border-color: rgb(229,5,247); }

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