Html Css Color HEX #E011FB Psychedelic Purple

📋 copy color: '#E011FB'

red 224 ◦ green 17 ◦ blue 251

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

Shades of Psychedelic Purple #E011FB

Tints of Psychedelic Purple #E011FB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.46%

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

R = 45.53%
G = 3.46%
B = 51.02%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E011FB (or 0xE011FB) is known color: Psychedelic Purple. HEX triplet: E0, 11 and FB. RGB value is (224,17,251). Sum of RGB (Red+Green+Blue) = 224+17+251=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 17 (7.03% from 255 or 3.46% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #E011FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E011FB is #1FEE04. Grayscale: #686868. Windows color (decimal): -2092549 or 16454112. OLE color: 16454112.

HSL color Cylindrical-coordinate representation of color #E011FB: hue angle of 293.08º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E011FB is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 17 251 -
CMYK 0.11 0.93 0 0.02
HSL 293.08º 0.97% 0.53% -
HSV(B) 293.08º 0.93% 0.98% -
XYZ 48.35 23.21 93.2 -
YUV 105.57 210.08 212.47 -
System Red Green Blue C M Y K H S L
Decimal 224 17 251 0.11 0.93 0 0.02 293.08 0.97 0.53
Hex E0 11 FB B 5D 0 2 125 61 35
Octal 340 21 373 13 135 0 2 445 141 65
Binary 11100000 10001 11111011 1011 1011101 0 10 100100101 1100001 110101

Color Harmonies of #E011FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E011FB

Black with #E011FB

Text Example


Text Example

White with #E011FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E011FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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