Html Css Color HEX #E100FC Psychedelic Purple

📋 copy color: '#E100FC'

red 225 ◦ green 0 ◦ blue 252

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

Shades of Psychedelic Purple #E100FC

Tints of Psychedelic Purple #E100FC

RGB

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

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

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

R = 47.17%
G = 0%
B = 52.83%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E100FC (or 0xE100FC) is known color: Psychedelic Purple. HEX triplet: E1, 00 and FC. RGB value is (225,0,252). Sum of RGB (Red+Green+Blue) = 225+0+252=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 0 (0.39% from 255 or 0% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #E100FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E100FC is #1EFF03. Grayscale: #5F5F5F. Windows color (decimal): -2031364 or 16515297. OLE color: 16515297.

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

Color convert

RGB 225 0 252 -
CMYK 0.11 1 0 0.01
HSL 293.57º 1% 0.49% -
HSV(B) 293.57º 1% 0.99% -
XYZ 48.62 23.04 93.98 -
YUV 96 216.04 220.01 -
System Red Green Blue C M Y K H S L
Decimal 225 0 252 0.11 1 0 0.01 293.57 1 0.49
Hex E1 0 FC B 64 0 1 126 64 31
Octal 341 0 374 13 144 0 1 446 144 61
Binary 11100001 0 11111100 1011 1100100 0 1 100100110 1100100 110001

Color Harmonies of #E100FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E100FC

Black with #E100FC

Text Example


Text Example

White with #E100FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E100FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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