Html Css Color HEX #E50BED Psychedelic Purple

📋 copy color: '#E50BED'

red 229 ◦ green 11 ◦ blue 237

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

Shades of Psychedelic Purple #E50BED

Tints of Psychedelic Purple #E50BED

RGB

 RED value IS 229 (89.84% from 255) = 48.01%

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

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

R = 48.01%
G = 2.31%
B = 49.69%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E50BED (or 0xE50BED) is known color: Psychedelic Purple. HEX triplet: E5, 0B and ED. RGB value is (229,11,237). Sum of RGB (Red+Green+Blue) = 229+11+237=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 11 (4.69% from 255 or 2.31% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #E50BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50BED is #1AF412. Grayscale: #656565. Windows color (decimal): -1766419 or 15535077. OLE color: 15535077.

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

Color convert

RGB 229 11 237 -
CMYK 0.03 0.95 0 0.07
HSL 297.88º 0.91% 0.49% -
HSV(B) 297.88º 0.95% 0.93% -
XYZ 47.72 23.01 82.05 -
YUV 101.95 204.22 218.62 -
System Red Green Blue C M Y K H S L
Decimal 229 11 237 0.03 0.95 0 0.07 297.88 0.91 0.49
Hex E5 B ED 3 5F 0 7 12A 5B 31
Octal 345 13 355 3 137 0 7 452 133 61
Binary 11100101 1011 11101101 11 1011111 0 111 100101010 1011011 110001

Color Harmonies of #E50BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50BED

Black with #E50BED

Text Example


Text Example

White with #E50BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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