Html Css Color HEX #E300EE Psychedelic Purple

📋 copy color: '#E300EE'

red 227 ◦ green 0 ◦ blue 238

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

Shades of Psychedelic Purple #E300EE

Tints of Psychedelic Purple #E300EE

RGB

 RED value IS 227 (89.06% from 255) = 48.82%

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

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

R = 48.82%
G = 0%
B = 51.18%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E300EE (or 0xE300EE) is known color: Psychedelic Purple. HEX triplet: E3, 00 and EE. RGB value is (227,0,238). Sum of RGB (Red+Green+Blue) = 227+0+238=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #E300EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E300EE is #1CFF11. Grayscale: #5E5E5E. Windows color (decimal): -1900306 or 15597795. OLE color: 15597795.

HSL color Cylindrical-coordinate representation of color #E300EE: hue angle of 297.23º 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 #E300EE is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 0 238 -
CMYK 0.05 1 0 0.07
HSL 297.23º 1% 0.47% -
HSV(B) 297.23º 1% 0.93% -
XYZ 47.11 22.5 82.75 -
YUV 95.01 208.71 222.15 -
System Red Green Blue C M Y K H S L
Decimal 227 0 238 0.05 1 0 0.07 297.23 1 0.47
Hex E3 0 EE 5 64 0 7 129 64 2F
Octal 343 0 356 5 144 0 7 451 144 57
Binary 11100011 0 11101110 101 1100100 0 111 100101001 1100100 101111

Color Harmonies of #E300EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E300EE

Black with #E300EE

Text Example


Text Example

White with #E300EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E300EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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