Html Css Color HEX #E71DFA Psychedelic Purple

📋 copy color: '#E71DFA'

red 231 ◦ green 29 ◦ blue 250

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

Shades of Psychedelic Purple #E71DFA

Tints of Psychedelic Purple #E71DFA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.69%

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 45.29%
G = 5.69%
B = 49.02%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E71DFA (or 0xE71DFA) is known color: Psychedelic Purple. HEX triplet: E7, 1D and FA. RGB value is (231,29,250). Sum of RGB (Red+Green+Blue) = 231+29+250=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 29 (11.72% from 255 or 5.69% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #E71DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71DFA is #18E205. Grayscale: #717171. Windows color (decimal): -1630726 or 16391655. OLE color: 16391655.

HSL color Cylindrical-coordinate representation of color #E71DFA: hue angle of 294.84º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71DFA is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 29 250 -
CMYK 0.08 0.88 0 0.02
HSL 294.84º 0.96% 0.55% -
HSV(B) 294.84º 0.88% 0.98% -
XYZ 50.65 24.77 92.55 -
YUV 114.59 204.42 211.03 -
System Red Green Blue C M Y K H S L
Decimal 231 29 250 0.08 0.88 0 0.02 294.84 0.96 0.55
Hex E7 1D FA 8 58 0 2 127 60 37
Octal 347 35 372 10 130 0 2 447 140 67
Binary 11100111 11101 11111010 1000 1011000 0 10 100100111 1100000 110111

Color Harmonies of #E71DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71DFA

Black with #E71DFA

Text Example


Text Example

White with #E71DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71DFA; }

 p { color: rgb(231,29,250); }

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

background-color css

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

 a { background-color: rgb(231,29,250); }

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

border-color css

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

 span { border-color: rgb(231,29,250); }

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