Html Css Color HEX #E00BEB Psychedelic Purple

📋 copy color: '#E00BEB'

red 224 ◦ green 11 ◦ blue 235

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

Shades of Psychedelic Purple #E00BEB

Tints of Psychedelic Purple #E00BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50%

R = 47.66%
G = 2.34%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E00BEB (or 0xE00BEB) is known color: Psychedelic Purple. HEX triplet: E0, 0B and EB. RGB value is (224,11,235). Sum of RGB (Red+Green+Blue) = 224+11+235=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 11 (4.69% from 255 or 2.34% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #E00BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00BEB is #1FF414. Grayscale: #636363. Windows color (decimal): -2094101 or 15404000. OLE color: 15404000.

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

Color convert

RGB 224 11 235 -
CMYK 0.05 0.95 0 0.08
HSL 297.05º 0.91% 0.48% -
HSV(B) 297.05º 0.95% 0.92% -
XYZ 45.86 22.08 80.44 -
YUV 100.22 204.07 216.29 -
System Red Green Blue C M Y K H S L
Decimal 224 11 235 0.05 0.95 0 0.08 297.05 0.91 0.48
Hex E0 B EB 5 5F 0 8 129 5B 30
Octal 340 13 353 5 137 0 10 451 133 60
Binary 11100000 1011 11101011 101 1011111 0 1000 100101001 1011011 110000

Color Harmonies of #E00BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00BEB

Black with #E00BEB

Text Example


Text Example

White with #E00BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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