Html Css Color HEX #E200F4 Psychedelic Purple

📋 copy color: '#E200F4'

red 226 ◦ green 0 ◦ blue 244

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

Shades of Psychedelic Purple #E200F4

Tints of Psychedelic Purple #E200F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 51.91%

R = 48.09%
G = 0%
B = 51.91%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E200F4 (or 0xE200F4) is known color: Psychedelic Purple. HEX triplet: E2, 00 and F4. RGB value is (226,0,244). Sum of RGB (Red+Green+Blue) = 226+0+244=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 0 (0.39% from 255 or 0% from 470); Blue value is 244 (95.70% from 255 or 51.91% from 470); Max value from RGB is 244 - color contains mainly: blue. Hex color #E200F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E200F4 is #1DFF0B. Grayscale: #5E5E5E. Windows color (decimal): -1965836 or 15991010. OLE color: 15991010.

HSL color Cylindrical-coordinate representation of color #E200F4: hue angle of 295.57º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E200F4 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 0 244 -
CMYK 0.07 1 0 0.04
HSL 295.57º 1% 0.48% -
HSV(B) 295.57º 1% 0.96% -
XYZ 47.69 22.7 87.46 -
YUV 95.39 211.87 221.16 -
System Red Green Blue C M Y K H S L
Decimal 226 0 244 0.07 1 0 0.04 295.57 1 0.48
Hex E2 0 F4 7 64 0 4 128 64 30
Octal 342 0 364 7 144 0 4 450 144 60
Binary 11100010 0 11110100 111 1100100 0 100 100101000 1100100 110000

Color Harmonies of #E200F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E200F4

Black with #E200F4

Text Example


Text Example

White with #E200F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E200F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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