Html Css Color HEX #E71AFC Psychedelic Purple

📋 copy color: '#E71AFC'

red 231 ◦ green 26 ◦ blue 252

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

Shades of Psychedelic Purple #E71AFC

Tints of Psychedelic Purple #E71AFC

RGB

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

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

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

R = 45.38%
G = 5.11%
B = 49.51%

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

#E71AFC (or 0xE71AFC) is known color: Psychedelic Purple. HEX triplet: E7, 1A and FC. RGB value is (231,26,252). Sum of RGB (Red+Green+Blue) = 231+26+252=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 26 (10.55% from 255 or 5.11% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #E71AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71AFC is #18E503. Grayscale: #707070. Windows color (decimal): -1631492 or 16521959. OLE color: 16521959.

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

Color convert

RGB 231 26 252 -
CMYK 0.08 0.90 0 0.01
HSL 294.42º 0.97% 0.55% -
HSV(B) 294.42º 0.9% 0.99% -
XYZ 50.9 24.76 94.19 -
YUV 113.06 206.42 212.12 -
System Red Green Blue C M Y K H S L
Decimal 231 26 252 0.08 0.90 0 0.01 294.42 0.97 0.55
Hex E7 1A FC 8 5A 0 1 126 61 37
Octal 347 32 374 10 132 0 1 446 141 67
Binary 11100111 11010 11111100 1000 1011010 0 1 100100110 1100001 110111

Color Harmonies of #E71AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71AFC

Black with #E71AFC

Text Example


Text Example

White with #E71AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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