Html Css Color HEX #E913FC Psychedelic Purple

📋 copy color: '#E913FC'

red 233 ◦ green 19 ◦ blue 252

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

Shades of Psychedelic Purple #E913FC

Tints of Psychedelic Purple #E913FC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.77%

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

R = 46.23%
G = 3.77%
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

#E913FC (or 0xE913FC) is known color: Psychedelic Purple. HEX triplet: E9, 13 and FC. RGB value is (233,19,252). Sum of RGB (Red+Green+Blue) = 233+19+252=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 19 (7.81% from 255 or 3.77% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #E913FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E913FC is #16EC03. Grayscale: #6C6C6C. Windows color (decimal): -1502212 or 16520169. OLE color: 16520169.

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

Color convert

RGB 233 19 252 -
CMYK 0.08 0.92 0 0.01
HSL 295.11º 0.97% 0.53% -
HSV(B) 295.11º 0.92% 0.99% -
XYZ 51.41 24.82 94.18 -
YUV 109.55 208.4 216.05 -
System Red Green Blue C M Y K H S L
Decimal 233 19 252 0.08 0.92 0 0.01 295.11 0.97 0.53
Hex E9 13 FC 8 5C 0 1 127 61 35
Octal 351 23 374 10 134 0 1 447 141 65
Binary 11101001 10011 11111100 1000 1011100 0 1 100100111 1100001 110101

Color Harmonies of #E913FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E913FC

Black with #E913FC

Text Example


Text Example

White with #E913FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E913FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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