Html Css Color HEX #E30FED Psychedelic Purple

📋 copy color: '#E30FED'

red 227 ◦ green 15 ◦ blue 237

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

Shades of Psychedelic Purple #E30FED

Tints of Psychedelic Purple #E30FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.48%

R = 47.39%
G = 3.13%
B = 49.48%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E30FED (or 0xE30FED) is known color: Psychedelic Purple. HEX triplet: E3, 0F and ED. RGB value is (227,15,237). Sum of RGB (Red+Green+Blue) = 227+15+237=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #E30FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30FED is #1CF012. Grayscale: #676767. Windows color (decimal): -1896467 or 15536099. OLE color: 15536099.

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

Color convert

RGB 227 15 237 -
CMYK 0.04 0.94 0 0.07
HSL 297.3º 0.88% 0.49% -
HSV(B) 297.3º 0.94% 0.93% -
XYZ 47.14 22.79 82.03 -
YUV 103.7 203.24 215.95 -
System Red Green Blue C M Y K H S L
Decimal 227 15 237 0.04 0.94 0 0.07 297.3 0.88 0.49
Hex E3 F ED 4 5E 0 7 129 58 31
Octal 343 17 355 4 136 0 7 451 130 61
Binary 11100011 1111 11101101 100 1011110 0 111 100101001 1011000 110001

Color Harmonies of #E30FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30FED

Black with #E30FED

Text Example


Text Example

White with #E30FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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