#E229F7

Color #E229F7 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #E229F7

Tints of Psychedelic Purple #E229F7

Color information

#E229F7 (or 0xE229F7) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 29 and F7. RGB value is (226,41,247). Sum of RGB (Red+Green+Blue) = 226+41+247=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 41 (16.41% from 255 or 7.98% from 514); Blue value is 247 (96.88% from 255 or 48.05% from 514); Max value from RGB is 247 - color contains mainly: blue. Hex color #E229F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E229F7 is #1DD608. Grayscale: #777777. Windows color (decimal): -1955337 or 16198114. OLE color: 16198114.

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

Color convert

RGB22641247-
CMYK0.090.8300.03
HSL293.88º92.79%56.47%-
HSV(B)293.88º83.4%96.86%-
XYZ48.9524.4790.14-
YUV119.8199.79203.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.97%
GREEN value IS 41 (16.41% from 255) = 7.98%
BLUE value IS 247 (96.88% from 255) = 48.05%
R=43.97%
G=7.98%
B=48.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal226412470.090.8300.03293.8892.7956.47
HexE229F7953031265d38
Octal34251367111230344613570
Binary1110001010100111110111100110100110111001001101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E229F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E229F7; }

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

 H1.HeaderClassName
 {
   color: #E229F7;
 }
 .AnyTagClassName
 {
   color: #E229F7;
 }
</style>
background-color css

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

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

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

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

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

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