Html Css Color HEX #E604FC Psychedelic Purple

📋 copy color: '#E604FC'

red 230 ◦ green 4 ◦ blue 252

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

Shades of Psychedelic Purple #E604FC

Tints of Psychedelic Purple #E604FC

RGB

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

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

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

R = 47.33%
G = 0.82%
B = 51.85%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E604FC (or 0xE604FC) is known color: Psychedelic Purple. HEX triplet: E6, 04 and FC. RGB value is (230,4,252). Sum of RGB (Red+Green+Blue) = 230+4+252=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 4 (1.95% from 255 or 0.82% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #E604FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E604FC is #19FB03. Grayscale: #636363. Windows color (decimal): -1702660 or 16516326. OLE color: 16516326.

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

Color convert

RGB 230 4 252 -
CMYK 0.09 0.98 0 0.01
HSL 294.68º 0.98% 0.5% -
HSV(B) 294.68º 0.98% 0.99% -
XYZ 50.25 23.94 94.07 -
YUV 99.85 213.87 220.83 -
System Red Green Blue C M Y K H S L
Decimal 230 4 252 0.09 0.98 0 0.01 294.68 0.98 0.5
Hex E6 4 FC 9 62 0 1 127 62 32
Octal 346 4 374 11 142 0 1 447 142 62
Binary 11100110 100 11111100 1001 1100010 0 1 100100111 1100010 110010

Color Harmonies of #E604FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E604FC

Black with #E604FC

Text Example


Text Example

White with #E604FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E604FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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