Html Css Color HEX #E30BED Psychedelic Purple

📋 copy color: '#E30BED'

red 227 ◦ green 11 ◦ blue 237

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

Shades of Psychedelic Purple #E30BED

Tints of Psychedelic Purple #E30BED

RGB

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

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

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

R = 47.79%
G = 2.32%
B = 49.89%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E30BED (or 0xE30BED) is known color: Psychedelic Purple. HEX triplet: E3, 0B and ED. RGB value is (227,11,237). Sum of RGB (Red+Green+Blue) = 227+11+237=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 11 (4.69% from 255 or 2.32% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #E30BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30BED is #1CF412. Grayscale: #646464. Windows color (decimal): -1897491 or 15535075. OLE color: 15535075.

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

Color convert

RGB 227 11 237 -
CMYK 0.04 0.95 0 0.07
HSL 297.35º 0.91% 0.49% -
HSV(B) 297.35º 0.95% 0.93% -
XYZ 47.08 22.68 82.02 -
YUV 101.35 204.56 217.62 -
System Red Green Blue C M Y K H S L
Decimal 227 11 237 0.04 0.95 0 0.07 297.35 0.91 0.49
Hex E3 B ED 4 5F 0 7 129 5B 31
Octal 343 13 355 4 137 0 7 451 133 61
Binary 11100011 1011 11101101 100 1011111 0 111 100101001 1011011 110001

Color Harmonies of #E30BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30BED

Black with #E30BED

Text Example


Text Example

White with #E30BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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