Html Css Color HEX #E700EB Psychedelic Purple

📋 copy color: '#E700EB'

red 231 ◦ green 0 ◦ blue 235

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

Shades of Psychedelic Purple #E700EB

Tints of Psychedelic Purple #E700EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.43%

R = 49.57%
G = 0%
B = 50.43%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E700EB (or 0xE700EB) is known color: Psychedelic Purple. HEX triplet: E7, 00 and EB. RGB value is (231,0,235). Sum of RGB (Red+Green+Blue) = 231+0+235=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 0 (0.39% from 255 or 0% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #E700EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E700EB is #18FF14. Grayscale: #5F5F5F. Windows color (decimal): -1638165 or 15401191. OLE color: 15401191.

HSL color Cylindrical-coordinate representation of color #E700EB: hue angle of 298.98º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E700EB is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 0 235 -
CMYK 0.02 1 0 0.08
HSL 298.98º 1% 0.46% -
HSV(B) 298.98º 1% 0.92% -
XYZ 47.95 22.99 80.51 -
YUV 95.86 206.53 224.39 -
System Red Green Blue C M Y K H S L
Decimal 231 0 235 0.02 1 0 0.08 298.98 1 0.46
Hex E7 0 EB 2 64 0 8 12B 64 2E
Octal 347 0 353 2 144 0 10 453 144 56
Binary 11100111 0 11101011 10 1100100 0 1000 100101011 1100100 101110

Color Harmonies of #E700EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E700EB

Black with #E700EB

Text Example


Text Example

White with #E700EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E700EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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