Html Css Color HEX #E721FC Psychedelic Purple

📋 copy color: '#E721FC'

red 231 ◦ green 33 ◦ blue 252

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

Shades of Psychedelic Purple #E721FC

Tints of Psychedelic Purple #E721FC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.4%

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

R = 44.77%
G = 6.4%
B = 48.84%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E721FC (or 0xE721FC) is known color: Psychedelic Purple. HEX triplet: E7, 21 and FC. RGB value is (231,33,252). Sum of RGB (Red+Green+Blue) = 231+33+252=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 33 (13.28% from 255 or 6.40% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #E721FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E721FC is #18DE03. Grayscale: #747474. Windows color (decimal): -1629700 or 16523751. OLE color: 16523751.

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

Color convert

RGB 231 33 252 -
CMYK 0.08 0.87 0 0.01
HSL 294.25º 0.97% 0.56% -
HSV(B) 294.25º 0.87% 0.99% -
XYZ 51.07 25.1 94.25 -
YUV 117.17 204.1 209.19 -
System Red Green Blue C M Y K H S L
Decimal 231 33 252 0.08 0.87 0 0.01 294.25 0.97 0.56
Hex E7 21 FC 8 57 0 1 126 61 38
Octal 347 41 374 10 127 0 1 446 141 70
Binary 11100111 100001 11111100 1000 1010111 0 1 100100110 1100001 111000

Color Harmonies of #E721FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E721FC

Black with #E721FC

Text Example


Text Example

White with #E721FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E721FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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