Html Css Color HEX #E604FA Psychedelic Purple

📋 copy color: '#E604FA'

red 230 ◦ green 4 ◦ blue 250

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

Shades of Psychedelic Purple #E604FA

Tints of Psychedelic Purple #E604FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.65%

R = 47.52%
G = 0.83%
B = 51.65%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E604FA (or 0xE604FA) is known color: Psychedelic Purple. HEX triplet: E6, 04 and FA. RGB value is (230,4,250). Sum of RGB (Red+Green+Blue) = 230+4+250=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 4 (1.95% from 255 or 0.83% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #E604FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E604FA is #19FB05. Grayscale: #626262. Windows color (decimal): -1702662 or 16385254. OLE color: 16385254.

HSL color Cylindrical-coordinate representation of color #E604FA: hue angle of 295.12º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E604FA is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 4 250 -
CMYK 0.08 0.98 0 0.02
HSL 295.12º 0.97% 0.5% -
HSV(B) 295.12º 0.98% 0.98% -
XYZ 49.93 23.81 92.41 -
YUV 99.62 212.87 221 -
System Red Green Blue C M Y K H S L
Decimal 230 4 250 0.08 0.98 0 0.02 295.12 0.97 0.5
Hex E6 4 FA 8 62 0 2 127 61 32
Octal 346 4 372 10 142 0 2 447 141 62
Binary 11100110 100 11111010 1000 1100010 0 10 100100111 1100001 110010

Color Harmonies of #E604FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E604FA

Black with #E604FA

Text Example


Text Example

White with #E604FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E604FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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