Html Css Color HEX #E719FF Psychedelic Purple

📋 copy color: '#E719FF'

red 231 ◦ green 25 ◦ blue 255

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

Shades of Psychedelic Purple #E719FF

Tints of Psychedelic Purple #E719FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.9%

R = 45.21%
G = 4.89%
B = 49.9%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E719FF (or 0xE719FF) is known color: Psychedelic Purple. HEX triplet: E7, 19 and FF. RGB value is (231,25,255). Sum of RGB (Red+Green+Blue) = 231+25+255=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 25 (10.16% from 255 or 4.89% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #E719FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E719FF is #18E600. Grayscale: #707070. Windows color (decimal): -1631745 or 16718311. OLE color: 16718311.

HSL color Cylindrical-coordinate representation of color #E719FF: hue angle of 293.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E719FF is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 231 25 255 -
CMYK 0.09 0.90 0 0
HSL 293.74º 1% 0.55% -
HSV(B) 293.74º 0.9% 1% -
XYZ 51.35 24.9 96.71 -
YUV 112.81 208.25 212.3 -
System Red Green Blue C M Y K H S L
Decimal 231 25 255 0.09 0.90 0 0 293.74 1 0.55
Hex E7 19 FF 9 5A 0 0 126 64 37
Octal 347 31 377 11 132 0 0 446 144 67
Binary 11100111 11001 11111111 1001 1011010 0 0 100100110 1100100 110111

Color Harmonies of #E719FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E719FF

Black with #E719FF

Text Example


Text Example

White with #E719FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E719FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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