Html Css Color HEX #E71DFC Psychedelic Purple

📋 copy color: '#E71DFC'

red 231 ◦ green 29 ◦ blue 252

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

Shades of Psychedelic Purple #E71DFC

Tints of Psychedelic Purple #E71DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.22%

R = 45.12%
G = 5.66%
B = 49.22%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E71DFC (or 0xE71DFC) is known color: Psychedelic Purple. HEX triplet: E7, 1D and FC. RGB value is (231,29,252). Sum of RGB (Red+Green+Blue) = 231+29+252=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 29 (11.72% from 255 or 5.66% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #E71DFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71DFC is #18E203. Grayscale: #727272. Windows color (decimal): -1630724 or 16522727. OLE color: 16522727.

HSL color Cylindrical-coordinate representation of color #E71DFC: hue angle of 294.35º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71DFC is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 29 252 -
CMYK 0.08 0.88 0 0.01
HSL 294.35º 0.97% 0.55% -
HSV(B) 294.35º 0.88% 0.99% -
XYZ 50.97 24.9 94.21 -
YUV 114.82 205.42 210.87 -
System Red Green Blue C M Y K H S L
Decimal 231 29 252 0.08 0.88 0 0.01 294.35 0.97 0.55
Hex E7 1D FC 8 58 0 1 126 61 37
Octal 347 35 374 10 130 0 1 446 141 67
Binary 11100111 11101 11111100 1000 1011000 0 1 100100110 1100001 110111

Color Harmonies of #E71DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71DFC

Black with #E71DFC

Text Example


Text Example

White with #E71DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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