Html Css Color HEX #E30BEE Psychedelic Purple

📋 copy color: '#E30BEE'

red 227 ◦ green 11 ◦ blue 238

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

Shades of Psychedelic Purple #E30BEE

Tints of Psychedelic Purple #E30BEE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.31%

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

R = 47.69%
G = 2.31%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E30BEE (or 0xE30BEE) is known color: Psychedelic Purple. HEX triplet: E3, 0B and EE. RGB value is (227,11,238). Sum of RGB (Red+Green+Blue) = 227+11+238=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 11 (4.69% from 255 or 2.31% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #E30BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30BEE is #1CF411. Grayscale: #646464. Windows color (decimal): -1897490 or 15600611. OLE color: 15600611.

HSL color Cylindrical-coordinate representation of color #E30BEE: hue angle of 297.09º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30BEE is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 11 238 -
CMYK 0.05 0.95 0 0.07
HSL 297.09º 0.91% 0.49% -
HSV(B) 297.09º 0.95% 0.93% -
XYZ 47.23 22.74 82.79 -
YUV 101.46 205.06 217.54 -
System Red Green Blue C M Y K H S L
Decimal 227 11 238 0.05 0.95 0 0.07 297.09 0.91 0.49
Hex E3 B EE 5 5F 0 7 129 5B 31
Octal 343 13 356 5 137 0 7 451 133 61
Binary 11100011 1011 11101110 101 1011111 0 111 100101001 1011011 110001

Color Harmonies of #E30BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30BEE

Black with #E30BEE

Text Example


Text Example

White with #E30BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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