Html Css Color HEX #E30AF8 Psychedelic Purple

📋 copy color: '#E30AF8'

red 227 ◦ green 10 ◦ blue 248

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

Shades of Psychedelic Purple #E30AF8

Tints of Psychedelic Purple #E30AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 51.13%

R = 46.8%
G = 2.06%
B = 51.13%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E30AF8 (or 0xE30AF8) is known color: Psychedelic Purple. HEX triplet: E3, 0A and F8. RGB value is (227,10,248). Sum of RGB (Red+Green+Blue) = 227+10+248=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 10 (4.30% from 255 or 2.06% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #E30AF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30AF8 is #1CF507. Grayscale: #656565. Windows color (decimal): -1897736 or 16255715. OLE color: 16255715.

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

Color convert

RGB 227 10 248 -
CMYK 0.08 0.96 0 0.03
HSL 294.71º 0.94% 0.51% -
HSV(B) 294.71º 0.96% 0.97% -
XYZ 48.73 23.33 90.74 -
YUV 102.02 210.39 217.15 -
System Red Green Blue C M Y K H S L
Decimal 227 10 248 0.08 0.96 0 0.03 294.71 0.94 0.51
Hex E3 A F8 8 60 0 3 127 5E 33
Octal 343 12 370 10 140 0 3 447 136 63
Binary 11100011 1010 11111000 1000 1100000 0 11 100100111 1011110 110011

Color Harmonies of #E30AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30AF8

Black with #E30AF8

Text Example


Text Example

White with #E30AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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