Html Css Color HEX #E700F3 Psychedelic Purple

📋 copy color: '#E700F3'

red 231 ◦ green 0 ◦ blue 243

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

Shades of Psychedelic Purple #E700F3

Tints of Psychedelic Purple #E700F3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 243 (95.31% from 255) = 51.27%

R = 48.73%
G = 0%
B = 51.27%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E700F3 (or 0xE700F3) is known color: Psychedelic Purple. HEX triplet: E7, 00 and F3. RGB value is (231,0,243). Sum of RGB (Red+Green+Blue) = 231+0+243=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #E700F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E700F3 is #18FF0C. Grayscale: #606060. Windows color (decimal): -1638157 or 15925479. OLE color: 15925479.

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

Color convert

RGB 231 0 243 -
CMYK 0.05 1 0 0.05
HSL 297.04º 1% 0.48% -
HSV(B) 297.04º 1% 0.95% -
XYZ 49.13 23.46 86.73 -
YUV 96.77 210.53 223.74 -
System Red Green Blue C M Y K H S L
Decimal 231 0 243 0.05 1 0 0.05 297.04 1 0.48
Hex E7 0 F3 5 64 0 5 129 64 30
Octal 347 0 363 5 144 0 5 451 144 60
Binary 11100111 0 11110011 101 1100100 0 101 100101001 1100100 110000

Color Harmonies of #E700F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E700F3

Black with #E700F3

Text Example


Text Example

White with #E700F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E700F3; }

 p { color: rgb(231,0,243); }

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

background-color css

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

 a { background-color: rgb(231,0,243); }

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

border-color css

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

 span { border-color: rgb(231,0,243); }

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