Html Css Color HEX #E714FD Psychedelic Purple

📋 copy color: '#E714FD'

red 231 ◦ green 20 ◦ blue 253

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

Shades of Psychedelic Purple #E714FD

Tints of Psychedelic Purple #E714FD

RGB

 RED value IS 231 (90.63% from 255) = 45.83%

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

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

R = 45.83%
G = 3.97%
B = 50.2%

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

#E714FD (or 0xE714FD) is known color: Psychedelic Purple. HEX triplet: E7, 14 and FD. RGB value is (231,20,253). Sum of RGB (Red+Green+Blue) = 231+20+253=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 20 (8.20% from 255 or 3.97% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #E714FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E714FD is #18EB02. Grayscale: #6C6C6C. Windows color (decimal): -1633027 or 16585959. OLE color: 16585959.

HSL color Cylindrical-coordinate representation of color #E714FD: hue angle of 294.33º 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 #E714FD is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 20 253 -
CMYK 0.09 0.92 0 0.01
HSL 294.33º 0.98% 0.54% -
HSV(B) 294.33º 0.92% 0.99% -
XYZ 50.93 24.58 94.99 -
YUV 109.65 208.9 214.55 -
System Red Green Blue C M Y K H S L
Decimal 231 20 253 0.09 0.92 0 0.01 294.33 0.98 0.54
Hex E7 14 FD 9 5C 0 1 126 62 36
Octal 347 24 375 11 134 0 1 446 142 66
Binary 11100111 10100 11111101 1001 1011100 0 1 100100110 1100010 110110

Color Harmonies of #E714FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E714FD

Black with #E714FD

Text Example


Text Example

White with #E714FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E714FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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