Html Css Color HEX #E00BFB Psychedelic Purple

📋 copy color: '#E00BFB'

red 224 ◦ green 11 ◦ blue 251

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

Shades of Psychedelic Purple #E00BFB

Tints of Psychedelic Purple #E00BFB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.26%

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

R = 46.09%
G = 2.26%
B = 51.65%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E00BFB (or 0xE00BFB) is known color: Psychedelic Purple. HEX triplet: E0, 0B and FB. RGB value is (224,11,251). Sum of RGB (Red+Green+Blue) = 224+11+251=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 11 (4.69% from 255 or 2.26% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #E00BFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00BFB is #1FF404. Grayscale: #656565. Windows color (decimal): -2094085 or 16452576. OLE color: 16452576.

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

Color convert

RGB 224 11 251 -
CMYK 0.11 0.96 0 0.02
HSL 293.25º 0.97% 0.51% -
HSV(B) 293.25º 0.96% 0.98% -
XYZ 48.27 23.05 93.17 -
YUV 102.05 212.07 214.99 -
System Red Green Blue C M Y K H S L
Decimal 224 11 251 0.11 0.96 0 0.02 293.25 0.97 0.51
Hex E0 B FB B 60 0 2 125 61 33
Octal 340 13 373 13 140 0 2 445 141 63
Binary 11100000 1011 11111011 1011 1100000 0 10 100100101 1100001 110011

Color Harmonies of #E00BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00BFB

Black with #E00BFB

Text Example


Text Example

White with #E00BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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