Html Css Color HEX #E00BFC Psychedelic Purple

📋 copy color: '#E00BFC'

red 224 ◦ green 11 ◦ blue 252

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

Shades of Psychedelic Purple #E00BFC

Tints of Psychedelic Purple #E00BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.75%

R = 46%
G = 2.26%
B = 51.75%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E00BFC (or 0xE00BFC) is known color: Psychedelic Purple. HEX triplet: E0, 0B and FC. RGB value is (224,11,252). Sum of RGB (Red+Green+Blue) = 224+11+252=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 11 (4.69% from 255 or 2.26% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #E00BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00BFC is #1FF403. Grayscale: #656565. Windows color (decimal): -2094084 or 16518112. OLE color: 16518112.

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

Color convert

RGB 224 11 252 -
CMYK 0.11 0.96 0 0.01
HSL 293.03º 0.98% 0.52% -
HSV(B) 293.03º 0.96% 0.99% -
XYZ 48.43 23.11 94 -
YUV 102.16 212.57 214.9 -
System Red Green Blue C M Y K H S L
Decimal 224 11 252 0.11 0.96 0 0.01 293.03 0.98 0.52
Hex E0 B FC B 60 0 1 125 62 34
Octal 340 13 374 13 140 0 1 445 142 64
Binary 11100000 1011 11111100 1011 1100000 0 1 100100101 1100010 110100

Color Harmonies of #E00BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00BFC

Black with #E00BFC

Text Example


Text Example

White with #E00BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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