Html Css Color HEX #E71DFF Psychedelic Purple

📋 copy color: '#E71DFF'

red 231 ◦ green 29 ◦ blue 255

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

Shades of Psychedelic Purple #E71DFF

Tints of Psychedelic Purple #E71DFF

RGB

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

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

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

R = 44.85%
G = 5.63%
B = 49.51%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E71DFF (or 0xE71DFF) is known color: Psychedelic Purple. HEX triplet: E7, 1D and FF. RGB value is (231,29,255). Sum of RGB (Red+Green+Blue) = 231+29+255=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 29 (11.72% from 255 or 5.63% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #E71DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71DFF is #18E200. Grayscale: #727272. Windows color (decimal): -1630721 or 16719335. OLE color: 16719335.

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

Color convert

RGB 231 29 255 -
CMYK 0.09 0.89 0 0
HSL 293.63º 1% 0.56% -
HSV(B) 293.63º 0.89% 1% -
XYZ 51.44 25.09 96.74 -
YUV 115.16 206.92 210.62 -
System Red Green Blue C M Y K H S L
Decimal 231 29 255 0.09 0.89 0 0 293.63 1 0.56
Hex E7 1D FF 9 59 0 0 126 64 38
Octal 347 35 377 11 131 0 0 446 144 70
Binary 11100111 11101 11111111 1001 1011001 0 0 100100110 1100100 111000

Color Harmonies of #E71DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71DFF

Black with #E71DFF

Text Example


Text Example

White with #E71DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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