Html Css Color HEX #E231FB Psychedelic Purple

📋 copy color: '#E231FB'

red 226 ◦ green 49 ◦ blue 251

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

Shades of Psychedelic Purple #E231FB

Tints of Psychedelic Purple #E231FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.72%

R = 42.97%
G = 9.32%
B = 47.72%

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

#E231FB (or 0xE231FB) is known color: Psychedelic Purple. HEX triplet: E2, 31 and FB. RGB value is (226,49,251). Sum of RGB (Red+Green+Blue) = 226+49+251=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 49 (19.53% from 255 or 9.32% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #E231FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E231FB is #1DCE04. Grayscale: #7C7C7C. Windows color (decimal): -1953285 or 16462306. OLE color: 16462306.

HSL color Cylindrical-coordinate representation of color #E231FB: hue angle of 292.57º degrees, saturation: 0.96, 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 #E231FB is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 49 251 -
CMYK 0.10 0.80 0 0.02
HSL 292.57º 0.96% 0.59% -
HSV(B) 292.57º 0.8% 0.98% -
XYZ 49.87 25.33 93.53 -
YUV 124.95 199.14 200.07 -
System Red Green Blue C M Y K H S L
Decimal 226 49 251 0.10 0.80 0 0.02 292.57 0.96 0.59
Hex E2 31 FB A 50 0 2 125 60 3B
Octal 342 61 373 12 120 0 2 445 140 73
Binary 11100010 110001 11111011 1010 1010000 0 10 100100101 1100000 111011

Color Harmonies of #E231FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E231FB

Black with #E231FB

Text Example


Text Example

White with #E231FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E231FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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