Html Css Color HEX #E30DEA Psychedelic Purple

📋 copy color: '#E30DEA'

red 227 ◦ green 13 ◦ blue 234

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

Shades of Psychedelic Purple #E30DEA

Tints of Psychedelic Purple #E30DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.37%

R = 47.89%
G = 2.74%
B = 49.37%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E30DEA (or 0xE30DEA) is known color: Psychedelic Purple. HEX triplet: E3, 0D and EA. RGB value is (227,13,234). Sum of RGB (Red+Green+Blue) = 227+13+234=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 13 (5.47% from 255 or 2.74% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #E30DEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30DEA is #1CF215. Grayscale: #656565. Windows color (decimal): -1896982 or 15338979. OLE color: 15338979.

HSL color Cylindrical-coordinate representation of color #E30DEA: hue angle of 298.1º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30DEA is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 13 234 -
CMYK 0.03 0.94 0 0.08
HSL 298.1º 0.89% 0.48% -
HSV(B) 298.1º 0.94% 0.92% -
XYZ 46.67 22.56 79.74 -
YUV 102.18 202.4 217.03 -
System Red Green Blue C M Y K H S L
Decimal 227 13 234 0.03 0.94 0 0.08 298.1 0.89 0.48
Hex E3 D EA 3 5E 0 8 12A 59 30
Octal 343 15 352 3 136 0 10 452 131 60
Binary 11100011 1101 11101010 11 1011110 0 1000 100101010 1011001 110000

Color Harmonies of #E30DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30DEA

Black with #E30DEA

Text Example


Text Example

White with #E30DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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