Html Css Color HEX #E719FA Psychedelic Purple

📋 copy color: '#E719FA'

red 231 ◦ green 25 ◦ blue 250

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

Shades of Psychedelic Purple #E719FA

Tints of Psychedelic Purple #E719FA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.94%

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

R = 45.65%
G = 4.94%
B = 49.41%

CMYK

 C value IS 0.08

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E719FA (or 0xE719FA) is known color: Psychedelic Purple. HEX triplet: E7, 19 and FA. RGB value is (231,25,250). Sum of RGB (Red+Green+Blue) = 231+25+250=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 25 (10.16% from 255 or 4.94% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #E719FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E719FA is #18E605. Grayscale: #6F6F6F. Windows color (decimal): -1631750 or 16390631. OLE color: 16390631.

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

Color convert

RGB 231 25 250 -
CMYK 0.08 0.9 0 0.02
HSL 294.93º 0.96% 0.54% -
HSV(B) 294.93º 0.9% 0.98% -
XYZ 50.56 24.59 92.52 -
YUV 112.24 205.75 212.7 -
System Red Green Blue C M Y K H S L
Decimal 231 25 250 0.08 0.9 0 0.02 294.93 0.96 0.54
Hex E7 19 FA 8 5A 0 2 127 60 36
Octal 347 31 372 10 132 0 2 447 140 66
Binary 11100111 11001 11111010 1000 1011010 0 10 100100111 1100000 110110

Color Harmonies of #E719FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E719FA

Black with #E719FA

Text Example


Text Example

White with #E719FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E719FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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