Html Css Color HEX #E00BFE Psychedelic Purple

📋 copy color: '#E00BFE'

red 224 ◦ green 11 ◦ blue 254

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

Shades of Psychedelic Purple #E00BFE

Tints of Psychedelic Purple #E00BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.94%

R = 45.81%
G = 2.25%
B = 51.94%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E00BFE (or 0xE00BFE) is known color: Psychedelic Purple. HEX triplet: E0, 0B and FE. RGB value is (224,11,254). Sum of RGB (Red+Green+Blue) = 224+11+254=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 11 (4.69% from 255 or 2.25% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #E00BFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00BFE is #1FF401. Grayscale: #656565. Windows color (decimal): -2094082 or 16649184. OLE color: 16649184.

HSL color Cylindrical-coordinate representation of color #E00BFE: hue angle of 292.59º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00BFE is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 11 254 -
CMYK 0.12 0.96 0 0.00
HSL 292.59º 0.99% 0.52% -
HSV(B) 292.59º 0.96% 1% -
XYZ 48.75 23.24 95.68 -
YUV 102.39 213.57 214.74 -
System Red Green Blue C M Y K H S L
Decimal 224 11 254 0.12 0.96 0 0.00 292.59 0.99 0.52
Hex E0 B FE C 60 0 0 125 63 34
Octal 340 13 376 14 140 0 0 445 143 64
Binary 11100000 1011 11111110 1100 1100000 0 0 100100101 1100011 110100

Color Harmonies of #E00BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00BFE

Black with #E00BFE

Text Example


Text Example

White with #E00BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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