Html Css Color HEX #E914FD Psychedelic Purple

📋 copy color: '#E914FD'

red 233 ◦ green 20 ◦ blue 253

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

Shades of Psychedelic Purple #E914FD

Tints of Psychedelic Purple #E914FD

RGB

 RED value IS 233 (91.41% from 255) = 46.05%

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

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

R = 46.05%
G = 3.95%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E914FD (or 0xE914FD) is known color: Psychedelic Purple. HEX triplet: E9, 14 and FD. RGB value is (233,20,253). Sum of RGB (Red+Green+Blue) = 233+20+253=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 20 (8.20% from 255 or 3.95% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #E914FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E914FD is #16EB02. Grayscale: #6D6D6D. Windows color (decimal): -1501955 or 16585961. OLE color: 16585961.

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

Color convert

RGB 233 20 253 -
CMYK 0.08 0.92 0 0.01
HSL 294.85º 0.98% 0.54% -
HSV(B) 294.85º 0.92% 0.99% -
XYZ 51.58 24.92 95.02 -
YUV 110.25 208.57 215.55 -
System Red Green Blue C M Y K H S L
Decimal 233 20 253 0.08 0.92 0 0.01 294.85 0.98 0.54
Hex E9 14 FD 8 5C 0 1 127 62 36
Octal 351 24 375 10 134 0 1 447 142 66
Binary 11101001 10100 11111101 1000 1011100 0 1 100100111 1100010 110110

Color Harmonies of #E914FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E914FD

Black with #E914FD

Text Example


Text Example

White with #E914FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E914FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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