Html Css Color HEX #E231FA Psychedelic Purple

📋 copy color: '#E231FA'

red 226 ◦ green 49 ◦ blue 250

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

Shades of Psychedelic Purple #E231FA

Tints of Psychedelic Purple #E231FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 43.05%
G = 9.33%
B = 47.62%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E231FA (or 0xE231FA) is known color: Psychedelic Purple. HEX triplet: E2, 31 and FA. RGB value is (226,49,250). Sum of RGB (Red+Green+Blue) = 226+49+250=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 49 (19.53% from 255 or 9.33% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #E231FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E231FA is #1DCE05. Grayscale: #7C7C7C. Windows color (decimal): -1953286 or 16396770. OLE color: 16396770.

HSL color Cylindrical-coordinate representation of color #E231FA: hue angle of 292.84º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E231FA is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 49 250 -
CMYK 0.10 0.80 0 0.02
HSL 292.84º 0.95% 0.59% -
HSV(B) 292.84º 0.8% 0.98% -
XYZ 49.72 25.27 92.7 -
YUV 124.84 198.64 200.16 -
System Red Green Blue C M Y K H S L
Decimal 226 49 250 0.10 0.80 0 0.02 292.84 0.95 0.59
Hex E2 31 FA A 50 0 2 125 5F 3B
Octal 342 61 372 12 120 0 2 445 137 73
Binary 11100010 110001 11111010 1010 1010000 0 10 100100101 1011111 111011

Color Harmonies of #E231FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E231FA

Black with #E231FA

Text Example


Text Example

White with #E231FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E231FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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