Html Css Color HEX #E229F9 Psychedelic Purple

📋 copy color: '#E229F9'

red 226 ◦ green 41 ◦ blue 249

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

Shades of Psychedelic Purple #E229F9

Tints of Psychedelic Purple #E229F9

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.95%

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

R = 43.8%
G = 7.95%
B = 48.26%

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

#E229F9 (or 0xE229F9) is known color: Psychedelic Purple. HEX triplet: E2, 29 and F9. RGB value is (226,41,249). Sum of RGB (Red+Green+Blue) = 226+41+249=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 41 (16.41% from 255 or 7.95% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #E229F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E229F9 is #1DD606. Grayscale: #777777. Windows color (decimal): -1955335 or 16329186. OLE color: 16329186.

HSL color Cylindrical-coordinate representation of color #E229F9: hue angle of 293.37º 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 #E229F9 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 41 249 -
CMYK 0.09 0.84 0 0.02
HSL 293.37º 0.95% 0.57% -
HSV(B) 293.37º 0.84% 0.98% -
XYZ 49.26 24.59 91.77 -
YUV 120.03 200.79 203.59 -
System Red Green Blue C M Y K H S L
Decimal 226 41 249 0.09 0.84 0 0.02 293.37 0.95 0.57
Hex E2 29 F9 9 54 0 2 125 5F 39
Octal 342 51 371 11 124 0 2 445 137 71
Binary 11100010 101001 11111001 1001 1010100 0 10 100100101 1011111 111001

Color Harmonies of #E229F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E229F9

Black with #E229F9

Text Example


Text Example

White with #E229F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E229F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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