Html Css Color HEX #E30EED Psychedelic Purple

📋 copy color: '#E30EED'

red 227 ◦ green 14 ◦ blue 237

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

Shades of Psychedelic Purple #E30EED

Tints of Psychedelic Purple #E30EED

RGB

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

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

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

R = 47.49%
G = 2.93%
B = 49.58%

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

#E30EED (or 0xE30EED) is known color: Psychedelic Purple. HEX triplet: E3, 0E and ED. RGB value is (227,14,237). Sum of RGB (Red+Green+Blue) = 227+14+237=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 14 (5.86% from 255 or 2.93% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #E30EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30EED is #1CF112. Grayscale: #666666. Windows color (decimal): -1896723 or 15535843. OLE color: 15535843.

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

Color convert

RGB 227 14 237 -
CMYK 0.04 0.94 0 0.07
HSL 297.31º 0.89% 0.49% -
HSV(B) 297.31º 0.94% 0.93% -
XYZ 47.12 22.76 82.03 -
YUV 103.11 203.57 216.37 -
System Red Green Blue C M Y K H S L
Decimal 227 14 237 0.04 0.94 0 0.07 297.31 0.89 0.49
Hex E3 E ED 4 5E 0 7 129 59 31
Octal 343 16 355 4 136 0 7 451 131 61
Binary 11100011 1110 11101101 100 1011110 0 111 100101001 1011001 110001

Color Harmonies of #E30EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30EED

Black with #E30EED

Text Example


Text Example

White with #E30EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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