Html Css Color HEX #E20BEF Psychedelic Purple

📋 copy color: '#E20BEF'

red 226 ◦ green 11 ◦ blue 239

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

Shades of Psychedelic Purple #E20BEF

Tints of Psychedelic Purple #E20BEF

RGB

 RED value IS 226 (88.67% from 255) = 47.48%

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

 BLUE value IS 239 (93.75% from 255) = 50.21%

R = 47.48%
G = 2.31%
B = 50.21%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E20BEF (or 0xE20BEF) is known color: Psychedelic Purple. HEX triplet: E2, 0B and EF. RGB value is (226,11,239). Sum of RGB (Red+Green+Blue) = 226+11+239=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 11 (4.69% from 255 or 2.31% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #E20BEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20BEF is #1DF410. Grayscale: #646464. Windows color (decimal): -1963025 or 15666146. OLE color: 15666146.

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

Color convert

RGB 226 11 239 -
CMYK 0.05 0.95 0 0.06
HSL 296.58º 0.91% 0.49% -
HSV(B) 296.58º 0.95% 0.94% -
XYZ 47.06 22.64 83.55 -
YUV 101.28 205.73 216.96 -
System Red Green Blue C M Y K H S L
Decimal 226 11 239 0.05 0.95 0 0.06 296.58 0.91 0.49
Hex E2 B EF 5 5F 0 6 129 5B 31
Octal 342 13 357 5 137 0 6 451 133 61
Binary 11100010 1011 11101111 101 1011111 0 110 100101001 1011011 110001

Color Harmonies of #E20BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20BEF

Black with #E20BEF

Text Example


Text Example

White with #E20BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20BEF; }

 p { color: rgb(226,11,239); }

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

background-color css

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

 a { background-color: rgb(226,11,239); }

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

border-color css

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

 span { border-color: rgb(226,11,239); }

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