Html Css Color HEX #E813FA Psychedelic Purple

📋 copy color: '#E813FA'

red 232 ◦ green 19 ◦ blue 250

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

Shades of Psychedelic Purple #E813FA

Tints of Psychedelic Purple #E813FA

RGB

 RED value IS 232 (91.02% from 255) = 46.31%

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

 BLUE value IS 250 (98.05% from 255) = 49.9%

R = 46.31%
G = 3.79%
B = 49.9%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E813FA (or 0xE813FA) is known color: Psychedelic Purple. HEX triplet: E8, 13 and FA. RGB value is (232,19,250). Sum of RGB (Red+Green+Blue) = 232+19+250=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 19 (7.81% from 255 or 3.79% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #E813FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E813FA is #17EC05. Grayscale: #6C6C6C. Windows color (decimal): -1567750 or 16389096. OLE color: 16389096.

HSL color Cylindrical-coordinate representation of color #E813FA: hue angle of 295.32º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E813FA is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 232 19 250 -
CMYK 0.07 0.92 0 0.02
HSL 295.32º 0.96% 0.53% -
HSV(B) 295.32º 0.92% 0.98% -
XYZ 50.77 24.52 92.5 -
YUV 109.02 207.57 215.72 -
System Red Green Blue C M Y K H S L
Decimal 232 19 250 0.07 0.92 0 0.02 295.32 0.96 0.53
Hex E8 13 FA 7 5C 0 2 127 60 35
Octal 350 23 372 7 134 0 2 447 140 65
Binary 11101000 10011 11111010 111 1011100 0 10 100100111 1100000 110101

Color Harmonies of #E813FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E813FA

Black with #E813FA

Text Example


Text Example

White with #E813FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E813FA; }

 p { color: rgb(232,19,250); }

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

background-color css

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

 a { background-color: rgb(232,19,250); }

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

border-color css

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

 span { border-color: rgb(232,19,250); }

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