Html Css Color HEX #E11BFB Psychedelic Purple

📋 copy color: '#E11BFB'

red 225 ◦ green 27 ◦ blue 251

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

Shades of Psychedelic Purple #E11BFB

Tints of Psychedelic Purple #E11BFB

RGB

 RED value IS 225 (88.28% from 255) = 44.73%

 GREEN value IS 27 (10.94% from 255) = 5.37%

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

R = 44.73%
G = 5.37%
B = 49.9%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E11BFB (or 0xE11BFB) is known color: Psychedelic Purple. HEX triplet: E1, 1B and FB. RGB value is (225,27,251). Sum of RGB (Red+Green+Blue) = 225+27+251=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 27 (10.94% from 255 or 5.37% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #E11BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11BFB is #1EE404. Grayscale: #6F6F6F. Windows color (decimal): -2024453 or 16456673. OLE color: 16456673.

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

Color convert

RGB 225 27 251 -
CMYK 0.10 0.89 0 0.02
HSL 293.04º 0.97% 0.55% -
HSV(B) 293.04º 0.89% 0.98% -
XYZ 48.86 23.76 93.28 -
YUV 111.74 206.6 208.79 -
System Red Green Blue C M Y K H S L
Decimal 225 27 251 0.10 0.89 0 0.02 293.04 0.97 0.55
Hex E1 1B FB A 59 0 2 125 61 37
Octal 341 33 373 12 131 0 2 445 141 67
Binary 11100001 11011 11111011 1010 1011001 0 10 100100101 1100001 110111

Color Harmonies of #E11BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11BFB

Black with #E11BFB

Text Example


Text Example

White with #E11BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11BFB; }

 p { color: rgb(225,27,251); }

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

background-color css

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

 a { background-color: rgb(225,27,251); }

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

border-color css

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

 span { border-color: rgb(225,27,251); }

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