Html Css Color HEX #E604FF Psychedelic Purple

📋 copy color: '#E604FF'

red 230 ◦ green 4 ◦ blue 255

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

Shades of Psychedelic Purple #E604FF

Tints of Psychedelic Purple #E604FF

RGB

 RED value IS 230 (90.23% from 255) = 47.03%

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

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

R = 47.03%
G = 0.82%
B = 52.15%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E604FF (or 0xE604FF) is known color: Psychedelic Purple. HEX triplet: E6, 04 and FF. RGB value is (230,4,255). Sum of RGB (Red+Green+Blue) = 230+4+255=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 4 (1.95% from 255 or 0.82% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #E604FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E604FF is #19FB00. Grayscale: #636363. Windows color (decimal): -1702657 or 16712934. OLE color: 16712934.

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

Color convert

RGB 230 4 255 -
CMYK 0.10 0.98 0 0
HSL 294.02º 1% 0.51% -
HSV(B) 294.02º 0.98% 1% -
XYZ 50.73 24.13 96.59 -
YUV 100.19 215.37 220.59 -
System Red Green Blue C M Y K H S L
Decimal 230 4 255 0.10 0.98 0 0 294.02 1 0.51
Hex E6 4 FF A 62 0 0 126 64 33
Octal 346 4 377 12 142 0 0 446 144 63
Binary 11100110 100 11111111 1010 1100010 0 0 100100110 1100100 110011

Color Harmonies of #E604FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E604FF

Black with #E604FF

Text Example


Text Example

White with #E604FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E604FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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