Html Css Color HEX #E00BEC Psychedelic Purple

📋 copy color: '#E00BEC'

red 224 ◦ green 11 ◦ blue 236

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

Shades of Psychedelic Purple #E00BEC

Tints of Psychedelic Purple #E00BEC

RGB

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

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

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

R = 47.56%
G = 2.34%
B = 50.11%

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

#E00BEC (or 0xE00BEC) is known color: Psychedelic Purple. HEX triplet: E0, 0B and EC. RGB value is (224,11,236). Sum of RGB (Red+Green+Blue) = 224+11+236=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 11 (4.69% from 255 or 2.34% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #E00BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00BEC is #1FF413. Grayscale: #636363. Windows color (decimal): -2094100 or 15469536. OLE color: 15469536.

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

Color convert

RGB 224 11 236 -
CMYK 0.05 0.95 0 0.07
HSL 296.8º 0.91% 0.48% -
HSV(B) 296.8º 0.95% 0.93% -
XYZ 46 22.14 81.21 -
YUV 100.34 204.57 216.2 -
System Red Green Blue C M Y K H S L
Decimal 224 11 236 0.05 0.95 0 0.07 296.8 0.91 0.48
Hex E0 B EC 5 5F 0 7 129 5B 30
Octal 340 13 354 5 137 0 7 451 133 60
Binary 11100000 1011 11101100 101 1011111 0 111 100101001 1011011 110000

Color Harmonies of #E00BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00BEC

Black with #E00BEC

Text Example


Text Example

White with #E00BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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