Html Css Color HEX #E719FC Psychedelic Purple

📋 copy color: '#E719FC'

red 231 ◦ green 25 ◦ blue 252

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

Shades of Psychedelic Purple #E719FC

Tints of Psychedelic Purple #E719FC

RGB

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

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

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

R = 45.47%
G = 4.92%
B = 49.61%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E719FC (or 0xE719FC) is known color: Psychedelic Purple. HEX triplet: E7, 19 and FC. RGB value is (231,25,252). Sum of RGB (Red+Green+Blue) = 231+25+252=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 25 (10.16% from 255 or 4.92% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #E719FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E719FC is #18E603. Grayscale: #6F6F6F. Windows color (decimal): -1631748 or 16521703. OLE color: 16521703.

HSL color Cylindrical-coordinate representation of color #E719FC: hue angle of 294.45º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E719FC is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 25 252 -
CMYK 0.08 0.90 0 0.01
HSL 294.45º 0.97% 0.54% -
HSV(B) 294.45º 0.9% 0.99% -
XYZ 50.87 24.71 94.18 -
YUV 112.47 206.75 212.54 -
System Red Green Blue C M Y K H S L
Decimal 231 25 252 0.08 0.90 0 0.01 294.45 0.97 0.54
Hex E7 19 FC 8 5A 0 1 126 61 36
Octal 347 31 374 10 132 0 1 446 141 66
Binary 11100111 11001 11111100 1000 1011010 0 1 100100110 1100001 110110

Color Harmonies of #E719FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E719FC

Black with #E719FC

Text Example


Text Example

White with #E719FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E719FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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