Html Css Color HEX #E71AFE Psychedelic Purple

📋 copy color: '#E71AFE'

red 231 ◦ green 26 ◦ blue 254

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

Shades of Psychedelic Purple #E71AFE

Tints of Psychedelic Purple #E71AFE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.09%

 BLUE value IS 254 (99.61% from 255) = 49.71%

R = 45.21%
G = 5.09%
B = 49.71%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E71AFE (or 0xE71AFE) is known color: Psychedelic Purple. HEX triplet: E7, 1A and FE. RGB value is (231,26,254). Sum of RGB (Red+Green+Blue) = 231+26+254=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 26 (10.55% from 255 or 5.09% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #E71AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71AFE is #18E501. Grayscale: #707070. Windows color (decimal): -1631490 or 16653031. OLE color: 16653031.

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

Color convert

RGB 231 26 254 -
CMYK 0.09 0.90 0 0.00
HSL 293.95º 0.99% 0.55% -
HSV(B) 293.95º 0.9% 1% -
XYZ 51.21 24.88 95.87 -
YUV 113.29 207.42 211.96 -
System Red Green Blue C M Y K H S L
Decimal 231 26 254 0.09 0.90 0 0.00 293.95 0.99 0.55
Hex E7 1A FE 9 5A 0 0 126 63 37
Octal 347 32 376 11 132 0 0 446 143 67
Binary 11100111 11010 11111110 1001 1011010 0 0 100100110 1100011 110111

Color Harmonies of #E71AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71AFE

Black with #E71AFE

Text Example


Text Example

White with #E71AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71AFE; }

 p { color: rgb(231,26,254); }

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

background-color css

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

 a { background-color: rgb(231,26,254); }

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

border-color css

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

 span { border-color: rgb(231,26,254); }

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