Html Css Color HEX #E30EEB Psychedelic Purple

📋 copy color: '#E30EEB'

red 227 ◦ green 14 ◦ blue 235

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

Shades of Psychedelic Purple #E30EEB

Tints of Psychedelic Purple #E30EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 47.69%
G = 2.94%
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

#E30EEB (or 0xE30EEB) is known color: Psychedelic Purple. HEX triplet: E3, 0E and EB. RGB value is (227,14,235). Sum of RGB (Red+Green+Blue) = 227+14+235=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 14 (5.86% from 255 or 2.94% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #E30EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30EEB is #1CF114. Grayscale: #666666. Windows color (decimal): -1896725 or 15404771. OLE color: 15404771.

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

Color convert

RGB 227 14 235 -
CMYK 0.03 0.94 0 0.08
HSL 297.83º 0.89% 0.49% -
HSV(B) 297.83º 0.94% 0.92% -
XYZ 46.83 22.64 80.5 -
YUV 102.88 202.57 216.53 -
System Red Green Blue C M Y K H S L
Decimal 227 14 235 0.03 0.94 0 0.08 297.83 0.89 0.49
Hex E3 E EB 3 5E 0 8 12A 59 31
Octal 343 16 353 3 136 0 10 452 131 61
Binary 11100011 1110 11101011 11 1011110 0 1000 100101010 1011001 110001

Color Harmonies of #E30EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30EEB

Black with #E30EEB

Text Example


Text Example

White with #E30EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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