Html Css Color HEX #E507FC Psychedelic Purple

📋 copy color: '#E507FC'

red 229 ◦ green 7 ◦ blue 252

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

Shades of Psychedelic Purple #E507FC

Tints of Psychedelic Purple #E507FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.64%

R = 46.93%
G = 1.43%
B = 51.64%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E507FC (or 0xE507FC) is known color: Psychedelic Purple. HEX triplet: E5, 07 and FC. RGB value is (229,7,252). Sum of RGB (Red+Green+Blue) = 229+7+252=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 7 (3.12% from 255 or 1.43% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #E507FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E507FC is #1AF803. Grayscale: #646464. Windows color (decimal): -1767428 or 16517093. OLE color: 16517093.

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

Color convert

RGB 229 7 252 -
CMYK 0.09 0.97 0 0.01
HSL 294.37º 0.98% 0.51% -
HSV(B) 294.37º 0.97% 0.99% -
XYZ 49.96 23.84 94.06 -
YUV 101.31 213.05 219.08 -
System Red Green Blue C M Y K H S L
Decimal 229 7 252 0.09 0.97 0 0.01 294.37 0.98 0.51
Hex E5 7 FC 9 61 0 1 126 62 33
Octal 345 7 374 11 141 0 1 446 142 63
Binary 11100101 111 11111100 1001 1100001 0 1 100100110 1100010 110011

Color Harmonies of #E507FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E507FC

Black with #E507FC

Text Example


Text Example

White with #E507FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E507FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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