Html Css Color HEX #E30EFE Psychedelic Purple

📋 copy color: '#E30EFE'

red 227 ◦ green 14 ◦ blue 254

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

Shades of Psychedelic Purple #E30EFE

Tints of Psychedelic Purple #E30EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.83%

 BLUE value IS 254 (99.61% from 255) = 51.31%

R = 45.86%
G = 2.83%
B = 51.31%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E30EFE (or 0xE30EFE) is known color: Psychedelic Purple. HEX triplet: E3, 0E and FE. RGB value is (227,14,254). Sum of RGB (Red+Green+Blue) = 227+14+254=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 14 (5.86% from 255 or 2.83% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #E30EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30EFE is #1CF101. Grayscale: #686868. Windows color (decimal): -1896706 or 16649955. OLE color: 16649955.

HSL color Cylindrical-coordinate representation of color #E30EFE: hue angle of 293.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30EFE is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 227 14 254 -
CMYK 0.11 0.94 0 0.00
HSL 293.25º 0.99% 0.53% -
HSV(B) 293.25º 0.94% 1% -
XYZ 49.72 23.8 95.74 -
YUV 105.05 212.07 214.99 -
System Red Green Blue C M Y K H S L
Decimal 227 14 254 0.11 0.94 0 0.00 293.25 0.99 0.53
Hex E3 E FE B 5E 0 0 125 63 35
Octal 343 16 376 13 136 0 0 445 143 65
Binary 11100011 1110 11111110 1011 1011110 0 0 100100101 1100011 110101

Color Harmonies of #E30EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30EFE

Black with #E30EFE

Text Example


Text Example

White with #E30EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30EFE; }

 p { color: rgb(227,14,254); }

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

background-color css

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

 a { background-color: rgb(227,14,254); }

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

border-color css

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

 span { border-color: rgb(227,14,254); }

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