Html Css Color HEX #E50BEC Psychedelic Purple

📋 copy color: '#E50BEC'

red 229 ◦ green 11 ◦ blue 236

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

Shades of Psychedelic Purple #E50BEC

Tints of Psychedelic Purple #E50BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.58%

R = 48.11%
G = 2.31%
B = 49.58%

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

#E50BEC (or 0xE50BEC) is known color: Psychedelic Purple. HEX triplet: E5, 0B and EC. RGB value is (229,11,236). Sum of RGB (Red+Green+Blue) = 229+11+236=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 11 (4.69% from 255 or 2.31% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #E50BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50BEC is #1AF413. Grayscale: #656565. Windows color (decimal): -1766420 or 15469541. OLE color: 15469541.

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

Color convert

RGB 229 11 236 -
CMYK 0.03 0.95 0 0.07
HSL 298.13º 0.91% 0.48% -
HSV(B) 298.13º 0.95% 0.93% -
XYZ 47.57 22.95 81.28 -
YUV 101.83 203.72 218.7 -
System Red Green Blue C M Y K H S L
Decimal 229 11 236 0.03 0.95 0 0.07 298.13 0.91 0.48
Hex E5 B EC 3 5F 0 7 12A 5B 30
Octal 345 13 354 3 137 0 7 452 133 60
Binary 11100101 1011 11101100 11 1011111 0 111 100101010 1011011 110000

Color Harmonies of #E50BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50BEC

Black with #E50BEC

Text Example


Text Example

White with #E50BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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