Html Css Color HEX #E200FC Psychedelic Purple

📋 copy color: '#E200FC'

red 226 ◦ green 0 ◦ blue 252

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

Shades of Psychedelic Purple #E200FC

Tints of Psychedelic Purple #E200FC

RGB

 RED value IS 226 (88.67% from 255) = 47.28%

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

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

R = 47.28%
G = 0%
B = 52.72%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E200FC (or 0xE200FC) is known color: Psychedelic Purple. HEX triplet: E2, 00 and FC. RGB value is (226,0,252). Sum of RGB (Red+Green+Blue) = 226+0+252=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 0 (0.39% from 255 or 0% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #E200FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E200FC is #1DFF03. Grayscale: #5F5F5F. Windows color (decimal): -1965828 or 16515298. OLE color: 16515298.

HSL color Cylindrical-coordinate representation of color #E200FC: hue angle of 293.81º 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 #E200FC is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 0 252 -
CMYK 0.10 1 0 0.01
HSL 293.81º 1% 0.49% -
HSV(B) 293.81º 1% 0.99% -
XYZ 48.93 23.2 93.99 -
YUV 96.3 215.87 220.51 -
System Red Green Blue C M Y K H S L
Decimal 226 0 252 0.10 1 0 0.01 293.81 1 0.49
Hex E2 0 FC A 64 0 1 126 64 31
Octal 342 0 374 12 144 0 1 446 144 61
Binary 11100010 0 11111100 1010 1100100 0 1 100100110 1100100 110001

Color Harmonies of #E200FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E200FC

Black with #E200FC

Text Example


Text Example

White with #E200FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E200FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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