Html Css Color HEX #E914FC Psychedelic Purple

📋 copy color: '#E914FC'

red 233 ◦ green 20 ◦ blue 252

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

Shades of Psychedelic Purple #E914FC

Tints of Psychedelic Purple #E914FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.9%

R = 46.14%
G = 3.96%
B = 49.9%

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

#E914FC (or 0xE914FC) is known color: Psychedelic Purple. HEX triplet: E9, 14 and FC. RGB value is (233,20,252). Sum of RGB (Red+Green+Blue) = 233+20+252=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 20 (8.20% from 255 or 3.96% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #E914FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E914FC is #16EB03. Grayscale: #6D6D6D. Windows color (decimal): -1501956 or 16520425. OLE color: 16520425.

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

Color convert

RGB 233 20 252 -
CMYK 0.08 0.92 0 0.01
HSL 295.09º 0.97% 0.53% -
HSV(B) 295.09º 0.92% 0.99% -
XYZ 51.43 24.85 94.18 -
YUV 110.14 208.07 215.64 -
System Red Green Blue C M Y K H S L
Decimal 233 20 252 0.08 0.92 0 0.01 295.09 0.97 0.53
Hex E9 14 FC 8 5C 0 1 127 61 35
Octal 351 24 374 10 134 0 1 447 141 65
Binary 11101001 10100 11111100 1000 1011100 0 1 100100111 1100001 110101

Color Harmonies of #E914FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E914FC

Black with #E914FC

Text Example


Text Example

White with #E914FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E914FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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