Html Css Color HEX #E00BED Psychedelic Purple

📋 copy color: '#E00BED'

red 224 ◦ green 11 ◦ blue 237

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

Shades of Psychedelic Purple #E00BED

Tints of Psychedelic Purple #E00BED

RGB

 RED value IS 224 (87.89% from 255) = 47.46%

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

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

R = 47.46%
G = 2.33%
B = 50.21%

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

#E00BED (or 0xE00BED) is known color: Psychedelic Purple. HEX triplet: E0, 0B and ED. RGB value is (224,11,237). Sum of RGB (Red+Green+Blue) = 224+11+237=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 11 (4.69% from 255 or 2.33% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #E00BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00BED is #1FF412. Grayscale: #636363. Windows color (decimal): -2094099 or 15535072. OLE color: 15535072.

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

Color convert

RGB 224 11 237 -
CMYK 0.05 0.95 0 0.07
HSL 296.55º 0.91% 0.49% -
HSV(B) 296.55º 0.95% 0.93% -
XYZ 46.15 22.2 81.97 -
YUV 100.45 205.07 216.12 -
System Red Green Blue C M Y K H S L
Decimal 224 11 237 0.05 0.95 0 0.07 296.55 0.91 0.49
Hex E0 B ED 5 5F 0 7 129 5B 31
Octal 340 13 355 5 137 0 7 451 133 61
Binary 11100000 1011 11101101 101 1011111 0 111 100101001 1011011 110001

Color Harmonies of #E00BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00BED

Black with #E00BED

Text Example


Text Example

White with #E00BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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