Html Css Color HEX #E031FB Psychedelic Purple

📋 copy color: '#E031FB'

red 224 ◦ green 49 ◦ blue 251

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

Shades of Psychedelic Purple #E031FB

Tints of Psychedelic Purple #E031FB

RGB

 RED value IS 224 (87.89% from 255) = 42.75%

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

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

R = 42.75%
G = 9.35%
B = 47.9%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E031FB (or 0xE031FB) is known color: Psychedelic Purple. HEX triplet: E0, 31 and FB. RGB value is (224,49,251). Sum of RGB (Red+Green+Blue) = 224+49+251=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 49 (19.53% from 255 or 9.35% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #E031FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E031FB is #1FCE04. Grayscale: #7B7B7B. Windows color (decimal): -2084357 or 16462304. OLE color: 16462304.

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

Color convert

RGB 224 49 251 -
CMYK 0.11 0.80 0 0.02
HSL 291.98º 0.96% 0.59% -
HSV(B) 291.98º 0.8% 0.98% -
XYZ 49.25 25.01 93.5 -
YUV 124.35 199.48 199.07 -
System Red Green Blue C M Y K H S L
Decimal 224 49 251 0.11 0.80 0 0.02 291.98 0.96 0.59
Hex E0 31 FB B 50 0 2 124 60 3B
Octal 340 61 373 13 120 0 2 444 140 73
Binary 11100000 110001 11111011 1011 1010000 0 10 100100100 1100000 111011

Color Harmonies of #E031FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E031FB

Black with #E031FB

Text Example


Text Example

White with #E031FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E031FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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