Html Css Color HEX #E700FD Psychedelic Purple

📋 copy color: '#E700FD'

red 231 ◦ green 0 ◦ blue 253

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

Shades of Psychedelic Purple #E700FD

Tints of Psychedelic Purple #E700FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.27%

R = 47.73%
G = 0%
B = 52.27%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E700FD (or 0xE700FD) is known color: Psychedelic Purple. HEX triplet: E7, 00 and FD. RGB value is (231,0,253). Sum of RGB (Red+Green+Blue) = 231+0+253=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 0 (0.39% from 255 or 0% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #E700FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E700FD is #18FF02. Grayscale: #616161. Windows color (decimal): -1638147 or 16580839. OLE color: 16580839.

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

Color convert

RGB 231 0 253 -
CMYK 0.09 1 0 0.01
HSL 294.78º 1% 0.5% -
HSV(B) 294.78º 1% 0.99% -
XYZ 50.68 24.08 94.91 -
YUV 97.91 215.53 222.93 -
System Red Green Blue C M Y K H S L
Decimal 231 0 253 0.09 1 0 0.01 294.78 1 0.5
Hex E7 0 FD 9 64 0 1 127 64 32
Octal 347 0 375 11 144 0 1 447 144 62
Binary 11100111 0 11111101 1001 1100100 0 1 100100111 1100100 110010

Color Harmonies of #E700FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E700FD

Black with #E700FD

Text Example


Text Example

White with #E700FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E700FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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