Html Css Color HEX #E300FF Psychedelic Purple

📋 copy color: '#E300FF'

red 227 ◦ green 0 ◦ blue 255

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

Shades of Psychedelic Purple #E300FF

Tints of Psychedelic Purple #E300FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.9%

R = 47.1%
G = 0%
B = 52.9%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E300FF (or 0xE300FF) is known color: Psychedelic Purple. HEX triplet: E3, 00 and FF. RGB value is (227,0,255). Sum of RGB (Red+Green+Blue) = 227+0+255=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 0 (0.39% from 255 or 0% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #E300FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E300FF is #1CFF00. Grayscale: #606060. Windows color (decimal): -1900289 or 16711907. OLE color: 16711907.

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

Color convert

RGB 227 0 255 -
CMYK 0.11 1 0 0
HSL 293.41º 1% 0.5% -
HSV(B) 293.41º 1% 1% -
XYZ 49.73 23.55 96.53 -
YUV 96.94 217.21 220.77 -
System Red Green Blue C M Y K H S L
Decimal 227 0 255 0.11 1 0 0 293.41 1 0.5
Hex E3 0 FF B 64 0 0 125 64 32
Octal 343 0 377 13 144 0 0 445 144 62
Binary 11100011 0 11111111 1011 1100100 0 0 100100101 1100100 110010

Color Harmonies of #E300FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E300FF

Black with #E300FF

Text Example


Text Example

White with #E300FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E300FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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