Html Css Color HEX #E231FD Psychedelic Purple

📋 copy color: '#E231FD'

red 226 ◦ green 49 ◦ blue 253

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

Shades of Psychedelic Purple #E231FD

Tints of Psychedelic Purple #E231FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.92%

R = 42.8%
G = 9.28%
B = 47.92%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E231FD (or 0xE231FD) is known color: Psychedelic Purple. HEX triplet: E2, 31 and FD. RGB value is (226,49,253). Sum of RGB (Red+Green+Blue) = 226+49+253=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 49 (19.53% from 255 or 9.28% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #E231FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E231FD is #1DCE02. Grayscale: #7C7C7C. Windows color (decimal): -1953283 or 16593378. OLE color: 16593378.

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

Color convert

RGB 226 49 253 -
CMYK 0.11 0.81 0 0.01
HSL 292.06º 0.98% 0.59% -
HSV(B) 292.06º 0.81% 0.99% -
XYZ 50.19 25.46 95.2 -
YUV 125.18 200.14 199.91 -
System Red Green Blue C M Y K H S L
Decimal 226 49 253 0.11 0.81 0 0.01 292.06 0.98 0.59
Hex E2 31 FD B 51 0 1 124 62 3B
Octal 342 61 375 13 121 0 1 444 142 73
Binary 11100010 110001 11111101 1011 1010001 0 1 100100100 1100010 111011

Color Harmonies of #E231FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E231FD

Black with #E231FD

Text Example


Text Example

White with #E231FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E231FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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