Html Css Color HEX #E00BFA Psychedelic Purple

📋 copy color: '#E00BFA'

red 224 ◦ green 11 ◦ blue 250

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

Shades of Psychedelic Purple #E00BFA

Tints of Psychedelic Purple #E00BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.55%

R = 46.19%
G = 2.27%
B = 51.55%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E00BFA (or 0xE00BFA) is known color: Psychedelic Purple. HEX triplet: E0, 0B and FA. RGB value is (224,11,250). Sum of RGB (Red+Green+Blue) = 224+11+250=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 11 (4.69% from 255 or 2.27% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #E00BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00BFA is #1FF405. Grayscale: #656565. Windows color (decimal): -2094086 or 16387040. OLE color: 16387040.

HSL color Cylindrical-coordinate representation of color #E00BFA: hue angle of 293.47º degrees, saturation: 0.96, 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 #E00BFA is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 11 250 -
CMYK 0.10 0.96 0 0.02
HSL 293.47º 0.96% 0.51% -
HSV(B) 293.47º 0.96% 0.98% -
XYZ 48.12 22.99 92.34 -
YUV 101.93 211.57 215.07 -
System Red Green Blue C M Y K H S L
Decimal 224 11 250 0.10 0.96 0 0.02 293.47 0.96 0.51
Hex E0 B FA A 60 0 2 125 60 33
Octal 340 13 372 12 140 0 2 445 140 63
Binary 11100000 1011 11111010 1010 1100000 0 10 100100101 1100000 110011

Color Harmonies of #E00BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00BFA

Black with #E00BFA

Text Example


Text Example

White with #E00BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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