Html Css Color HEX #E300EF Psychedelic Purple

📋 copy color: '#E300EF'

red 227 ◦ green 0 ◦ blue 239

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

Shades of Psychedelic Purple #E300EF

Tints of Psychedelic Purple #E300EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.29%

R = 48.71%
G = 0%
B = 51.29%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E300EF (or 0xE300EF) is known color: Psychedelic Purple. HEX triplet: E3, 00 and EF. RGB value is (227,0,239). Sum of RGB (Red+Green+Blue) = 227+0+239=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 0 (0.39% from 255 or 0% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #E300EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E300EF is #1CFF10. Grayscale: #5E5E5E. Windows color (decimal): -1900305 or 15663331. OLE color: 15663331.

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

Color convert

RGB 227 0 239 -
CMYK 0.05 1 0 0.06
HSL 296.99º 1% 0.47% -
HSV(B) 296.99º 1% 0.94% -
XYZ 47.26 22.56 83.53 -
YUV 95.12 209.21 222.07 -
System Red Green Blue C M Y K H S L
Decimal 227 0 239 0.05 1 0 0.06 296.99 1 0.47
Hex E3 0 EF 5 64 0 6 129 64 2F
Octal 343 0 357 5 144 0 6 451 144 57
Binary 11100011 0 11101111 101 1100100 0 110 100101001 1100100 101111

Color Harmonies of #E300EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E300EF

Black with #E300EF

Text Example


Text Example

White with #E300EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E300EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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