Html Css Color HEX #E227F9 Psychedelic Purple

📋 copy color: '#E227F9'

red 226 ◦ green 39 ◦ blue 249

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

Shades of Psychedelic Purple #E227F9

Tints of Psychedelic Purple #E227F9

RGB

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

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

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

R = 43.97%
G = 7.59%
B = 48.44%

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

#E227F9 (or 0xE227F9) is known color: Psychedelic Purple. HEX triplet: E2, 27 and F9. RGB value is (226,39,249). Sum of RGB (Red+Green+Blue) = 226+39+249=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 39 (15.62% from 255 or 7.59% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #E227F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E227F9 is #1DD806. Grayscale: #767676. Windows color (decimal): -1955847 or 16328674. OLE color: 16328674.

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

Color convert

RGB 226 39 249 -
CMYK 0.09 0.84 0 0.02
HSL 293.43º 0.95% 0.56% -
HSV(B) 293.43º 0.84% 0.98% -
XYZ 49.19 24.46 91.75 -
YUV 118.85 201.45 204.42 -
System Red Green Blue C M Y K H S L
Decimal 226 39 249 0.09 0.84 0 0.02 293.43 0.95 0.56
Hex E2 27 F9 9 54 0 2 125 5F 38
Octal 342 47 371 11 124 0 2 445 137 70
Binary 11100010 100111 11111001 1001 1010100 0 10 100100101 1011111 111000

Color Harmonies of #E227F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E227F9

Black with #E227F9

Text Example


Text Example

White with #E227F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E227F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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