Html Css Color HEX #E514F9 Psychedelic Purple

📋 copy color: '#E514F9'

red 229 ◦ green 20 ◦ blue 249

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

Shades of Psychedelic Purple #E514F9

Tints of Psychedelic Purple #E514F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50%

R = 45.98%
G = 4.02%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E514F9 (or 0xE514F9) is known color: Psychedelic Purple. HEX triplet: E5, 14 and F9. RGB value is (229,20,249). Sum of RGB (Red+Green+Blue) = 229+20+249=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 20 (8.20% from 255 or 4.02% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #E514F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E514F9 is #1AEB06. Grayscale: #6B6B6B. Windows color (decimal): -1764103 or 16323813. OLE color: 16323813.

HSL color Cylindrical-coordinate representation of color #E514F9: hue angle of 294.76º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E514F9 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 20 249 -
CMYK 0.08 0.92 0 0.02
HSL 294.76º 0.95% 0.53% -
HSV(B) 294.76º 0.92% 0.98% -
XYZ 49.66 24 91.64 -
YUV 108.6 207.24 213.88 -
System Red Green Blue C M Y K H S L
Decimal 229 20 249 0.08 0.92 0 0.02 294.76 0.95 0.53
Hex E5 14 F9 8 5C 0 2 127 5F 35
Octal 345 24 371 10 134 0 2 447 137 65
Binary 11100101 10100 11111001 1000 1011100 0 10 100100111 1011111 110101

Color Harmonies of #E514F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E514F9

Black with #E514F9

Text Example


Text Example

White with #E514F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E514F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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