Html Css Color HEX #E307EB Psychedelic Purple

📋 copy color: '#E307EB'

red 227 ◦ green 7 ◦ blue 235

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

Shades of Psychedelic Purple #E307EB

Tints of Psychedelic Purple #E307EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 48.4%
G = 1.49%
B = 50.11%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E307EB (or 0xE307EB) is known color: Psychedelic Purple. HEX triplet: E3, 07 and EB. RGB value is (227,7,235). Sum of RGB (Red+Green+Blue) = 227+7+235=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 7 (3.12% from 255 or 1.49% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #E307EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E307EB is #1CF814. Grayscale: #626262. Windows color (decimal): -1898517 or 15402979. OLE color: 15402979.

HSL color Cylindrical-coordinate representation of color #E307EB: hue angle of 297.89º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E307EB is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 7 235 -
CMYK 0.03 0.97 0 0.08
HSL 297.89º 0.94% 0.47% -
HSV(B) 297.89º 0.97% 0.92% -
XYZ 46.75 22.48 80.47 -
YUV 98.77 204.89 219.46 -
System Red Green Blue C M Y K H S L
Decimal 227 7 235 0.03 0.97 0 0.08 297.89 0.94 0.47
Hex E3 7 EB 3 61 0 8 12A 5E 2F
Octal 343 7 353 3 141 0 10 452 136 57
Binary 11100011 111 11101011 11 1100001 0 1000 100101010 1011110 101111

Color Harmonies of #E307EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E307EB

Black with #E307EB

Text Example


Text Example

White with #E307EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E307EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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