Html Css Color HEX #E00BE6 Psychedelic Purple

📋 copy color: '#E00BE6'

red 224 ◦ green 11 ◦ blue 230

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

Shades of Psychedelic Purple #E00BE6

Tints of Psychedelic Purple #E00BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.46%

R = 48.17%
G = 2.37%
B = 49.46%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E00BE6 (or 0xE00BE6) is known color: Psychedelic Purple. HEX triplet: E0, 0B and E6. RGB value is (224,11,230). Sum of RGB (Red+Green+Blue) = 224+11+230=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 11 (4.69% from 255 or 2.37% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #E00BE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00BE6 is #1FF419. Grayscale: #626262. Windows color (decimal): -2094106 or 15076320. OLE color: 15076320.

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

Color convert

RGB 224 11 230 -
CMYK 0.03 0.95 0 0.10
HSL 298.36º 0.91% 0.47% -
HSV(B) 298.36º 0.95% 0.9% -
XYZ 45.14 21.8 76.69 -
YUV 99.65 201.57 216.69 -
System Red Green Blue C M Y K H S L
Decimal 224 11 230 0.03 0.95 0 0.10 298.36 0.91 0.47
Hex E0 B E6 3 5F 0 A 12A 5B 2F
Octal 340 13 346 3 137 0 12 452 133 57
Binary 11100000 1011 11100110 11 1011111 0 1010 100101010 1011011 101111

Color Harmonies of #E00BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00BE6

Black with #E00BE6

Text Example


Text Example

White with #E00BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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