Html Css Color HEX #E30FFA Psychedelic Purple

📋 copy color: '#E30FFA'

red 227 ◦ green 15 ◦ blue 250

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

Shades of Psychedelic Purple #E30FFA

Tints of Psychedelic Purple #E30FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.05%

 BLUE value IS 250 (98.05% from 255) = 50.81%

R = 46.14%
G = 3.05%
B = 50.81%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E30FFA (or 0xE30FFA) is known color: Psychedelic Purple. HEX triplet: E3, 0F and FA. RGB value is (227,15,250). Sum of RGB (Red+Green+Blue) = 227+15+250=492 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.14% from 492); Green value is 15 (6.25% from 255 or 3.05% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #E30FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30FFA is #1CF005. Grayscale: #686868. Windows color (decimal): -1896454 or 16388067. OLE color: 16388067.

HSL color Cylindrical-coordinate representation of color #E30FFA: hue angle of 294.13º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30FFA is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 227 15 250 -
CMYK 0.09 0.94 0 0.02
HSL 294.13º 0.96% 0.52% -
HSV(B) 294.13º 0.94% 0.98% -
XYZ 49.1 23.57 92.4 -
YUV 105.18 209.74 214.89 -
System Red Green Blue C M Y K H S L
Decimal 227 15 250 0.09 0.94 0 0.02 294.13 0.96 0.52
Hex E3 F FA 9 5E 0 2 126 60 34
Octal 343 17 372 11 136 0 2 446 140 64
Binary 11100011 1111 11111010 1001 1011110 0 10 100100110 1100000 110100

Color Harmonies of #E30FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30FFA

Black with #E30FFA

Text Example


Text Example

White with #E30FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30FFA; }

 p { color: rgb(227,15,250); }

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

background-color css

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

 a { background-color: rgb(227,15,250); }

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

border-color css

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

 span { border-color: rgb(227,15,250); }

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