Html Css Color HEX #E605FF Psychedelic Purple

📋 copy color: '#E605FF'

red 230 ◦ green 5 ◦ blue 255

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

Shades of Psychedelic Purple #E605FF

Tints of Psychedelic Purple #E605FF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.02%

 BLUE value IS 255 (100% from 255) = 52.04%

R = 46.94%
G = 1.02%
B = 52.04%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E605FF (or 0xE605FF) is known color: Psychedelic Purple. HEX triplet: E6, 05 and FF. RGB value is (230,5,255). Sum of RGB (Red+Green+Blue) = 230+5+255=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 5 (2.34% from 255 or 1.02% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #E605FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E605FF is #19FA00. Grayscale: #646464. Windows color (decimal): -1702401 or 16713190. OLE color: 16713190.

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

Color convert

RGB 230 5 255 -
CMYK 0.10 0.98 0 0
HSL 294º 1% 0.51% -
HSV(B) 294º 0.98% 1% -
XYZ 50.74 24.15 96.6 -
YUV 100.78 215.04 220.17 -
System Red Green Blue C M Y K H S L
Decimal 230 5 255 0.10 0.98 0 0 294 1 0.51
Hex E6 5 FF A 62 0 0 126 64 33
Octal 346 5 377 12 142 0 0 446 144 63
Binary 11100110 101 11111111 1010 1100010 0 0 100100110 1100100 110011

Color Harmonies of #E605FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E605FF

Black with #E605FF

Text Example


Text Example

White with #E605FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E605FF; }

 p { color: rgb(230,5,255); }

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

background-color css

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

 a { background-color: rgb(230,5,255); }

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

border-color css

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

 span { border-color: rgb(230,5,255); }

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