Html Css Color HEX #E71FFB Psychedelic Purple

📋 copy color: '#E71FFB'

red 231 ◦ green 31 ◦ blue 251

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

Shades of Psychedelic Purple #E71FFB

Tints of Psychedelic Purple #E71FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.04%

 BLUE value IS 251 (98.44% from 255) = 48.93%

R = 45.03%
G = 6.04%
B = 48.93%

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

#E71FFB (or 0xE71FFB) is known color: Psychedelic Purple. HEX triplet: E7, 1F and FB. RGB value is (231,31,251). Sum of RGB (Red+Green+Blue) = 231+31+251=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 31 (12.5% from 255 or 6.04% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #E71FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71FFB is #18E004. Grayscale: #737373. Windows color (decimal): -1630213 or 16457703. OLE color: 16457703.

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

Color convert

RGB 231 31 251 -
CMYK 0.08 0.88 0 0.02
HSL 294.55º 0.96% 0.55% -
HSV(B) 294.55º 0.88% 0.98% -
XYZ 50.86 24.93 93.4 -
YUV 115.88 204.26 210.11 -
System Red Green Blue C M Y K H S L
Decimal 231 31 251 0.08 0.88 0 0.02 294.55 0.96 0.55
Hex E7 1F FB 8 58 0 2 127 60 37
Octal 347 37 373 10 130 0 2 447 140 67
Binary 11100111 11111 11111011 1000 1011000 0 10 100100111 1100000 110111

Color Harmonies of #E71FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71FFB

Black with #E71FFB

Text Example


Text Example

White with #E71FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71FFB; }

 p { color: rgb(231,31,251); }

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

background-color css

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

 a { background-color: rgb(231,31,251); }

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

border-color css

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

 span { border-color: rgb(231,31,251); }

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