Html Css Color HEX #E231F7 Psychedelic Purple

📋 copy color: '#E231F7'

red 226 ◦ green 49 ◦ blue 247

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

Shades of Psychedelic Purple #E231F7

Tints of Psychedelic Purple #E231F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.32%

R = 43.3%
G = 9.39%
B = 47.32%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E231F7 (or 0xE231F7) is known color: Psychedelic Purple. HEX triplet: E2, 31 and F7. RGB value is (226,49,247). Sum of RGB (Red+Green+Blue) = 226+49+247=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 49 (19.53% from 255 or 9.39% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 247 - color contains mainly: blue. Hex color #E231F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E231F7 is #1DCE08. Grayscale: #7B7B7B. Windows color (decimal): -1953289 or 16200162. OLE color: 16200162.

HSL color Cylindrical-coordinate representation of color #E231F7: hue angle of 293.64º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E231F7 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 226 49 247 -
CMYK 0.09 0.80 0 0.03
HSL 293.64º 0.93% 0.58% -
HSV(B) 293.64º 0.8% 0.97% -
XYZ 49.25 25.08 90.24 -
YUV 124.5 197.14 200.4 -
System Red Green Blue C M Y K H S L
Decimal 226 49 247 0.09 0.80 0 0.03 293.64 0.93 0.58
Hex E2 31 F7 9 50 0 3 126 5D 3A
Octal 342 61 367 11 120 0 3 446 135 72
Binary 11100010 110001 11110111 1001 1010000 0 11 100100110 1011101 111010

Color Harmonies of #E231F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E231F7

Black with #E231F7

Text Example


Text Example

White with #E231F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E231F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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