Html Css Color HEX #E604E4 Psychedelic Purple

📋 copy color: '#E604E4'

red 230 ◦ green 4 ◦ blue 228

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

Shades of Psychedelic Purple #E604E4

Tints of Psychedelic Purple #E604E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.35%

R = 49.78%
G = 0.87%
B = 49.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E604E4 (or 0xE604E4) is known color: Psychedelic Purple. HEX triplet: E6, 04 and E4. RGB value is (230,4,228). Sum of RGB (Red+Green+Blue) = 230+4+228=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 4 (1.95% from 255 or 0.87% from 462); Blue value is 228 (89.45% from 255 or 49.35% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E604E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E604E4 is #19FB1B. Grayscale: #606060. Windows color (decimal): -1702684 or 14943462. OLE color: 14943462.

HSL color Cylindrical-coordinate representation of color #E604E4: hue angle of 300.53º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E604E4 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 4 228 -
CMYK 0 0.98 0.01 0.10
HSL 300.53º 0.97% 0.46% -
HSV(B) 300.53º 0.98% 0.9% -
XYZ 46.68 22.51 75.28 -
YUV 97.11 201.87 222.79 -
System Red Green Blue C M Y K H S L
Decimal 230 4 228 0 0.98 0.01 0.10 300.53 0.97 0.46
Hex E6 4 E4 0 62 1 A 12D 61 2E
Octal 346 4 344 0 142 1 12 455 141 56
Binary 11100110 100 11100100 0 1100010 1 1010 100101101 1100001 101110

Color Harmonies of #E604E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E604E4

Black with #E604E4

Text Example


Text Example

White with #E604E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E604E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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