Html Css Color HEX #E604E8 Psychedelic Purple

📋 copy color: '#E604E8'

red 230 ◦ green 4 ◦ blue 232

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

Shades of Psychedelic Purple #E604E8

Tints of Psychedelic Purple #E604E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.79%

R = 49.36%
G = 0.86%
B = 49.79%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E604E8 (or 0xE604E8) is known color: Psychedelic Purple. HEX triplet: E6, 04 and E8. RGB value is (230,4,232). Sum of RGB (Red+Green+Blue) = 230+4+232=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 4 (1.95% from 255 or 0.86% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #E604E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E604E8 is #19FB17. Grayscale: #606060. Windows color (decimal): -1702680 or 15205606. OLE color: 15205606.

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

Color convert

RGB 230 4 232 -
CMYK 0.01 0.98 0 0.09
HSL 299.47º 0.97% 0.46% -
HSV(B) 299.47º 0.98% 0.91% -
XYZ 47.24 22.74 78.24 -
YUV 97.57 203.87 222.46 -
System Red Green Blue C M Y K H S L
Decimal 230 4 232 0.01 0.98 0 0.09 299.47 0.97 0.46
Hex E6 4 E8 1 62 0 9 12B 61 2E
Octal 346 4 350 1 142 0 11 453 141 56
Binary 11100110 100 11101000 1 1100010 0 1001 100101011 1100001 101110

Color Harmonies of #E604E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E604E8

Black with #E604E8

Text Example


Text Example

White with #E604E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E604E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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