Html Css Color HEX #E713FA Psychedelic Purple

📋 copy color: '#E713FA'

red 231 ◦ green 19 ◦ blue 250

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

Shades of Psychedelic Purple #E713FA

Tints of Psychedelic Purple #E713FA

RGB

 RED value IS 231 (90.63% from 255) = 46.2%

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

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

R = 46.2%
G = 3.8%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E713FA (or 0xE713FA) is known color: Psychedelic Purple. HEX triplet: E7, 13 and FA. RGB value is (231,19,250). Sum of RGB (Red+Green+Blue) = 231+19+250=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 19 (7.81% from 255 or 3.8% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #E713FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E713FA is #18EC05. Grayscale: #6C6C6C. Windows color (decimal): -1633286 or 16389095. OLE color: 16389095.

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

Color convert

RGB 231 19 250 -
CMYK 0.08 0.92 0 0.02
HSL 295.06º 0.96% 0.53% -
HSV(B) 295.06º 0.92% 0.98% -
XYZ 50.44 24.36 92.49 -
YUV 108.72 207.74 215.22 -
System Red Green Blue C M Y K H S L
Decimal 231 19 250 0.08 0.92 0 0.02 295.06 0.96 0.53
Hex E7 13 FA 8 5C 0 2 127 60 35
Octal 347 23 372 10 134 0 2 447 140 65
Binary 11100111 10011 11111010 1000 1011100 0 10 100100111 1100000 110101

Color Harmonies of #E713FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E713FA

Black with #E713FA

Text Example


Text Example

White with #E713FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E713FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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