Html Css Color HEX #E707FF Psychedelic Purple

📋 copy color: '#E707FF'

red 231 ◦ green 7 ◦ blue 255

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

Shades of Psychedelic Purple #E707FF

Tints of Psychedelic Purple #E707FF

RGB

 RED value IS 231 (90.63% from 255) = 46.86%

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

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

R = 46.86%
G = 1.42%
B = 51.72%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E707FF (or 0xE707FF) is known color: Psychedelic Purple. HEX triplet: E7, 07 and FF. RGB value is (231,7,255). Sum of RGB (Red+Green+Blue) = 231+7+255=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 7 (3.12% from 255 or 1.42% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #E707FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E707FF is #18F800. Grayscale: #656565. Windows color (decimal): -1636353 or 16713703. OLE color: 16713703.

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

Color convert

RGB 231 7 255 -
CMYK 0.09 0.97 0 0
HSL 294.19º 1% 0.51% -
HSV(B) 294.19º 0.97% 1% -
XYZ 51.08 24.36 96.62 -
YUV 102.25 214.21 219.83 -
System Red Green Blue C M Y K H S L
Decimal 231 7 255 0.09 0.97 0 0 294.19 1 0.51
Hex E7 7 FF 9 61 0 0 126 64 33
Octal 347 7 377 11 141 0 0 446 144 63
Binary 11100111 111 11111111 1001 1100001 0 0 100100110 1100100 110011

Color Harmonies of #E707FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E707FF

Black with #E707FF

Text Example


Text Example

White with #E707FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E707FF; }

 p { color: rgb(231,7,255); }

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

background-color css

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

 a { background-color: rgb(231,7,255); }

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

border-color css

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

 span { border-color: rgb(231,7,255); }

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