Html Css Color HEX #E227FF Psychedelic Purple

📋 copy color: '#E227FF'

red 226 ◦ green 39 ◦ blue 255

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

Shades of Psychedelic Purple #E227FF

Tints of Psychedelic Purple #E227FF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.5%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 43.46%
G = 7.5%
B = 49.04%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E227FF (or 0xE227FF) is known color: Psychedelic Purple. HEX triplet: E2, 27 and FF. RGB value is (226,39,255). Sum of RGB (Red+Green+Blue) = 226+39+255=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 39 (15.62% from 255 or 7.5% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #E227FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E227FF is #1DD800. Grayscale: #767676. Windows color (decimal): -1955841 or 16721890. OLE color: 16721890.

HSL color Cylindrical-coordinate representation of color #E227FF: hue angle of 291.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E227FF is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 226 39 255 -
CMYK 0.11 0.85 0 0
HSL 291.94º 1% 0.58% -
HSV(B) 291.94º 0.85% 1% -
XYZ 50.14 24.84 96.76 -
YUV 119.54 204.45 203.94 -
System Red Green Blue C M Y K H S L
Decimal 226 39 255 0.11 0.85 0 0 291.94 1 0.58
Hex E2 27 FF B 55 0 0 124 64 3A
Octal 342 47 377 13 125 0 0 444 144 72
Binary 11100010 100111 11111111 1011 1010101 0 0 100100100 1100100 111010

Color Harmonies of #E227FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E227FF

Black with #E227FF

Text Example


Text Example

White with #E227FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E227FF; }

 p { color: rgb(226,39,255); }

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

background-color css

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

 a { background-color: rgb(226,39,255); }

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

border-color css

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

 span { border-color: rgb(226,39,255); }

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