Html Css Color HEX #E700E5 Psychedelic Purple

📋 copy color: '#E700E5'

red 231 ◦ green 0 ◦ blue 229

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

Shades of Psychedelic Purple #E700E5

Tints of Psychedelic Purple #E700E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.78%

R = 50.22%
G = 0%
B = 49.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E700E5 (or 0xE700E5) is known color: Psychedelic Purple. HEX triplet: E7, 00 and E5. RGB value is (231,0,229). Sum of RGB (Red+Green+Blue) = 231+0+229=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 0 (0.39% from 255 or 0% from 460); Blue value is 229 (89.84% from 255 or 49.78% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E700E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E700E5 is #18FF1A. Grayscale: #5E5E5E. Windows color (decimal): -1638171 or 15007975. OLE color: 15007975.

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

Color convert

RGB 231 0 229 -
CMYK 0 1 0.01 0.09
HSL 300.52º 1% 0.45% -
HSV(B) 300.52º 1% 0.91% -
XYZ 47.1 22.65 76.02 -
YUV 95.18 203.53 224.88 -
System Red Green Blue C M Y K H S L
Decimal 231 0 229 0 1 0.01 0.09 300.52 1 0.45
Hex E7 0 E5 0 64 1 9 12D 64 2D
Octal 347 0 345 0 144 1 11 455 144 55
Binary 11100111 0 11100101 0 1100100 1 1001 100101101 1100100 101101

Color Harmonies of #E700E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E700E5

Black with #E700E5

Text Example


Text Example

White with #E700E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E700E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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