Html Css Color HEX #E700EE Psychedelic Purple

📋 copy color: '#E700EE'

red 231 ◦ green 0 ◦ blue 238

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

Shades of Psychedelic Purple #E700EE

Tints of Psychedelic Purple #E700EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.75%

R = 49.25%
G = 0%
B = 50.75%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E700EE (or 0xE700EE) is known color: Psychedelic Purple. HEX triplet: E7, 00 and EE. RGB value is (231,0,238). Sum of RGB (Red+Green+Blue) = 231+0+238=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 0 (0.39% from 255 or 0% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #E700EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E700EE is #18FF11. Grayscale: #5F5F5F. Windows color (decimal): -1638162 or 15597799. OLE color: 15597799.

HSL color Cylindrical-coordinate representation of color #E700EE: hue angle of 298.24º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E700EE is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 0 238 -
CMYK 0.03 1 0 0.07
HSL 298.24º 1% 0.47% -
HSV(B) 298.24º 1% 0.93% -
XYZ 48.39 23.16 82.81 -
YUV 96.2 208.03 224.15 -
System Red Green Blue C M Y K H S L
Decimal 231 0 238 0.03 1 0 0.07 298.24 1 0.47
Hex E7 0 EE 3 64 0 7 12A 64 2F
Octal 347 0 356 3 144 0 7 452 144 57
Binary 11100111 0 11101110 11 1100100 0 111 100101010 1100100 101111

Color Harmonies of #E700EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E700EE

Black with #E700EE

Text Example


Text Example

White with #E700EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E700EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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