Html Css Color HEX #E607FE Psychedelic Purple

📋 copy color: '#E607FE'

red 230 ◦ green 7 ◦ blue 254

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

Shades of Psychedelic Purple #E607FE

Tints of Psychedelic Purple #E607FE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.43%

 BLUE value IS 254 (99.61% from 255) = 51.73%

R = 46.84%
G = 1.43%
B = 51.73%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E607FE (or 0xE607FE) is known color: Psychedelic Purple. HEX triplet: E6, 07 and FE. RGB value is (230,7,254). Sum of RGB (Red+Green+Blue) = 230+7+254=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 7 (3.12% from 255 or 1.43% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #E607FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E607FE is #19F801. Grayscale: #656565. Windows color (decimal): -1701890 or 16648166. OLE color: 16648166.

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

Color convert

RGB 230 7 254 -
CMYK 0.09 0.97 0 0.00
HSL 294.17º 0.99% 0.51% -
HSV(B) 294.17º 0.97% 1% -
XYZ 50.6 24.13 95.76 -
YUV 101.84 213.88 219.42 -
System Red Green Blue C M Y K H S L
Decimal 230 7 254 0.09 0.97 0 0.00 294.17 0.99 0.51
Hex E6 7 FE 9 61 0 0 126 63 33
Octal 346 7 376 11 141 0 0 446 143 63
Binary 11100110 111 11111110 1001 1100001 0 0 100100110 1100011 110011

Color Harmonies of #E607FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E607FE

Black with #E607FE

Text Example


Text Example

White with #E607FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E607FE; }

 p { color: rgb(230,7,254); }

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

background-color css

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

 a { background-color: rgb(230,7,254); }

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

border-color css

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

 span { border-color: rgb(230,7,254); }

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