Html Css Color HEX #E30EEE Psychedelic Purple

📋 copy color: '#E30EEE'

red 227 ◦ green 14 ◦ blue 238

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

Shades of Psychedelic Purple #E30EEE

Tints of Psychedelic Purple #E30EEE

RGB

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

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

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

R = 47.39%
G = 2.92%
B = 49.69%

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

#E30EEE (or 0xE30EEE) is known color: Psychedelic Purple. HEX triplet: E3, 0E and EE. RGB value is (227,14,238). Sum of RGB (Red+Green+Blue) = 227+14+238=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #E30EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30EEE is #1CF111. Grayscale: #666666. Windows color (decimal): -1896722 or 15601379. OLE color: 15601379.

HSL color Cylindrical-coordinate representation of color #E30EEE: hue angle of 297.05º degrees, saturation: 0.89, 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 #E30EEE is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 14 238 -
CMYK 0.05 0.94 0 0.07
HSL 297.05º 0.89% 0.49% -
HSV(B) 297.05º 0.94% 0.93% -
XYZ 47.27 22.82 82.8 -
YUV 103.22 204.07 216.29 -
System Red Green Blue C M Y K H S L
Decimal 227 14 238 0.05 0.94 0 0.07 297.05 0.89 0.49
Hex E3 E EE 5 5E 0 7 129 59 31
Octal 343 16 356 5 136 0 7 451 131 61
Binary 11100011 1110 11101110 101 1011110 0 111 100101001 1011001 110001

Color Harmonies of #E30EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30EEE

Black with #E30EEE

Text Example


Text Example

White with #E30EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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