Html Css Color HEX #E514EF Psychedelic Purple

📋 copy color: '#E514EF'

red 229 ◦ green 20 ◦ blue 239

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

Shades of Psychedelic Purple #E514EF

Tints of Psychedelic Purple #E514EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.98%

R = 46.93%
G = 4.1%
B = 48.98%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E514EF (or 0xE514EF) is known color: Psychedelic Purple. HEX triplet: E5, 14 and EF. RGB value is (229,20,239). Sum of RGB (Red+Green+Blue) = 229+20+239=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 20 (8.20% from 255 or 4.10% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #E514EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E514EF is #1AEB10. Grayscale: #6A6A6A. Windows color (decimal): -1764113 or 15668453. OLE color: 15668453.

HSL color Cylindrical-coordinate representation of color #E514EF: hue angle of 297.26º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E514EF is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 20 239 -
CMYK 0.04 0.92 0 0.06
HSL 297.26º 0.87% 0.51% -
HSV(B) 297.26º 0.92% 0.94% -
XYZ 48.14 23.39 83.64 -
YUV 107.46 202.24 214.69 -
System Red Green Blue C M Y K H S L
Decimal 229 20 239 0.04 0.92 0 0.06 297.26 0.87 0.51
Hex E5 14 EF 4 5C 0 6 129 57 33
Octal 345 24 357 4 134 0 6 451 127 63
Binary 11100101 10100 11101111 100 1011100 0 110 100101001 1010111 110011

Color Harmonies of #E514EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E514EF

Black with #E514EF

Text Example


Text Example

White with #E514EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E514EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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