Html Css Color HEX #E631FC Psychedelic Purple

📋 copy color: '#E631FC'

red 230 ◦ green 49 ◦ blue 252

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

Shades of Psychedelic Purple #E631FC

Tints of Psychedelic Purple #E631FC

RGB

 RED value IS 230 (90.23% from 255) = 43.31%

 GREEN value IS 49 (19.53% from 255) = 9.23%

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

R = 43.31%
G = 9.23%
B = 47.46%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E631FC (or 0xE631FC) is known color: Psychedelic Purple. HEX triplet: E6, 31 and FC. RGB value is (230,49,252). Sum of RGB (Red+Green+Blue) = 230+49+252=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 49 (19.53% from 255 or 9.23% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #E631FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E631FC is #19CE03. Grayscale: #7D7D7D. Windows color (decimal): -1691140 or 16527846. OLE color: 16527846.

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

Color convert

RGB 230 49 252 -
CMYK 0.09 0.81 0 0.01
HSL 293.5º 0.97% 0.59% -
HSV(B) 293.5º 0.81% 0.99% -
XYZ 51.3 26.05 94.42 -
YUV 126.26 198.97 201.99 -
System Red Green Blue C M Y K H S L
Decimal 230 49 252 0.09 0.81 0 0.01 293.5 0.97 0.59
Hex E6 31 FC 9 51 0 1 125 61 3B
Octal 346 61 374 11 121 0 1 445 141 73
Binary 11100110 110001 11111100 1001 1010001 0 1 100100101 1100001 111011

Color Harmonies of #E631FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E631FC

Black with #E631FC

Text Example


Text Example

White with #E631FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E631FC; }

 p { color: rgb(230,49,252); }

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

background-color css

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

 a { background-color: rgb(230,49,252); }

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

border-color css

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

 span { border-color: rgb(230,49,252); }

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