Html Css Color HEX #E71DF9 Psychedelic Purple

📋 copy color: '#E71DF9'

red 231 ◦ green 29 ◦ blue 249

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

Shades of Psychedelic Purple #E71DF9

Tints of Psychedelic Purple #E71DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.92%

R = 45.38%
G = 5.7%
B = 48.92%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E71DF9 (or 0xE71DF9) is known color: Psychedelic Purple. HEX triplet: E7, 1D and F9. RGB value is (231,29,249). Sum of RGB (Red+Green+Blue) = 231+29+249=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 29 (11.72% from 255 or 5.70% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #E71DF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71DF9 is #18E206. Grayscale: #717171. Windows color (decimal): -1630727 or 16326119. OLE color: 16326119.

HSL color Cylindrical-coordinate representation of color #E71DF9: hue angle of 295.09º degrees, saturation: 0.95, 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 #E71DF9 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 29 249 -
CMYK 0.07 0.88 0 0.02
HSL 295.09º 0.95% 0.55% -
HSV(B) 295.09º 0.88% 0.98% -
XYZ 50.49 24.71 91.73 -
YUV 114.48 203.92 211.11 -
System Red Green Blue C M Y K H S L
Decimal 231 29 249 0.07 0.88 0 0.02 295.09 0.95 0.55
Hex E7 1D F9 7 58 0 2 127 5F 37
Octal 347 35 371 7 130 0 2 447 137 67
Binary 11100111 11101 11111001 111 1011000 0 10 100100111 1011111 110111

Color Harmonies of #E71DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71DF9

Black with #E71DF9

Text Example


Text Example

White with #E71DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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