Html Css Color HEX #E514FD Psychedelic Purple

📋 copy color: '#E514FD'

red 229 ◦ green 20 ◦ blue 253

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

Shades of Psychedelic Purple #E514FD

Tints of Psychedelic Purple #E514FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 45.62%
G = 3.98%
B = 50.4%

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

#E514FD (or 0xE514FD) is known color: Psychedelic Purple. HEX triplet: E5, 14 and FD. RGB value is (229,20,253). Sum of RGB (Red+Green+Blue) = 229+20+253=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 20 (8.20% from 255 or 3.98% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #E514FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E514FD is #1AEB02. Grayscale: #6C6C6C. Windows color (decimal): -1764099 or 16585957. OLE color: 16585957.

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

Color convert

RGB 229 20 253 -
CMYK 0.09 0.92 0 0.01
HSL 293.82º 0.98% 0.54% -
HSV(B) 293.82º 0.92% 0.99% -
XYZ 50.29 24.25 94.96 -
YUV 109.05 209.24 213.55 -
System Red Green Blue C M Y K H S L
Decimal 229 20 253 0.09 0.92 0 0.01 293.82 0.98 0.54
Hex E5 14 FD 9 5C 0 1 126 62 36
Octal 345 24 375 11 134 0 1 446 142 66
Binary 11100101 10100 11111101 1001 1011100 0 1 100100110 1100010 110110

Color Harmonies of #E514FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E514FD

Black with #E514FD

Text Example


Text Example

White with #E514FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E514FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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