Html Css Color HEX #E229FE Psychedelic Purple

📋 copy color: '#E229FE'

red 226 ◦ green 41 ◦ blue 254

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

Shades of Psychedelic Purple #E229FE

Tints of Psychedelic Purple #E229FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.75%

R = 43.38%
G = 7.87%
B = 48.75%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E229FE (or 0xE229FE) is known color: Psychedelic Purple. HEX triplet: E2, 29 and FE. RGB value is (226,41,254). Sum of RGB (Red+Green+Blue) = 226+41+254=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 41 (16.41% from 255 or 7.87% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #E229FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E229FE is #1DD601. Grayscale: #777777. Windows color (decimal): -1955330 or 16656866. OLE color: 16656866.

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

Color convert

RGB 226 41 254 -
CMYK 0.11 0.84 0 0.00
HSL 292.11º 0.99% 0.58% -
HSV(B) 292.11º 0.84% 1% -
XYZ 50.05 24.91 95.94 -
YUV 120.6 203.29 203.18 -
System Red Green Blue C M Y K H S L
Decimal 226 41 254 0.11 0.84 0 0.00 292.11 0.99 0.58
Hex E2 29 FE B 54 0 0 124 63 3A
Octal 342 51 376 13 124 0 0 444 143 72
Binary 11100010 101001 11111110 1011 1010100 0 0 100100100 1100011 111010

Color Harmonies of #E229FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E229FE

Black with #E229FE

Text Example


Text Example

White with #E229FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E229FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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