Html Css Color HEX #E604F2 Psychedelic Purple

📋 copy color: '#E604F2'

red 230 ◦ green 4 ◦ blue 242

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

Shades of Psychedelic Purple #E604F2

Tints of Psychedelic Purple #E604F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.84%

R = 48.32%
G = 0.84%
B = 50.84%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E604F2 (or 0xE604F2) is known color: Psychedelic Purple. HEX triplet: E6, 04 and F2. RGB value is (230,4,242). Sum of RGB (Red+Green+Blue) = 230+4+242=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 4 (1.95% from 255 or 0.84% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #E604F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E604F2 is #19FB0D. Grayscale: #616161. Windows color (decimal): -1702670 or 15860966. OLE color: 15860966.

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

Color convert

RGB 230 4 242 -
CMYK 0.05 0.98 0 0.05
HSL 296.97º 0.97% 0.48% -
HSV(B) 296.97º 0.98% 0.95% -
XYZ 48.7 23.32 85.94 -
YUV 98.71 208.87 221.65 -
System Red Green Blue C M Y K H S L
Decimal 230 4 242 0.05 0.98 0 0.05 296.97 0.97 0.48
Hex E6 4 F2 5 62 0 5 129 61 30
Octal 346 4 362 5 142 0 5 451 141 60
Binary 11100110 100 11110010 101 1100010 0 101 100101001 1100001 110000

Color Harmonies of #E604F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E604F2

Black with #E604F2

Text Example


Text Example

White with #E604F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E604F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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