Html Css Color HEX #E228EA Psychedelic Purple

📋 copy color: '#E228EA'

red 226 ◦ green 40 ◦ blue 234

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

Shades of Psychedelic Purple #E228EA

Tints of Psychedelic Purple #E228EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.8%

R = 45.2%
G = 8%
B = 46.8%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E228EA (or 0xE228EA) is known color: Psychedelic Purple. HEX triplet: E2, 28 and EA. RGB value is (226,40,234). Sum of RGB (Red+Green+Blue) = 226+40+234=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 40 (16.02% from 255 or 8% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #E228EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E228EA is #1DD715. Grayscale: #757575. Windows color (decimal): -1955606 or 15345890. OLE color: 15345890.

HSL color Cylindrical-coordinate representation of color #E228EA: hue angle of 297.53º degrees, saturation: 0.82, 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 #E228EA is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 40 234 -
CMYK 0.03 0.83 0 0.08
HSL 297.53º 0.82% 0.54% -
HSV(B) 297.53º 0.83% 0.92% -
XYZ 46.97 23.63 79.93 -
YUV 117.73 193.62 205.23 -
System Red Green Blue C M Y K H S L
Decimal 226 40 234 0.03 0.83 0 0.08 297.53 0.82 0.54
Hex E2 28 EA 3 53 0 8 12A 52 36
Octal 342 50 352 3 123 0 10 452 122 66
Binary 11100010 101000 11101010 11 1010011 0 1000 100101010 1010010 110110

Color Harmonies of #E228EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E228EA

Black with #E228EA

Text Example


Text Example

White with #E228EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E228EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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