Html Css Color HEX #E204FF Psychedelic Purple

📋 copy color: '#E204FF'

red 226 ◦ green 4 ◦ blue 255

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

Shades of Psychedelic Purple #E204FF

Tints of Psychedelic Purple #E204FF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.82%

 BLUE value IS 255 (100% from 255) = 52.58%

R = 46.6%
G = 0.82%
B = 52.58%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E204FF (or 0xE204FF) is known color: Psychedelic Purple. HEX triplet: E2, 04 and FF. RGB value is (226,4,255). Sum of RGB (Red+Green+Blue) = 226+4+255=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 4 (1.95% from 255 or 0.82% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #E204FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E204FF is #1DFB00. Grayscale: #626262. Windows color (decimal): -1964801 or 16712930. OLE color: 16712930.

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

Color convert

RGB 226 4 255 -
CMYK 0.11 0.98 0 0
HSL 293.07º 1% 0.51% -
HSV(B) 293.07º 0.98% 1% -
XYZ 49.46 23.48 96.53 -
YUV 98.99 216.05 218.59 -
System Red Green Blue C M Y K H S L
Decimal 226 4 255 0.11 0.98 0 0 293.07 1 0.51
Hex E2 4 FF B 62 0 0 125 64 33
Octal 342 4 377 13 142 0 0 445 144 63
Binary 11100010 100 11111111 1011 1100010 0 0 100100101 1100100 110011

Color Harmonies of #E204FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E204FF

Black with #E204FF

Text Example


Text Example

White with #E204FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E204FF; }

 p { color: rgb(226,4,255); }

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

background-color css

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

 a { background-color: rgb(226,4,255); }

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

border-color css

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

 span { border-color: rgb(226,4,255); }

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