Html Css Color HEX #E307EE Psychedelic Purple

📋 copy color: '#E307EE'

red 227 ◦ green 7 ◦ blue 238

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

Shades of Psychedelic Purple #E307EE

Tints of Psychedelic Purple #E307EE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.48%

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

R = 48.09%
G = 1.48%
B = 50.42%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E307EE (or 0xE307EE) is known color: Psychedelic Purple. HEX triplet: E3, 07 and EE. RGB value is (227,7,238). Sum of RGB (Red+Green+Blue) = 227+7+238=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 7 (3.12% from 255 or 1.48% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #E307EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E307EE is #1CF811. Grayscale: #626262. Windows color (decimal): -1898514 or 15599587. OLE color: 15599587.

HSL color Cylindrical-coordinate representation of color #E307EE: hue angle of 297.14º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E307EE is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 7 238 -
CMYK 0.05 0.97 0 0.07
HSL 297.14º 0.94% 0.48% -
HSV(B) 297.14º 0.97% 0.93% -
XYZ 47.19 22.66 82.77 -
YUV 99.11 206.39 219.22 -
System Red Green Blue C M Y K H S L
Decimal 227 7 238 0.05 0.97 0 0.07 297.14 0.94 0.48
Hex E3 7 EE 5 61 0 7 129 5E 30
Octal 343 7 356 5 141 0 7 451 136 60
Binary 11100011 111 11101110 101 1100001 0 111 100101001 1011110 110000

Color Harmonies of #E307EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E307EE

Black with #E307EE

Text Example


Text Example

White with #E307EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E307EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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