Html Css Color HEX #E30FF0 Psychedelic Purple

📋 copy color: '#E30FF0'

red 227 ◦ green 15 ◦ blue 240

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

Shades of Psychedelic Purple #E30FF0

Tints of Psychedelic Purple #E30FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.79%

R = 47.1%
G = 3.11%
B = 49.79%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E30FF0 (or 0xE30FF0) is known color: Psychedelic Purple. HEX triplet: E3, 0F and F0. RGB value is (227,15,240). Sum of RGB (Red+Green+Blue) = 227+15+240=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 15 (6.25% from 255 or 3.11% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #E30FF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30FF0 is #1CF00F. Grayscale: #676767. Windows color (decimal): -1896464 or 15732707. OLE color: 15732707.

HSL color Cylindrical-coordinate representation of color #E30FF0: hue angle of 296.53º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30FF0 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 227 15 240 -
CMYK 0.05 0.94 0 0.06
HSL 296.53º 0.88% 0.5% -
HSV(B) 296.53º 0.94% 0.94% -
XYZ 47.58 22.96 84.36 -
YUV 104.04 204.74 215.7 -
System Red Green Blue C M Y K H S L
Decimal 227 15 240 0.05 0.94 0 0.06 296.53 0.88 0.5
Hex E3 F F0 5 5E 0 6 129 58 32
Octal 343 17 360 5 136 0 6 451 130 62
Binary 11100011 1111 11110000 101 1011110 0 110 100101001 1011000 110010

Color Harmonies of #E30FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30FF0

Black with #E30FF0

Text Example


Text Example

White with #E30FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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