Html Css Color HEX #E71CFC Psychedelic Purple

📋 copy color: '#E71CFC'

red 231 ◦ green 28 ◦ blue 252

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

Shades of Psychedelic Purple #E71CFC

Tints of Psychedelic Purple #E71CFC

RGB

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

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

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

R = 45.21%
G = 5.48%
B = 49.32%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E71CFC (or 0xE71CFC) is known color: Psychedelic Purple. HEX triplet: E7, 1C and FC. RGB value is (231,28,252). Sum of RGB (Red+Green+Blue) = 231+28+252=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 28 (11.33% from 255 or 5.48% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #E71CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71CFC is #18E303. Grayscale: #717171. Windows color (decimal): -1630980 or 16522471. OLE color: 16522471.

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

Color convert

RGB 231 28 252 -
CMYK 0.08 0.89 0 0.01
HSL 294.38º 0.97% 0.55% -
HSV(B) 294.38º 0.89% 0.99% -
XYZ 50.94 24.85 94.21 -
YUV 114.23 205.75 211.29 -
System Red Green Blue C M Y K H S L
Decimal 231 28 252 0.08 0.89 0 0.01 294.38 0.97 0.55
Hex E7 1C FC 8 59 0 1 126 61 37
Octal 347 34 374 10 131 0 1 446 141 67
Binary 11100111 11100 11111100 1000 1011001 0 1 100100110 1100001 110111

Color Harmonies of #E71CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71CFC

Black with #E71CFC

Text Example


Text Example

White with #E71CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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