Html Css Color HEX #E100FB Psychedelic Purple

📋 copy color: '#E100FB'

red 225 ◦ green 0 ◦ blue 251

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

Shades of Psychedelic Purple #E100FB

Tints of Psychedelic Purple #E100FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.27%
G = 0%
B = 52.73%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E100FB (or 0xE100FB) is known color: Psychedelic Purple. HEX triplet: E1, 00 and FB. RGB value is (225,0,251). Sum of RGB (Red+Green+Blue) = 225+0+251=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 0 (0.39% from 255 or 0% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #E100FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E100FB is #1EFF04. Grayscale: #5F5F5F. Windows color (decimal): -2031365 or 16449761. OLE color: 16449761.

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

Color convert

RGB 225 0 251 -
CMYK 0.10 1 0 0.02
HSL 293.78º 1% 0.49% -
HSV(B) 293.78º 1% 0.98% -
XYZ 48.46 22.97 93.15 -
YUV 95.89 215.54 220.09 -
System Red Green Blue C M Y K H S L
Decimal 225 0 251 0.10 1 0 0.02 293.78 1 0.49
Hex E1 0 FB A 64 0 2 126 64 31
Octal 341 0 373 12 144 0 2 446 144 61
Binary 11100001 0 11111011 1010 1100100 0 10 100100110 1100100 110001

Color Harmonies of #E100FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E100FB

Black with #E100FB

Text Example


Text Example

White with #E100FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E100FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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