Html Css Color HEX #E231FC Psychedelic Purple

📋 copy color: '#E231FC'

red 226 ◦ green 49 ◦ blue 252

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

Shades of Psychedelic Purple #E231FC

Tints of Psychedelic Purple #E231FC

RGB

 RED value IS 226 (88.67% from 255) = 42.88%

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

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

R = 42.88%
G = 9.3%
B = 47.82%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E231FC (or 0xE231FC) is known color: Psychedelic Purple. HEX triplet: E2, 31 and FC. RGB value is (226,49,252). Sum of RGB (Red+Green+Blue) = 226+49+252=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 49 (19.53% from 255 or 9.30% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #E231FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E231FC is #1DCE03. Grayscale: #7C7C7C. Windows color (decimal): -1953284 or 16527842. OLE color: 16527842.

HSL color Cylindrical-coordinate representation of color #E231FC: hue angle of 292.32º 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 #E231FC is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 49 252 -
CMYK 0.10 0.81 0 0.01
HSL 292.32º 0.97% 0.59% -
HSV(B) 292.32º 0.81% 0.99% -
XYZ 50.03 25.39 94.36 -
YUV 125.07 199.64 199.99 -
System Red Green Blue C M Y K H S L
Decimal 226 49 252 0.10 0.81 0 0.01 292.32 0.97 0.59
Hex E2 31 FC A 51 0 1 124 61 3B
Octal 342 61 374 12 121 0 1 444 141 73
Binary 11100010 110001 11111100 1010 1010001 0 1 100100100 1100001 111011

Color Harmonies of #E231FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E231FC

Black with #E231FC

Text Example


Text Example

White with #E231FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E231FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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