Html Css Color HEX #E71AFF Psychedelic Purple

📋 copy color: '#E71AFF'

red 231 ◦ green 26 ◦ blue 255

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

Shades of Psychedelic Purple #E71AFF

Tints of Psychedelic Purple #E71AFF

RGB

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

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

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

R = 45.12%
G = 5.08%
B = 49.8%

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

#E71AFF (or 0xE71AFF) is known color: Psychedelic Purple. HEX triplet: E7, 1A and FF. RGB value is (231,26,255). Sum of RGB (Red+Green+Blue) = 231+26+255=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 26 (10.55% from 255 or 5.08% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #E71AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71AFF is #18E500. Grayscale: #707070. Windows color (decimal): -1631489 or 16718567. OLE color: 16718567.

HSL color Cylindrical-coordinate representation of color #E71AFF: hue angle of 293.71º 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 #E71AFF is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 231 26 255 -
CMYK 0.09 0.90 0 0
HSL 293.71º 1% 0.55% -
HSV(B) 293.71º 0.9% 1% -
XYZ 51.37 24.95 96.72 -
YUV 113.4 207.92 211.88 -
System Red Green Blue C M Y K H S L
Decimal 231 26 255 0.09 0.90 0 0 293.71 1 0.55
Hex E7 1A FF 9 5A 0 0 126 64 37
Octal 347 32 377 11 132 0 0 446 144 67
Binary 11100111 11010 11111111 1001 1011010 0 0 100100110 1100100 110111

Color Harmonies of #E71AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71AFF

Black with #E71AFF

Text Example


Text Example

White with #E71AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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