Html Css Color HEX #E71CF9 Psychedelic Purple

📋 copy color: '#E71CF9'

red 231 ◦ green 28 ◦ blue 249

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

Shades of Psychedelic Purple #E71CF9

Tints of Psychedelic Purple #E71CF9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.51%

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

R = 45.47%
G = 5.51%
B = 49.02%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E71CF9 (or 0xE71CF9) is known color: Psychedelic Purple. HEX triplet: E7, 1C and F9. RGB value is (231,28,249). Sum of RGB (Red+Green+Blue) = 231+28+249=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 28 (11.33% from 255 or 5.51% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #E71CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71CF9 is #18E306. Grayscale: #717171. Windows color (decimal): -1630983 or 16325863. OLE color: 16325863.

HSL color Cylindrical-coordinate representation of color #E71CF9: hue angle of 295.11º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71CF9 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 28 249 -
CMYK 0.07 0.89 0 0.02
HSL 295.11º 0.95% 0.54% -
HSV(B) 295.11º 0.89% 0.98% -
XYZ 50.47 24.66 91.72 -
YUV 113.89 204.25 211.53 -
System Red Green Blue C M Y K H S L
Decimal 231 28 249 0.07 0.89 0 0.02 295.11 0.95 0.54
Hex E7 1C F9 7 59 0 2 127 5F 36
Octal 347 34 371 7 131 0 2 447 137 66
Binary 11100111 11100 11111001 111 1011001 0 10 100100111 1011111 110110

Color Harmonies of #E71CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71CF9

Black with #E71CF9

Text Example


Text Example

White with #E71CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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