Html Css Color HEX #E915FC Psychedelic Purple

📋 copy color: '#E915FC'

red 233 ◦ green 21 ◦ blue 252

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

Shades of Psychedelic Purple #E915FC

Tints of Psychedelic Purple #E915FC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.15%

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

R = 46.05%
G = 4.15%
B = 49.8%

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

#E915FC (or 0xE915FC) is known color: Psychedelic Purple. HEX triplet: E9, 15 and FC. RGB value is (233,21,252). Sum of RGB (Red+Green+Blue) = 233+21+252=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 21 (8.59% from 255 or 4.15% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #E915FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E915FC is #16EA03. Grayscale: #6E6E6E. Windows color (decimal): -1501700 or 16520681. OLE color: 16520681.

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

Color convert

RGB 233 21 252 -
CMYK 0.08 0.92 0 0.01
HSL 295.06º 0.97% 0.54% -
HSV(B) 295.06º 0.92% 0.99% -
XYZ 51.44 24.89 94.19 -
YUV 110.72 207.74 215.22 -
System Red Green Blue C M Y K H S L
Decimal 233 21 252 0.08 0.92 0 0.01 295.06 0.97 0.54
Hex E9 15 FC 8 5C 0 1 127 61 36
Octal 351 25 374 10 134 0 1 447 141 66
Binary 11101001 10101 11111100 1000 1011100 0 1 100100111 1100001 110110

Color Harmonies of #E915FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E915FC

Black with #E915FC

Text Example


Text Example

White with #E915FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E915FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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