Html Css Color HEX #E71DFB Psychedelic Purple

📋 copy color: '#E71DFB'

red 231 ◦ green 29 ◦ blue 251

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

Shades of Psychedelic Purple #E71DFB

Tints of Psychedelic Purple #E71DFB

RGB

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

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

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

R = 45.21%
G = 5.68%
B = 49.12%

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

#E71DFB (or 0xE71DFB) is known color: Psychedelic Purple. HEX triplet: E7, 1D and FB. RGB value is (231,29,251). Sum of RGB (Red+Green+Blue) = 231+29+251=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 29 (11.72% from 255 or 5.68% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #E71DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71DFB is #18E204. Grayscale: #727272. Windows color (decimal): -1630725 or 16457191. OLE color: 16457191.

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

Color convert

RGB 231 29 251 -
CMYK 0.08 0.88 0 0.02
HSL 294.59º 0.97% 0.55% -
HSV(B) 294.59º 0.88% 0.98% -
XYZ 50.81 24.83 93.38 -
YUV 114.71 204.92 210.95 -
System Red Green Blue C M Y K H S L
Decimal 231 29 251 0.08 0.88 0 0.02 294.59 0.97 0.55
Hex E7 1D FB 8 58 0 2 127 61 37
Octal 347 35 373 10 130 0 2 447 141 67
Binary 11100111 11101 11111011 1000 1011000 0 10 100100111 1100001 110111

Color Harmonies of #E71DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71DFB

Black with #E71DFB

Text Example


Text Example

White with #E71DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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