Html Css Color HEX #E21BEF Psychedelic Purple

📋 copy color: '#E21BEF'

red 226 ◦ green 27 ◦ blue 239

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

Shades of Psychedelic Purple #E21BEF

Tints of Psychedelic Purple #E21BEF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.49%

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

R = 45.93%
G = 5.49%
B = 48.58%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E21BEF (or 0xE21BEF) is known color: Psychedelic Purple. HEX triplet: E2, 1B and EF. RGB value is (226,27,239). Sum of RGB (Red+Green+Blue) = 226+27+239=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 27 (10.94% from 255 or 5.49% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #E21BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21BEF is #1DE410. Grayscale: #6E6E6E. Windows color (decimal): -1958929 or 15670242. OLE color: 15670242.

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

Color convert

RGB 226 27 239 -
CMYK 0.05 0.89 0 0.06
HSL 296.32º 0.87% 0.52% -
HSV(B) 296.32º 0.89% 0.94% -
XYZ 47.34 23.18 83.64 -
YUV 110.67 200.43 210.26 -
System Red Green Blue C M Y K H S L
Decimal 226 27 239 0.05 0.89 0 0.06 296.32 0.87 0.52
Hex E2 1B EF 5 59 0 6 128 57 34
Octal 342 33 357 5 131 0 6 450 127 64
Binary 11100010 11011 11101111 101 1011001 0 110 100101000 1010111 110100

Color Harmonies of #E21BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21BEF

Black with #E21BEF

Text Example


Text Example

White with #E21BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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