Html Css Color HEX #E308E8 Psychedelic Purple

📋 copy color: '#E308E8'

red 227 ◦ green 8 ◦ blue 232

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

Shades of Psychedelic Purple #E308E8

Tints of Psychedelic Purple #E308E8

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.71%

 BLUE value IS 232 (91.02% from 255) = 49.68%

R = 48.61%
G = 1.71%
B = 49.68%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E308E8 (or 0xE308E8) is known color: Psychedelic Purple. HEX triplet: E3, 08 and E8. RGB value is (227,8,232). Sum of RGB (Red+Green+Blue) = 227+8+232=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 8 (3.52% from 255 or 1.71% from 467); Blue value is 232 (91.02% from 255 or 49.68% from 467); Max value from RGB is 232 - color contains mainly: blue. Hex color #E308E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E308E8 is #1CF717. Grayscale: #626262. Windows color (decimal): -1898264 or 15206627. OLE color: 15206627.

HSL color Cylindrical-coordinate representation of color #E308E8: hue angle of 298.66º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E308E8 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 227 8 232 -
CMYK 0.02 0.97 0 0.09
HSL 298.66º 0.93% 0.47% -
HSV(B) 298.66º 0.97% 0.91% -
XYZ 46.33 22.33 78.21 -
YUV 99.02 203.05 219.29 -
System Red Green Blue C M Y K H S L
Decimal 227 8 232 0.02 0.97 0 0.09 298.66 0.93 0.47
Hex E3 8 E8 2 61 0 9 12B 5D 2F
Octal 343 10 350 2 141 0 11 453 135 57
Binary 11100011 1000 11101000 10 1100001 0 1001 100101011 1011101 101111

Color Harmonies of #E308E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E308E8

Black with #E308E8

Text Example


Text Example

White with #E308E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E308E8; }

 p { color: rgb(227,8,232); }

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

background-color css

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

 a { background-color: rgb(227,8,232); }

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

border-color css

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

 span { border-color: rgb(227,8,232); }

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