Html Css Color HEX #E229F8 Psychedelic Purple

📋 copy color: '#E229F8'

red 226 ◦ green 41 ◦ blue 248

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

Shades of Psychedelic Purple #E229F8

Tints of Psychedelic Purple #E229F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.16%

R = 43.88%
G = 7.96%
B = 48.16%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E229F8 (or 0xE229F8) is known color: Psychedelic Purple. HEX triplet: E2, 29 and F8. RGB value is (226,41,248). Sum of RGB (Red+Green+Blue) = 226+41+248=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 41 (16.41% from 255 or 7.96% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #E229F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E229F8 is #1DD607. Grayscale: #777777. Windows color (decimal): -1955336 or 16263650. OLE color: 16263650.

HSL color Cylindrical-coordinate representation of color #E229F8: hue angle of 293.62º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E229F8 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 226 41 248 -
CMYK 0.09 0.83 0 0.03
HSL 293.62º 0.94% 0.57% -
HSV(B) 293.62º 0.83% 0.97% -
XYZ 49.1 24.53 90.95 -
YUV 119.91 200.29 203.67 -
System Red Green Blue C M Y K H S L
Decimal 226 41 248 0.09 0.83 0 0.03 293.62 0.94 0.57
Hex E2 29 F8 9 53 0 3 126 5E 39
Octal 342 51 370 11 123 0 3 446 136 71
Binary 11100010 101001 11111000 1001 1010011 0 11 100100110 1011110 111001

Color Harmonies of #E229F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E229F8

Black with #E229F8

Text Example


Text Example

White with #E229F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E229F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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