Html Css Color HEX #E30DFE Psychedelic Purple

📋 copy color: '#E30DFE'

red 227 ◦ green 13 ◦ blue 254

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

Shades of Psychedelic Purple #E30DFE

Tints of Psychedelic Purple #E30DFE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.63%

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

R = 45.95%
G = 2.63%
B = 51.42%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E30DFE (or 0xE30DFE) is known color: Psychedelic Purple. HEX triplet: E3, 0D and FE. RGB value is (227,13,254). Sum of RGB (Red+Green+Blue) = 227+13+254=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 13 (5.47% from 255 or 2.63% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #E30DFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30DFE is #1CF201. Grayscale: #676767. Windows color (decimal): -1896962 or 16649699. OLE color: 16649699.

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

Color convert

RGB 227 13 254 -
CMYK 0.11 0.95 0 0.00
HSL 293.28º 0.99% 0.52% -
HSV(B) 293.28º 0.95% 1% -
XYZ 49.71 23.77 95.73 -
YUV 104.46 212.4 215.4 -
System Red Green Blue C M Y K H S L
Decimal 227 13 254 0.11 0.95 0 0.00 293.28 0.99 0.52
Hex E3 D FE B 5F 0 0 125 63 34
Octal 343 15 376 13 137 0 0 445 143 64
Binary 11100011 1101 11111110 1011 1011111 0 0 100100101 1100011 110100

Color Harmonies of #E30DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30DFE

Black with #E30DFE

Text Example


Text Example

White with #E30DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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