Html Css Color HEX #E21CEB Psychedelic Purple

📋 copy color: '#E21CEB'

red 226 ◦ green 28 ◦ blue 235

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

Shades of Psychedelic Purple #E21CEB

Tints of Psychedelic Purple #E21CEB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.73%

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

R = 46.22%
G = 5.73%
B = 48.06%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E21CEB (or 0xE21CEB) is known color: Psychedelic Purple. HEX triplet: E2, 1C and EB. RGB value is (226,28,235). Sum of RGB (Red+Green+Blue) = 226+28+235=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 28 (11.33% from 255 or 5.73% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #E21CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21CEB is #1DE314. Grayscale: #6E6E6E. Windows color (decimal): -1958677 or 15408354. OLE color: 15408354.

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

Color convert

RGB 226 28 235 -
CMYK 0.04 0.88 0 0.08
HSL 297.39º 0.84% 0.52% -
HSV(B) 297.39º 0.88% 0.92% -
XYZ 46.77 23 80.57 -
YUV 110.8 198.1 210.17 -
System Red Green Blue C M Y K H S L
Decimal 226 28 235 0.04 0.88 0 0.08 297.39 0.84 0.52
Hex E2 1C EB 4 58 0 8 129 54 34
Octal 342 34 353 4 130 0 10 451 124 64
Binary 11100010 11100 11101011 100 1011000 0 1000 100101001 1010100 110100

Color Harmonies of #E21CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21CEB

Black with #E21CEB

Text Example


Text Example

White with #E21CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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