Html Css Color HEX #E228F9 Psychedelic Purple

📋 copy color: '#E228F9'

red 226 ◦ green 40 ◦ blue 249

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

Shades of Psychedelic Purple #E228F9

Tints of Psychedelic Purple #E228F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.35%

R = 43.88%
G = 7.77%
B = 48.35%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E228F9 (or 0xE228F9) is known color: Psychedelic Purple. HEX triplet: E2, 28 and F9. RGB value is (226,40,249). Sum of RGB (Red+Green+Blue) = 226+40+249=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 40 (16.02% from 255 or 7.77% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #E228F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E228F9 is #1DD706. Grayscale: #767676. Windows color (decimal): -1955591 or 16328930. OLE color: 16328930.

HSL color Cylindrical-coordinate representation of color #E228F9: hue angle of 293.4º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E228F9 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 40 249 -
CMYK 0.09 0.84 0 0.02
HSL 293.4º 0.95% 0.57% -
HSV(B) 293.4º 0.84% 0.98% -
XYZ 49.22 24.53 91.76 -
YUV 119.44 201.12 204.01 -
System Red Green Blue C M Y K H S L
Decimal 226 40 249 0.09 0.84 0 0.02 293.4 0.95 0.57
Hex E2 28 F9 9 54 0 2 125 5F 39
Octal 342 50 371 11 124 0 2 445 137 71
Binary 11100010 101000 11111001 1001 1010100 0 10 100100101 1011111 111001

Color Harmonies of #E228F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E228F9

Black with #E228F9

Text Example


Text Example

White with #E228F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E228F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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