Html Css Color HEX #E514FC Psychedelic Purple

📋 copy color: '#E514FC'

red 229 ◦ green 20 ◦ blue 252

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

Shades of Psychedelic Purple #E514FC

Tints of Psychedelic Purple #E514FC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 3.99%

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

R = 45.71%
G = 3.99%
B = 50.3%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E514FC (or 0xE514FC) is known color: Psychedelic Purple. HEX triplet: E5, 14 and FC. RGB value is (229,20,252). Sum of RGB (Red+Green+Blue) = 229+20+252=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 20 (8.20% from 255 or 3.99% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #E514FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E514FC is #1AEB03. Grayscale: #6C6C6C. Windows color (decimal): -1764100 or 16520421. OLE color: 16520421.

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

Color convert

RGB 229 20 252 -
CMYK 0.09 0.92 0 0.01
HSL 294.05º 0.97% 0.53% -
HSV(B) 294.05º 0.92% 0.99% -
XYZ 50.13 24.19 94.12 -
YUV 108.94 208.74 213.64 -
System Red Green Blue C M Y K H S L
Decimal 229 20 252 0.09 0.92 0 0.01 294.05 0.97 0.53
Hex E5 14 FC 9 5C 0 1 126 61 35
Octal 345 24 374 11 134 0 1 446 141 65
Binary 11100101 10100 11111100 1001 1011100 0 1 100100110 1100001 110101

Color Harmonies of #E514FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E514FC

Black with #E514FC

Text Example


Text Example

White with #E514FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E514FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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