Html Css Color HEX #E30FEE Psychedelic Purple

📋 copy color: '#E30FEE'

red 227 ◦ green 15 ◦ blue 238

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

Shades of Psychedelic Purple #E30FEE

Tints of Psychedelic Purple #E30FEE

RGB

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

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

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

R = 47.29%
G = 3.13%
B = 49.58%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E30FEE (or 0xE30FEE) is known color: Psychedelic Purple. HEX triplet: E3, 0F and EE. RGB value is (227,15,238). Sum of RGB (Red+Green+Blue) = 227+15+238=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 15 (6.25% from 255 or 3.12% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #E30FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30FEE is #1CF011. Grayscale: #676767. Windows color (decimal): -1896466 or 15601635. OLE color: 15601635.

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

Color convert

RGB 227 15 238 -
CMYK 0.05 0.94 0 0.07
HSL 297.04º 0.88% 0.5% -
HSV(B) 297.04º 0.94% 0.93% -
XYZ 47.28 22.85 82.81 -
YUV 103.81 203.74 215.87 -
System Red Green Blue C M Y K H S L
Decimal 227 15 238 0.05 0.94 0 0.07 297.04 0.88 0.5
Hex E3 F EE 5 5E 0 7 129 58 32
Octal 343 17 356 5 136 0 7 451 130 62
Binary 11100011 1111 11101110 101 1011110 0 111 100101001 1011000 110010

Color Harmonies of #E30FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30FEE

Black with #E30FEE

Text Example


Text Example

White with #E30FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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