Html Css Color HEX #E228EB Psychedelic Purple

📋 copy color: '#E228EB'

red 226 ◦ green 40 ◦ blue 235

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

Shades of Psychedelic Purple #E228EB

Tints of Psychedelic Purple #E228EB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.98%

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

R = 45.11%
G = 7.98%
B = 46.91%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E228EB (or 0xE228EB) is known color: Psychedelic Purple. HEX triplet: E2, 28 and EB. RGB value is (226,40,235). Sum of RGB (Red+Green+Blue) = 226+40+235=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 40 (16.02% from 255 or 7.98% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #E228EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E228EB is #1DD714. Grayscale: #757575. Windows color (decimal): -1955605 or 15411426. OLE color: 15411426.

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

Color convert

RGB 226 40 235 -
CMYK 0.04 0.83 0 0.08
HSL 297.23º 0.83% 0.54% -
HSV(B) 297.23º 0.83% 0.92% -
XYZ 47.12 23.68 80.69 -
YUV 117.84 194.12 205.14 -
System Red Green Blue C M Y K H S L
Decimal 226 40 235 0.04 0.83 0 0.08 297.23 0.83 0.54
Hex E2 28 EB 4 53 0 8 129 53 36
Octal 342 50 353 4 123 0 10 451 123 66
Binary 11100010 101000 11101011 100 1010011 0 1000 100101001 1010011 110110

Color Harmonies of #E228EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E228EB

Black with #E228EB

Text Example


Text Example

White with #E228EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E228EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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