Html Css Color HEX #E21EEB Psychedelic Purple

📋 copy color: '#E21EEB'

red 226 ◦ green 30 ◦ blue 235

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

Shades of Psychedelic Purple #E21EEB

Tints of Psychedelic Purple #E21EEB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.11%

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

R = 46.03%
G = 6.11%
B = 47.86%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E21EEB (or 0xE21EEB) is known color: Psychedelic Purple. HEX triplet: E2, 1E and EB. RGB value is (226,30,235). Sum of RGB (Red+Green+Blue) = 226+30+235=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 30 (12.11% from 255 or 6.11% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #E21EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21EEB is #1DE114. Grayscale: #6F6F6F. Windows color (decimal): -1958165 or 15408866. OLE color: 15408866.

HSL color Cylindrical-coordinate representation of color #E21EEB: hue angle of 297.37º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21EEB is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 30 235 -
CMYK 0.04 0.87 0 0.08
HSL 297.37º 0.84% 0.52% -
HSV(B) 297.37º 0.87% 0.92% -
XYZ 46.82 23.1 80.59 -
YUV 111.97 197.43 209.33 -
System Red Green Blue C M Y K H S L
Decimal 226 30 235 0.04 0.87 0 0.08 297.37 0.84 0.52
Hex E2 1E EB 4 57 0 8 129 54 34
Octal 342 36 353 4 127 0 10 451 124 64
Binary 11100010 11110 11101011 100 1010111 0 1000 100101001 1010100 110100

Color Harmonies of #E21EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21EEB

Black with #E21EEB

Text Example


Text Example

White with #E21EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21EEB; }

 p { color: rgb(226,30,235); }

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

background-color css

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

 a { background-color: rgb(226,30,235); }

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

border-color css

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

 span { border-color: rgb(226,30,235); }

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