Html Css Color HEX #E30AEE Psychedelic Purple

📋 copy color: '#E30AEE'

red 227 ◦ green 10 ◦ blue 238

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

Shades of Psychedelic Purple #E30AEE

Tints of Psychedelic Purple #E30AEE

RGB

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

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

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

R = 47.79%
G = 2.11%
B = 50.11%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E30AEE (or 0xE30AEE) is known color: Psychedelic Purple. HEX triplet: E3, 0A and EE. RGB value is (227,10,238). Sum of RGB (Red+Green+Blue) = 227+10+238=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 10 (4.30% from 255 or 2.11% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #E30AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30AEE is #1CF511. Grayscale: #646464. Windows color (decimal): -1897746 or 15600355. OLE color: 15600355.

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

Color convert

RGB 227 10 238 -
CMYK 0.05 0.96 0 0.07
HSL 297.11º 0.92% 0.49% -
HSV(B) 297.11º 0.96% 0.93% -
XYZ 47.22 22.72 82.79 -
YUV 100.88 205.39 217.96 -
System Red Green Blue C M Y K H S L
Decimal 227 10 238 0.05 0.96 0 0.07 297.11 0.92 0.49
Hex E3 A EE 5 60 0 7 129 5C 31
Octal 343 12 356 5 140 0 7 451 134 61
Binary 11100011 1010 11101110 101 1100000 0 111 100101001 1011100 110001

Color Harmonies of #E30AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30AEE

Black with #E30AEE

Text Example


Text Example

White with #E30AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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