Html Css Color HEX #E30AEB Psychedelic Purple

📋 copy color: '#E30AEB'

red 227 ◦ green 10 ◦ blue 235

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

Shades of Psychedelic Purple #E30AEB

Tints of Psychedelic Purple #E30AEB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.12%

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

R = 48.09%
G = 2.12%
B = 49.79%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E30AEB (or 0xE30AEB) is known color: Psychedelic Purple. HEX triplet: E3, 0A and EB. RGB value is (227,10,235). Sum of RGB (Red+Green+Blue) = 227+10+235=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 10 (4.30% from 255 or 2.12% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #E30AEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30AEB is #1CF514. Grayscale: #636363. Windows color (decimal): -1897749 or 15403747. OLE color: 15403747.

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

Color convert

RGB 227 10 235 -
CMYK 0.03 0.96 0 0.08
HSL 297.87º 0.92% 0.48% -
HSV(B) 297.87º 0.96% 0.92% -
XYZ 46.78 22.55 80.48 -
YUV 100.53 203.89 218.2 -
System Red Green Blue C M Y K H S L
Decimal 227 10 235 0.03 0.96 0 0.08 297.87 0.92 0.48
Hex E3 A EB 3 60 0 8 12A 5C 30
Octal 343 12 353 3 140 0 10 452 134 60
Binary 11100011 1010 11101011 11 1100000 0 1000 100101010 1011100 110000

Color Harmonies of #E30AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30AEB

Black with #E30AEB

Text Example


Text Example

White with #E30AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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